diff options
author | Sebastian Pipping <sping@gentoo.org> | 2020-03-27 01:27:46 +0100 |
---|---|---|
committer | Sebastian Pipping <sping@gentoo.org> | 2020-03-27 02:09:20 +0100 |
commit | 6e6b2084ec6f9c23576f50122e5b07f51520544e (patch) | |
tree | c01def77c1eb97cfbe7062f4d198633bd191eb92 /dev-vcs | |
parent | dev-tex/rechnung: EAPI 7 (diff) | |
download | betagarden-6e6b2084ec6f9c23576f50122e5b07f51520544e.tar.gz betagarden-6e6b2084ec6f9c23576f50122e5b07f51520544e.tar.bz2 betagarden-6e6b2084ec6f9c23576f50122e5b07f51520544e.zip |
*/*: Quick-migrate from git-2 eclass to git-r3
Signed-off-by: Sebastian Pipping <sping@gentoo.org>
Diffstat (limited to 'dev-vcs')
-rw-r--r-- | dev-vcs/gitscene/gitscene-9999.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-vcs/gitscene/gitscene-9999.ebuild b/dev-vcs/gitscene/gitscene-9999.ebuild index 9bbeae0..273655e 100644 --- a/dev-vcs/gitscene/gitscene-9999.ebuild +++ b/dev-vcs/gitscene/gitscene-9999.ebuild @@ -5,7 +5,7 @@ EAPI=5 PYTHON_COMPAT=( python2_7 ) -inherit git-2 python-r1 +inherit git-r3 python-r1 DESCRIPTION="A GTK based repository browser for git" HOMEPAGE="http://github.com/pta/gitscene" |