diff options
author | Gluzskiy Alexandr <sss123next@list.ru> | 2017-01-31 02:03:20 +0300 |
---|---|---|
committer | Gluzskiy Alexandr <sss123next@list.ru> | 2017-01-31 02:03:20 +0300 |
commit | 5caeaf27c4265b19f96411db520bf946e647c9d8 (patch) | |
tree | ab1ed4a2effc1f4ee35c754440df47842469bb66 /app-emulation/spice | |
parent | 8f80de2051c7e80ee3f399d76aadd14200943561 (diff) |
spice: build fix
Diffstat (limited to 'app-emulation/spice')
-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 61f88ea..a2fbb4c 100644 --- a/app-emulation/spice/spice-scm.ebuild +++ b/app-emulation/spice/spice-scm.ebuild @@ -6,7 +6,7 @@ EAPI=6 PYTHON_COMPAT=( python{2_6,2_7} pypy2_0 ) -inherit eutils python-any-r1 git-r3 autotools readme.gentoo-r1 +inherit eutils python-any-r1 git-r3 autotools DESCRIPTION="SPICE server" HOMEPAGE="http://spice-space.org/" @@ -86,5 +86,4 @@ src_compile() { src_install() { default use static-libs || prune_libtool_files - readme.gentoo_create_doc } |