diff options
author | 2014-01-14 21:11:06 +0000 | |
---|---|---|
committer | 2014-01-14 21:11:06 +0000 | |
commit | b690f05ddf2670e92af148f769302690335deafd (patch) | |
tree | 01e527d3135cdedbcee5e666211006f37eef7cc8 /sys-apps | |
parent | ia64 stable, bug #486278 (thanks to Emeric Maschino for testing) (diff) | |
download | gentoo-2-b690f05ddf2670e92af148f769302690335deafd.tar.gz gentoo-2-b690f05ddf2670e92af148f769302690335deafd.tar.bz2 gentoo-2-b690f05ddf2670e92af148f769302690335deafd.zip |
ia64 stable, bug #487332 (thanks to Emeric Maschino for testing)
(Portage version: 2.2.8/cvs/Linux x86_64, signed Manifest commit with key A188FBD4)
Diffstat (limited to 'sys-apps')
-rw-r--r-- | sys-apps/openrc/ChangeLog | 7 | ||||
-rw-r--r-- | sys-apps/openrc/openrc-0.12.4.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/sys-apps/openrc/ChangeLog b/sys-apps/openrc/ChangeLog index 808333657d33..dbc835426a8f 100644 --- a/sys-apps/openrc/ChangeLog +++ b/sys-apps/openrc/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-apps/openrc -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/openrc/ChangeLog,v 1.292 2013/12/21 19:58:00 williamh Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sys-apps/openrc/ChangeLog,v 1.293 2014/01/14 21:11:06 pacho Exp $ + + 14 Jan 2014; Pacho Ramos <pacho@gentoo.org> openrc-0.12.4.ebuild: + ia64 stable, bug #487332 (thanks to Emeric Maschino for testing) 21 Dec 2013; William Hubbs <williamh@gentoo.org> openrc-9999.ebuild: Fix the mknet setting. It is either yes or no, so we can use usex. diff --git a/sys-apps/openrc/openrc-0.12.4.ebuild b/sys-apps/openrc/openrc-0.12.4.ebuild index 1009b21c8c80..3cd02daed02a 100644 --- a/sys-apps/openrc/openrc-0.12.4.ebuild +++ b/sys-apps/openrc/openrc-0.12.4.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/openrc/openrc-0.12.4.ebuild,v 1.6 2013/11/29 18:02:55 johu Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/openrc/openrc-0.12.4.ebuild,v 1.7 2014/01/14 21:11:06 pacho Exp $ EAPI=5 @@ -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" |