diff options
author | Gluzskiy Alexandr <sss123next@list.ru> | 2015-08-11 15:43:47 +0300 |
---|---|---|
committer | Gluzskiy Alexandr <sss123next@list.ru> | 2015-08-11 15:43:47 +0300 |
commit | a50c1e841fe9f62e6c2429a2c31fada4e197e39c (patch) | |
tree | d12db6083dca8ccc75ad94e095ea1a3dff77133a /app-emulation | |
parent | 29fb4102d1984cfb865c5e6d152eb6e5468bd40f (diff) |
spice: updated to new eapi
llvm, clang: removed broken ebuilds
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" |