summaryrefslogtreecommitdiff
path: root/sys-apps
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2021-07-10 11:22:45 +0100
committerV3n3RiX <venerix@redcorelinux.org>2021-07-10 11:22:45 +0100
commitb1dcd553930a90ec37408a734476ca95a2851d72 (patch)
treeb1b921d109820285fe87eb97a20923c4299a3d1e /sys-apps
parent25f0160294a485dc378f62c926160235da230568 (diff)
sys-apps/openrc : drop unused keywords
Diffstat (limited to 'sys-apps')
-rw-r--r--sys-apps/openrc/openrc-0.42.1-r7.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-apps/openrc/openrc-0.42.1-r7.ebuild b/sys-apps/openrc/openrc-0.42.1-r7.ebuild
index 187b6b90..724e69a4 100644
--- a/sys-apps/openrc/openrc-0.42.1-r7.ebuild
+++ b/sys-apps/openrc/openrc-0.42.1-r7.ebuild
@@ -13,7 +13,7 @@ if [[ ${PV} == "9999" ]]; then
inherit git-r3
else
SRC_URI="https://github.com/${PN}/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
- KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sh ~sparc ~x86"
+ KEYWORDS="~amd64 ~arm64"
fi
LICENSE="BSD-2"