From: Johannes Huber Date: Sun, 20 May 2018 13:15:45 +0000 (+0200) Subject: dev-vcs/gti: Move git-r3 eclass X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=85fccb19d7b3a648656fff85929a0605cf1d8afc;p=gentoo.git dev-vcs/gti: Move git-r3 eclass Package-Manager: Portage-2.3.38, Repoman-2.3.9 --- 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"