summaryrefslogtreecommitdiff
path: root/app-emulation/spice
diff options
context:
space:
mode:
authorGluzskiy Alexandr <sss123next@list.ru>2017-01-31 02:03:20 +0300
committerGluzskiy Alexandr <sss123next@list.ru>2017-01-31 02:03:20 +0300
commit5caeaf27c4265b19f96411db520bf946e647c9d8 (patch)
treeab1ed4a2effc1f4ee35c754440df47842469bb66 /app-emulation/spice
parent8f80de2051c7e80ee3f399d76aadd14200943561 (diff)
spice: build fix
Diffstat (limited to 'app-emulation/spice')
-rw-r--r--app-emulation/spice/spice-scm.ebuild3
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
}