Gentoo Archives: gentoo-commits

From: "Anthony G. Basile" <blueness@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/hardened-dev:musl commit in: sys-apps/openrc/
Date: Fri, 03 Oct 2014 00:22:50
Message-Id: 1412295785.dc17f8e4e93ce2711ffb9b4a2b3d889e646859fe.blueness@gentoo
1 commit: dc17f8e4e93ce2711ffb9b4a2b3d889e646859fe
2 Author: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
3 AuthorDate: Fri Oct 3 00:23:05 2014 +0000
4 Commit: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
5 CommitDate: Fri Oct 3 00:23:05 2014 +0000
6 URL: http://sources.gentoo.org/gitweb/?p=proj/hardened-dev.git;a=commit;h=dc17f8e4
7
8 sys-apps/openrc restrict keywords for 0.13.1-r99 to just ~amd64 ~arm ~mips ~x86
9
10 Package-Manager: portage-2.2.8-r2
11 Manifest-Sign-Key: 0xF52D4BBA
12
13 ---
14 sys-apps/openrc/openrc-0.13.1-r99.ebuild | 2 +-
15 1 file changed, 1 insertion(+), 1 deletion(-)
16
17 diff --git a/sys-apps/openrc/openrc-0.13.1-r99.ebuild b/sys-apps/openrc/openrc-0.13.1-r99.ebuild
18 index bac8efa..98ecb10 100644
19 --- a/sys-apps/openrc/openrc-0.13.1-r99.ebuild
20 +++ b/sys-apps/openrc/openrc-0.13.1-r99.ebuild
21 @@ -14,7 +14,7 @@ if [[ ${PV} == "9999" ]]; then
22 inherit git-r3
23 else
24 SRC_URI="http://dev.gentoo.org/~williamh/dist/${P}.tar.bz2"
25 - KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd"
26 + KEYWORDS="~amd64 ~arm ~mips ~x86"
27 fi
28
29 LICENSE="BSD-2"