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 )
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
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(-)