diff options
author | David Seifert <soap@gentoo.org> | 2017-12-25 15:41:07 +0100 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2017-12-25 15:43:08 +0100 |
commit | 6eaf812e99ecd1eccc5cd7077aa87233d8f7415c (patch) | |
tree | 06c1b82e95f08625e53b7cae5bdb08056d8f9c4c /app-portage | |
parent | app-portage/grs: [QA] Port to git-r3 (diff) | |
download | gentoo-6eaf812e99ecd1eccc5cd7077aa87233d8f7415c.tar.gz gentoo-6eaf812e99ecd1eccc5cd7077aa87233d8f7415c.tar.bz2 gentoo-6eaf812e99ecd1eccc5cd7077aa87233d8f7415c.zip |
app-portage/layman: [QA] Port to git-r3
Package-Manager: Portage-2.3.19, Repoman-2.3.6
Diffstat (limited to 'app-portage')
-rw-r--r-- | app-portage/layman/layman-9999.ebuild | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/app-portage/layman/layman-9999.ebuild b/app-portage/layman/layman-9999.ebuild index c5419f1102ff..c7ff3068c986 100644 --- a/app-portage/layman/layman-9999.ebuild +++ b/app-portage/layman/layman-9999.ebuild @@ -6,11 +6,10 @@ EAPI="5" PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} pypy ) PYTHON_REQ_USE="xml(+),sqlite?" -inherit eutils distutils-r1 git-2 linux-info prefix +inherit eutils distutils-r1 git-r3 linux-info prefix DESCRIPTION="Tool to manage Gentoo overlays" HOMEPAGE="http://layman.sourceforge.net" -SRC_URI="" EGIT_REPO_URI="git://anongit.gentoo.org/proj/layman.git" LICENSE="GPL-2" |