Gentoo Archives: gentoo-commits

From: Agostino Sarubbo <ago@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/openrc/
Date: Thu, 03 Dec 2015 13:28:30
Message-Id: 1449149196.f2ba76719c32a5cb74b8a2e77bf58732cfb1cf99.ago@gentoo
1 commit: f2ba76719c32a5cb74b8a2e77bf58732cfb1cf99
2 Author: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
3 AuthorDate: Thu Dec 3 13:26:36 2015 +0000
4 Commit: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
5 CommitDate: Thu Dec 3 13:26:36 2015 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f2ba7671
7
8 sys-apps/openrc: x86 stable wrt bug #567356
9
10 Package-Manager: portage-2.2.20.1
11 RepoMan-Options: --include-arches="x86"
12 Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>
13
14 sys-apps/openrc/openrc-0.18.4.ebuild | 2 +-
15 1 file changed, 1 insertion(+), 1 deletion(-)
16
17 diff --git a/sys-apps/openrc/openrc-0.18.4.ebuild b/sys-apps/openrc/openrc-0.18.4.ebuild
18 index ab0ed96..be7a746 100644
19 --- a/sys-apps/openrc/openrc-0.18.4.ebuild
20 +++ b/sys-apps/openrc/openrc-0.18.4.ebuild
21 @@ -14,7 +14,7 @@ if [[ ${PV} == "9999" ]]; then
22 inherit git-r3
23 else
24 SRC_URI="https://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="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd"
27 fi
28
29 LICENSE="BSD-2"