diff options
author | Johannes Huber <johu@gentoo.org> | 2018-05-20 15:15:45 +0200 |
---|---|---|
committer | Johannes Huber <johu@gentoo.org> | 2018-05-20 15:15:45 +0200 |
commit | 85fccb19d7b3a648656fff85929a0605cf1d8afc (patch) | |
tree | 17e09ba2d1cff2c92036e8d2835de0695d37571e /dev-vcs | |
parent | dev-vcs/gti: Add nyself as maintainer (diff) | |
download | gentoo-85fccb19d7b3a648656fff85929a0605cf1d8afc.tar.gz gentoo-85fccb19d7b3a648656fff85929a0605cf1d8afc.tar.bz2 gentoo-85fccb19d7b3a648656fff85929a0605cf1d8afc.zip |
dev-vcs/gti: Move git-r3 eclass
Package-Manager: Portage-2.3.38, Repoman-2.3.9
Diffstat (limited to 'dev-vcs')
-rw-r--r-- | dev-vcs/gti/gti-9999.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-vcs/gti/gti-9999.ebuild b/dev-vcs/gti/gti-9999.ebuild index 44d3b5125289..e3a1a7c80dab 100644 --- a/dev-vcs/gti/gti-9999.ebuild +++ b/dev-vcs/gti/gti-9999.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=4 EGIT_REPO_URI="https://github.com/rwos/${PN}.git" -inherit git-2 +inherit git-r3 DESCRIPTION="A silly git launcher, basically. Inspired by sl" HOMEPAGE="http://r-wos.org/hacks/gti" |