commit: dc17f8e4e93ce2711ffb9b4a2b3d889e646859fe
Author: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
AuthorDate: Fri Oct 3 00:23:05 2014 +0000
Commit: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
CommitDate: Fri Oct 3 00:23:05 2014 +0000
URL:
http://sources.gentoo.org/gitweb/?p=proj/hardened-dev.git;a=commit;h=dc17f8e4
sys-apps/openrc restrict keywords for 0.13.1-r99 to just ~amd64 ~arm ~mips ~x86
Package-Manager: portage-2.2.8-r2
Manifest-Sign-Key: 0xF52D4BBA
---
sys-apps/openrc/openrc-0.13.1-r99.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/sys-apps/openrc/openrc-0.13.1-r99.ebuild
b/sys-apps/openrc/openrc-0.13.1-r99.ebuild
index bac8efa..98ecb10 100644
--- a/sys-apps/openrc/openrc-0.13.1-r99.ebuild
+++ b/sys-apps/openrc/openrc-0.13.1-r99.ebuild
@@ -14,7 +14,7 @@ if [[ ${PV} == "9999" ]]; then
inherit git-r3
else
SRC_URI="http://dev.gentoo.org/~williamh/dist/${P}.tar.bz2"
- KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64
~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd"
+ KEYWORDS="~amd64 ~arm ~mips ~x86"
fi
LICENSE="BSD-2"