Gentoo Archives: gentoo-commits

From: William Hubbs <williamh@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/openrc/
Date: Tue, 28 Nov 2017 18:25:55
Message-Id: 1511893543.37a0c4b4af86665f8cba5e3e7d6b1428608175bd.williamh@gentoo
1 commit: 37a0c4b4af86665f8cba5e3e7d6b1428608175bd
2 Author: William Hubbs <williamh <AT> gentoo <DOT> org>
3 AuthorDate: Tue Nov 28 18:24:54 2017 +0000
4 Commit: William Hubbs <williamh <AT> gentoo <DOT> org>
5 CommitDate: Tue Nov 28 18:25:43 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=37a0c4b4
7
8 sys-apps/openrc: 0.34.10 stable on arm for bug #637508
9
10 Thanks to nerdboy for his help with this.
11
12 Package-Manager: Portage-2.3.13, Repoman-2.3.3
13
14 sys-apps/openrc/openrc-0.34.10.ebuild | 2 +-
15 1 file changed, 1 insertion(+), 1 deletion(-)
16
17 diff --git a/sys-apps/openrc/openrc-0.34.10.ebuild b/sys-apps/openrc/openrc-0.34.10.ebuild
18 index f54f45f0fd3..fd5ba4f6e23 100644
19 --- a/sys-apps/openrc/openrc-0.34.10.ebuild
20 +++ b/sys-apps/openrc/openrc-0.34.10.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 ~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"