commit:     daa35f1b150fc11add274801c029c258383870cd
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Thu Feb 16 06:20:32 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu Feb 16 06:20:32 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=daa35f1b

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 <AT> gentoo.org>

 ...utils-1.3.10.ebuild => ibm-powerpc-utils-1.3.10-r1.ebuild} | 11 ++++++-----
 1 file 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
similarity index 82%
rename from sys-apps/ibm-powerpc-utils/ibm-powerpc-utils-1.3.10.ebuild
rename to 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 )
 "
 

Reply via email to