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: Tue, 28 May 2019 06:48:53
Message-Id: 1559026123.83ab9600d18bee7acfc74730cb4628425285cf1c.ago@gentoo
1 commit: 83ab9600d18bee7acfc74730cb4628425285cf1c
2 Author: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
3 AuthorDate: Tue May 28 06:48:43 2019 +0000
4 Commit: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
5 CommitDate: Tue May 28 06:48:43 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=83ab9600
7
8 sys-apps/openrc: ppc stable wrt bug #684900
9
10 Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>
11 Package-Manager: Portage-2.3.62, Repoman-2.3.11
12 RepoMan-Options: --include-arches="ppc"
13
14 sys-apps/openrc/openrc-0.41.2.ebuild | 2 +-
15 1 file changed, 1 insertion(+), 1 deletion(-)
16
17 diff --git a/sys-apps/openrc/openrc-0.41.2.ebuild b/sys-apps/openrc/openrc-0.41.2.ebuild
18 index b17a444a3a4..237bf29676e 100644
19 --- a/sys-apps/openrc/openrc-0.41.2.ebuild
20 +++ b/sys-apps/openrc/openrc-0.41.2.ebuild
21 @@ -13,7 +13,7 @@ if [[ ${PV} == "9999" ]]; then
22 inherit git-r3
23 else
24 SRC_URI="https://github.com/${PN}/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
25 - KEYWORDS="alpha amd64 arm arm64 ~hppa ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd"
26 + KEYWORDS="alpha amd64 arm arm64 ~hppa ia64 ~m68k ~mips ppc ~ppc64 ~riscv ~s390 ~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd"
27 fi
28
29 LICENSE="BSD-2"