diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2012-12-17 17:22:55 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2012-12-17 17:22:55 +0000 |
commit | 4fd27e67e79e2958bda2da42aa988ef086ca18c8 (patch) | |
tree | 98c8f548814fc0994f9ca553e22fc19f2a582488 /sys-apps/openrc | |
parent | Stable for ia64, wrt bug #437414 (diff) | |
download | gentoo-2-4fd27e67e79e2958bda2da42aa988ef086ca18c8.tar.gz gentoo-2-4fd27e67e79e2958bda2da42aa988ef086ca18c8.tar.bz2 gentoo-2-4fd27e67e79e2958bda2da42aa988ef086ca18c8.zip |
Stable for ia64, wrt bug #435756
(Portage version: 2.1.11.31/cvs/Linux ia64, unsigned Manifest commit)
Diffstat (limited to 'sys-apps/openrc')
-rw-r--r-- | sys-apps/openrc/ChangeLog | 5 | ||||
-rw-r--r-- | sys-apps/openrc/openrc-0.11.8.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sys-apps/openrc/ChangeLog b/sys-apps/openrc/ChangeLog index 493e6cb1a0ef..cc0a85e9a0bb 100644 --- a/sys-apps/openrc/ChangeLog +++ b/sys-apps/openrc/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-apps/openrc # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/openrc/ChangeLog,v 1.254 2012/12/09 18:23:36 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/openrc/ChangeLog,v 1.255 2012/12/17 17:22:55 ago Exp $ + + 17 Dec 2012; Agostino Sarubbo <ago@gentoo.org> openrc-0.11.8.ebuild: + Stable for ia64, wrt bug #435756 09 Dec 2012; Markus Meier <maekke@gentoo.org> openrc-0.11.8.ebuild: arm stable, bug #435756 diff --git a/sys-apps/openrc/openrc-0.11.8.ebuild b/sys-apps/openrc/openrc-0.11.8.ebuild index f3c0002ae04a..714e48b42322 100644 --- a/sys-apps/openrc/openrc-0.11.8.ebuild +++ b/sys-apps/openrc/openrc-0.11.8.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/openrc/openrc-0.11.8.ebuild,v 1.3 2012/12/09 18:23:36 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/openrc/openrc-0.11.8.ebuild,v 1.4 2012/12/17 17:22:55 ago Exp $ EAPI=4 @@ -14,7 +14,7 @@ if [[ ${PV} == "9999" ]]; then inherit git-2 else SRC_URI="http://dev.gentoo.org/~williamh/dist/${P}.tar.bz2" - KEYWORDS="~alpha amd64 arm ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh ~sparc x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd" + KEYWORDS="~alpha amd64 arm ~hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh ~sparc x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd" fi LICENSE="BSD-2" |