Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 739754 - sys-apps/ibm-powerpc-utils-99999: drop the bc dependency
Summary: sys-apps/ibm-powerpc-utils-99999: drop the bc dependency
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: PPC Porters
URL:
Whiteboard:
Keywords: PullRequest
Depends on:
Blocks:
 
Reported: 2020-08-31 17:04 UTC by David Michael
Modified: 2020-09-08 21:32 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description David Michael 2020-08-31 17:04:30 UTC
This dependency was trimmed upstream:

https://github.com/ibm-power-utilities/powerpc-utils/commit/6bd1f8acdbef807738e2270e3974ceb3b892666d

The live ebuild can be updated to reflect it, but I'd also suggest specifying the branch as "next" or "testing-next".  The default "master" just points to the last tag, so it's not getting a current development checkout.

--- sys-apps/ibm-powerpc-utils/ibm-powerpc-utils-99999.ebuild
+++ sys-apps/ibm-powerpc-utils/ibm-powerpc-utils-99999.ebuild
@@ -7,20 +7,18 @@
 DESCRIPTION="Utilities for the maintainance of the IBM and Apple PowerPC platforms"
 HOMEPAGE="https://github.com/ibm-power-utilities/powerpc-utils"
 EGIT_REPO_URI="https://github.com/ibm-power-utilities/powerpc-utils"
+EGIT_BRANCH="next"
 IUSE="+rtas"
 
 SLOT="0"
 LICENSE="GPL-2+"
 KEYWORDS=""
 
-DEPEND="
-	sys-devel/bc
-"
 RDEPEND="
-	${DEPEND}
 	!sys-apps/powerpc-utils
 	rtas? ( >=sys-libs/librtas-2.0.2 )
 "
+
 PATCHES=(
 	"${FILESDIR}"/${PN}-1.3.5-docdir.patch
 )
Comment 1 David Michael 2020-08-31 17:06:11 UTC
Oh, and it looks like they just tagged 1.3.8 a minute ago which includes that commit, so this change should be reflected in the next ebuild.

https://github.com/ibm-power-utilities/powerpc-utils/releases/tag/v1.3.8
Comment 2 Larry the Git Cow gentoo-dev 2020-09-08 21:32:03 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=36777d6573ee7d5139abc7b900732489b3fb156b

commit 36777d6573ee7d5139abc7b900732489b3fb156b
Author:     David Michael <fedora.dm0@gmail.com>
AuthorDate: 2020-09-08 13:39:35 +0000
Commit:     Sergei Trofimovich <slyfox@gentoo.org>
CommitDate: 2020-09-08 21:31:18 +0000

    sys-apps/ibm-powerpc-utils: bump to 1.3.8
    
    Closes: https://bugs.gentoo.org/739754
    Package-Manager: Portage-3.0.4, Repoman-3.0.1
    Signed-off-by: David Michael <fedora.dm0@gmail.com>
    Closes: https://github.com/gentoo/gentoo/pull/17467
    Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>

 sys-apps/ibm-powerpc-utils/Manifest                |  1 +
 .../ibm-powerpc-utils-1.3.8.ebuild                 | 36 ++++++++++++++++++++++
 .../ibm-powerpc-utils-99999.ebuild                 |  5 +--
 3 files changed, 38 insertions(+), 4 deletions(-)