summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSven Vermeulen <swift@gentoo.org>2016-07-03 12:51:27 +0200
committerSven Vermeulen <swift@gentoo.org>2016-07-03 12:52:25 +0200
commit8dd51a9d19cf3744e688598bfb3d78fb3c6c1567 (patch)
treeac751a1328df2dcf325ac5b4f322bcec4840beae /sec-policy/selinux-chronyd
parentmedia-gfx/exiv2: Stable for HPPA (bug #565826). (diff)
downloadgentoo-8dd51a9d19cf3744e688598bfb3d78fb3c6c1567.tar.gz
gentoo-8dd51a9d19cf3744e688598bfb3d78fb3c6c1567.tar.bz2
gentoo-8dd51a9d19cf3744e688598bfb3d78fb3c6c1567.zip
sec-policy: Enable arm, arm64 and mips keywords inside the -9999 ebuilds
The -9999 ebuilds do not have a set KEYWORDS, but the same ebuilds are used when creating a new release. For this purpose, the -9999 ebuilds have a conditional code like the following: if [[ ${PV} != 9999* ]] ; then KEYWORDS="~amd64 ~x86" fi In this commit, we update that part to include ~arm, ~arm64 and ~mips. Package-Manager: portage-2.2.28
Diffstat (limited to 'sec-policy/selinux-chronyd')
-rw-r--r--sec-policy/selinux-chronyd/selinux-chronyd-9999.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/sec-policy/selinux-chronyd/selinux-chronyd-9999.ebuild b/sec-policy/selinux-chronyd/selinux-chronyd-9999.ebuild
index 00487b173179..bd0c2a65672a 100644
--- a/sec-policy/selinux-chronyd/selinux-chronyd-9999.ebuild
+++ b/sec-policy/selinux-chronyd/selinux-chronyd-9999.ebuild
@@ -11,5 +11,5 @@ inherit selinux-policy-2
DESCRIPTION="SELinux policy for chronyd"
if [[ ${PV} != 9999* ]] ; then
- KEYWORDS="~amd64 ~x86"
+ KEYWORDS="~amd64 ~arm ~arm64 ~mips ~x86"
fi