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: Mon, 05 Jun 2017 18:28:20
Message-Id: 1496686827.6731155b2b2b29e92d70749da1aa1057521315a5.williamh@gentoo
1 commit: 6731155b2b2b29e92d70749da1aa1057521315a5
2 Author: William Hubbs <williamh <AT> gentoo <DOT> org>
3 AuthorDate: Mon Jun 5 18:18:04 2017 +0000
4 Commit: William Hubbs <williamh <AT> gentoo <DOT> org>
5 CommitDate: Mon Jun 5 18:20:27 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6731155b
7
8 sys-apps/openrc: move 0.26.3 to stable on ia64 for #618758
9
10 Package-Manager: Portage-2.3.5, Repoman-2.3.1
11
12 sys-apps/openrc/openrc-0.26.3.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/sys-apps/openrc/openrc-0.26.3.ebuild b/sys-apps/openrc/openrc-0.26.3.ebuild
16 index cf6f38d149a..55c4afe5d9b 100644
17 --- a/sys-apps/openrc/openrc-0.26.3.ebuild
18 +++ b/sys-apps/openrc/openrc-0.26.3.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"