Gentoo Archives: gentoo-commits

From: Tobias Klausmann <klausman@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/openrc/
Date: Mon, 01 Aug 2016 07:41:45
Message-Id: 1470037275.41c3695b8782289d584540b3e6a5aa0e1cf0bf82.klausman@gentoo
1 commit: 41c3695b8782289d584540b3e6a5aa0e1cf0bf82
2 Author: Tobias Klausmann <klausman <AT> gentoo <DOT> org>
3 AuthorDate: Mon Aug 1 07:41:15 2016 +0000
4 Commit: Tobias Klausmann <klausman <AT> gentoo <DOT> org>
5 CommitDate: Mon Aug 1 07:41:15 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=41c3695b
7
8 sys-apps/openrc-0.21.3-r0: add alpha keyword
9
10 Gentoo-Bug: 588786
11
12 sys-apps/openrc/openrc-0.21.3.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/sys-apps/openrc/openrc-0.21.3.ebuild b/sys-apps/openrc/openrc-0.21.3.ebuild
16 index 60d554a..18b07e5 100644
17 --- a/sys-apps/openrc/openrc-0.21.3.ebuild
18 +++ b/sys-apps/openrc/openrc-0.21.3.ebuild
19 @@ -14,7 +14,7 @@ if [[ ${PV} == "9999" ]]; then
20 inherit git-r3
21 else
22 SRC_URI="https://dev.gentoo.org/~williamh/dist/${P}.tar.bz2"
23 - KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd"
24 + KEYWORDS="alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd"
25 fi
26
27 LICENSE="BSD-2"