Gentoo Archives: gentoo-commits

From: Thomas Deutschmann <whissi@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/openrc/
Date: Thu, 03 Aug 2017 00:03:24
Message-Id: 1501718590.0e017b52d682dacc48db6f36073402443b6b5c21.whissi@gentoo
1 commit: 0e017b52d682dacc48db6f36073402443b6b5c21
2 Author: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
3 AuthorDate: Thu Aug 3 00:03:10 2017 +0000
4 Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
5 CommitDate: Thu Aug 3 00:03:10 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0e017b52
7
8 sys-apps/openrc: x86 stable (bug #626934)
9
10 Package-Manager: Portage-2.3.5, Repoman-2.3.2
11
12 sys-apps/openrc/openrc-0.28.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/sys-apps/openrc/openrc-0.28.ebuild b/sys-apps/openrc/openrc-0.28.ebuild
16 index 278de480e1f..f691b650659 100644
17 --- a/sys-apps/openrc/openrc-0.28.ebuild
18 +++ b/sys-apps/openrc/openrc-0.28.ebuild
19 @@ -13,7 +13,7 @@ if [[ ${PV} == "9999" ]]; then
20 inherit git-r3
21 else
22 SRC_URI="https://github.com/${PN}/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
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"