summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2021-04-05 20:43:57 +0000
committerSam James <sam@gentoo.org>2021-04-05 22:14:06 +0000
commit161030e9f519e7f63ea748d1c6d768d5173d21d5 (patch)
tree870d6989a1d7301ca3ea4e07838413d055fdd098 /sys-process
parentsys-process/lsof: drop s390 to ~s390 (unstable) (diff)
downloadgentoo-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.ebuild4
-rw-r--r--sys-process/numad/numad-9999.ebuild4
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