diff options
Diffstat (limited to 'app-emulation')
-rw-r--r-- | app-emulation/spice/spice-scm.ebuild | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/app-emulation/spice/spice-scm.ebuild b/app-emulation/spice/spice-scm.ebuild index 692cf7c..16030d2 100644 --- a/app-emulation/spice/spice-scm.ebuild +++ b/app-emulation/spice/spice-scm.ebuild @@ -6,13 +6,12 @@ EAPI=5 PYTHON_COMPAT=( python{2_6,2_7} pypy2_0 ) -inherit eutils python-any-r1 git-2 +inherit eutils python-any-r1 git-r3 DESCRIPTION="SPICE server and client" HOMEPAGE="http://spice-space.org/" EGIT_REPO_URI="git://git.freedesktop.org/git/spice/spice" -EGIT_HAS_SUBMODULES="1" LICENSE="LGPL-2.1" SLOT="0" |