diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2024-01-03 20:51:16 +0200 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2024-01-03 20:51:16 +0200 |
commit | b71c81270ceba3084278ec249080f6afada0e575 (patch) | |
tree | 6633c3eabf16f38659d2522e0e38be71eba926a9 /sys-process | |
parent | app-misc/scrub: Stabilize 2.6.1-r1 ppc64, #921204 (diff) | |
download | gentoo-b71c81270ceba3084278ec249080f6afada0e575.tar.gz gentoo-b71c81270ceba3084278ec249080f6afada0e575.tar.bz2 gentoo-b71c81270ceba3084278ec249080f6afada0e575.zip |
sys-process/numad: Stabilize 0.5-r3 ppc64, #921204
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'sys-process')
-rw-r--r-- | sys-process/numad/numad-0.5-r3.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-process/numad/numad-0.5-r3.ebuild b/sys-process/numad/numad-0.5-r3.ebuild index 73daa2a98079..8e01a495621a 100644 --- a/sys-process/numad/numad-0.5-r3.ebuild +++ b/sys-process/numad/numad-0.5-r3.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -11,7 +11,7 @@ if [[ ${PV} == "9999" ]]; then else EGIT_COMMIT="334278ff3d774d105939743436d7378a189e8693" SRC_URI="mirror://gentoo/numad-${PV}-${EGIT_COMMIT:0:7}.tar.bz2" - KEYWORDS="amd64 -arm arm64 ~ppc64 ~s390 x86" + KEYWORDS="amd64 -arm arm64 ppc64 ~s390 x86" S="${WORKDIR}/${PN}-${EGIT_COMMIT:0:7}" fi |