diff options
author | William Hubbs <williamh@gentoo.org> | 2018-09-22 11:48:08 -0500 |
---|---|---|
committer | William Hubbs <williamh@gentoo.org> | 2018-09-22 11:50:13 -0500 |
commit | 31976091d68ce049daea4f489ea9a71e91495caa (patch) | |
tree | 8dfdff71ad57f2873b0cfc15e6f3763cc2eb7664 /sys-apps | |
parent | app-editors/fe: Version bump. (diff) | |
download | gentoo-31976091d68ce049daea4f489ea9a71e91495caa.tar.gz gentoo-31976091d68ce049daea4f489ea9a71e91495caa.tar.bz2 gentoo-31976091d68ce049daea4f489ea9a71e91495caa.zip |
sys-apps/openrc: Stable 0.38.2 on amd64 for bug #658854
Bug: https://bugs.gentoo.org/658854
Package-Manager: Portage-2.3.49, Repoman-2.3.10
Signed-off-by: William Hubbs <williamh@gentoo.org>
Diffstat (limited to 'sys-apps')
-rw-r--r-- | sys-apps/openrc/openrc-0.38.2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-apps/openrc/openrc-0.38.2.ebuild b/sys-apps/openrc/openrc-0.38.2.ebuild index 7babd0045d3b..7b28bb86b986 100644 --- a/sys-apps/openrc/openrc-0.38.2.ebuild +++ b/sys-apps/openrc/openrc-0.38.2.ebuild @@ -13,7 +13,7 @@ if [[ ${PV} == "9999" ]]; then inherit git-r3 else SRC_URI="https://github.com/${PN}/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" - KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd" + KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd" fi LICENSE="BSD-2" |