diff options
author | William Hubbs <williamh@gentoo.org> | 2013-09-16 20:47:10 +0000 |
---|---|---|
committer | William Hubbs <williamh@gentoo.org> | 2013-09-16 20:47:10 +0000 |
commit | 54819156603226454857d05a1ef92a9fefbf725e (patch) | |
tree | 99540f934acc42b164cd79e273e5eb28fd41be9d /sys-apps | |
parent | Mask >=media-video/mkvtoolnix-6.4.0 until libmatroska-1.4.1 is released. (diff) | |
download | gentoo-2-54819156603226454857d05a1ef92a9fefbf725e.tar.gz gentoo-2-54819156603226454857d05a1ef92a9fefbf725e.tar.bz2 gentoo-2-54819156603226454857d05a1ef92a9fefbf725e.zip |
Migrate to git-r3 eclass
(Portage version: 2.2.1/cvs/Linux i686, signed Manifest commit with key 0x30C46538)
Diffstat (limited to 'sys-apps')
-rw-r--r-- | sys-apps/openrc/openrc-9999.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-apps/openrc/openrc-9999.ebuild b/sys-apps/openrc/openrc-9999.ebuild index 5498e13ea154..150ce05dcc8a 100644 --- a/sys-apps/openrc/openrc-9999.ebuild +++ b/sys-apps/openrc/openrc-9999.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/openrc/openrc-9999.ebuild,v 1.128 2013/08/16 18:19:03 williamh Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/openrc/openrc-9999.ebuild,v 1.129 2013/09/16 20:47:10 williamh Exp $ EAPI=5 @@ -11,7 +11,7 @@ HOMEPAGE="http://www.gentoo.org/proj/en/base/openrc/" if [[ ${PV} == "9999" ]]; then EGIT_REPO_URI="git://github.com/OpenRC/${PN}.git" - inherit git-2 + inherit git-r3 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" |