summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Maier <tamiko@gentoo.org>2019-07-28 13:34:24 -0500
committerMatthias Maier <tamiko@gentoo.org>2019-07-28 14:37:17 -0500
commit0cb0b3644cf8a87f1a5c512787db1f0fbfba66aa (patch)
treeb77a24875854b9990031eab240863f3950821a5d /app-emulation/spice/spice-9999.ebuild
parentapp-emulation/spice: version bump to 0.14.2 (diff)
downloadgentoo-0cb0b3644cf8a87f1a5c512787db1f0fbfba66aa.tar.gz
gentoo-0cb0b3644cf8a87f1a5c512787db1f0fbfba66aa.tar.bz2
gentoo-0cb0b3644cf8a87f1a5c512787db1f0fbfba66aa.zip
app-emulation/spice: update live ebuild
Package-Manager: Portage-2.3.69, Repoman-2.3.16 Signed-off-by: Matthias Maier <tamiko@gentoo.org>
Diffstat (limited to 'app-emulation/spice/spice-9999.ebuild')
-rw-r--r--app-emulation/spice/spice-9999.ebuild10
1 files changed, 5 insertions, 5 deletions
diff --git a/app-emulation/spice/spice-9999.ebuild b/app-emulation/spice/spice-9999.ebuild
index 440aaabd0fe7..679a70747326 100644
--- a/app-emulation/spice/spice-9999.ebuild
+++ b/app-emulation/spice/spice-9999.ebuild
@@ -1,10 +1,10 @@
-# Copyright 1999-2018 Gentoo Authors
+# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=6
+EAPI=7
PYTHON_COMPAT=( python{2_7,3_5,3_6,3_7} )
-inherit autotools eutils git-r3 ltprune python-any-r1 readme.gentoo-r1 xdg-utils
+inherit autotools eutils git-r3 python-any-r1 readme.gentoo-r1 xdg-utils
DESCRIPTION="SPICE server"
HOMEPAGE="https://www.spice-space.org/"
@@ -35,7 +35,7 @@ RDEPEND="
)"
DEPEND="${RDEPEND}
${PYTHON_DEPS}
- =app-emulation/spice-protocol-9999
+ ~app-emulation/spice-protocol-9999
virtual/pkgconfig
$(python_gen_any_dep '
>=dev-python/pyparsing-1.5.6-r2[${PYTHON_USEDEP}]
@@ -88,7 +88,7 @@ src_compile() {
src_install() {
default
- use static-libs || prune_libtool_files
+ use static-libs || find "${D}" -name '*.la' -type f -delete || die
readme.gentoo_create_doc
}