diff options
author | Sam James <sam@gentoo.org> | 2021-04-05 20:43:57 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-04-05 22:14:06 +0000 |
commit | 161030e9f519e7f63ea748d1c6d768d5173d21d5 (patch) | |
tree | 870d6989a1d7301ca3ea4e07838413d055fdd098 /sys-process | |
parent | sys-process/lsof: drop s390 to ~s390 (unstable) (diff) | |
download | gentoo-161030e9f519e7f63ea748d1c6d768d5173d21d5.tar.gz gentoo-161030e9f519e7f63ea748d1c6d768d5173d21d5.tar.bz2 gentoo-161030e9f519e7f63ea748d1c6d768d5173d21d5.zip |
sys-process/numad: drop s390 to ~s390 (unstable)
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'sys-process')
-rw-r--r-- | sys-process/numad/numad-0.5-r3.ebuild | 4 | ||||
-rw-r--r-- | sys-process/numad/numad-9999.ebuild | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/sys-process/numad/numad-0.5-r3.ebuild b/sys-process/numad/numad-0.5-r3.ebuild index 799fce8dec83..5708c2782607 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-2019 Gentoo Authors +# Copyright 1999-2021 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-0.5-${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 diff --git a/sys-process/numad/numad-9999.ebuild b/sys-process/numad/numad-9999.ebuild index 11e23c799437..ddf19989ed7c 100644 --- a/sys-process/numad/numad-9999.ebuild +++ b/sys-process/numad/numad-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2021 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="" SRC_URI="mirror://gentoo/numad-0.5-${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 |