summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2023-02-16 06:20:32 +0000
committerSam James <sam@gentoo.org>2023-02-16 06:20:32 +0000
commitdaa35f1b150fc11add274801c029c258383870cd (patch)
treed88a859ca9ee19a89326fcab8c4ff58effedf962 /sys-apps/ibm-powerpc-utils
parentdev-python/identify: Stabilize 2.5.17 ALLARCHES, #894268 (diff)
downloadgentoo-daa35f1b150fc11add274801c029c258383870cd.tar.gz
gentoo-daa35f1b150fc11add274801c029c258383870cd.tar.bz2
gentoo-daa35f1b150fc11add274801c029c258383870cd.zip
sys-apps/ibm-powerpc-utils: add sys-process/numactl
As reported by matoro, this is an unconditional dependency since 1.3.9: https://github.com/ibm-power-utilities/powerpc-utils/commit/e9cb06ba3165d9da6c8997b0a7cf620296604953 Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'sys-apps/ibm-powerpc-utils')
-rw-r--r--sys-apps/ibm-powerpc-utils/ibm-powerpc-utils-1.3.10-r1.ebuild (renamed from sys-apps/ibm-powerpc-utils/ibm-powerpc-utils-1.3.10.ebuild)11
1 files changed, 6 insertions, 5 deletions
diff --git a/sys-apps/ibm-powerpc-utils/ibm-powerpc-utils-1.3.10.ebuild b/sys-apps/ibm-powerpc-utils/ibm-powerpc-utils-1.3.10-r1.ebuild
index 17e4a78ed0f0..fe480f96d594 100644
--- a/sys-apps/ibm-powerpc-utils/ibm-powerpc-utils-1.3.10.ebuild
+++ b/sys-apps/ibm-powerpc-utils/ibm-powerpc-utils-1.3.10-r1.ebuild
@@ -1,22 +1,23 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
+
inherit autotools systemd
-DESCRIPTION="Utilities for the maintainance of the IBM and Apple PowerPC platforms"
+DESCRIPTION="Utilities for the maintenance of the IBM and Apple PowerPC platforms"
HOMEPAGE="https://github.com/ibm-power-utilities/powerpc-utils"
SRC_URI="https://github.com/ibm-power-utilities/${PN//ibm-}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-IUSE="+rtas"
-
S="${WORKDIR}/${P//ibm-}"
-SLOT="0"
LICENSE="GPL-2+"
+SLOT="0"
KEYWORDS="~ppc ~ppc64"
+IUSE="+rtas"
RDEPEND="
!<sys-apps/powerpc-utils-1.1.3.18-r4
+ sys-process/numactl
rtas? ( >=sys-libs/librtas-2.0.2 )
"