Gentoo Archives: gentoo-commits

From: Matt Turner <mattst88@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/openrc/
Date: Sun, 06 Dec 2015 22:08:05
Message-Id: 1449439669.530086439bd99fa401855e801ed0715e63fb0f4b.mattst88@gentoo
1 commit: 530086439bd99fa401855e801ed0715e63fb0f4b
2 Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
3 AuthorDate: Sun Dec 6 22:05:13 2015 +0000
4 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
5 CommitDate: Sun Dec 6 22:07:49 2015 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=53008643
7
8 sys-apps/openrc: alpha stable, bug 567356.
9
10 sys-apps/openrc/openrc-0.18.4.ebuild | 2 +-
11 1 file changed, 1 insertion(+), 1 deletion(-)
12
13 diff --git a/sys-apps/openrc/openrc-0.18.4.ebuild b/sys-apps/openrc/openrc-0.18.4.ebuild
14 index b53ece5..805a6bd 100644
15 --- a/sys-apps/openrc/openrc-0.18.4.ebuild
16 +++ b/sys-apps/openrc/openrc-0.18.4.ebuild
17 @@ -14,7 +14,7 @@ if [[ ${PV} == "9999" ]]; then
18 inherit git-r3
19 else
20 SRC_URI="https://dev.gentoo.org/~williamh/dist/${P}.tar.bz2"
21 - KEYWORDS="~alpha amd64 ~arm ~arm64 hppa ~ia64 ~m68k ~mips ~ppc ppc64 ~s390 ~sh ~sparc x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd"
22 + KEYWORDS="alpha amd64 ~arm ~arm64 hppa ~ia64 ~m68k ~mips ~ppc ppc64 ~s390 ~sh ~sparc x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd"
23 fi
24
25 LICENSE="BSD-2"