diff options
author | James Le Cuirot <chewi@gentoo.org> | 2019-09-18 22:38:45 +0100 |
---|---|---|
committer | Matthias Maier <tamiko@gentoo.org> | 2019-09-21 21:29:02 -0500 |
commit | 29983acd332ec19887c285388467eb0c45393de2 (patch) | |
tree | 319d4efe40f1d308f68d798d4d8b877759d18a99 /app-emulation/spice | |
parent | app-emulation/virt-viewer: Use HTTPS for HOMEPAGE and SRC_URI (diff) | |
download | gentoo-29983acd332ec19887c285388467eb0c45393de2.tar.gz gentoo-29983acd332ec19887c285388467eb0c45393de2.tar.bz2 gentoo-29983acd332ec19887c285388467eb0c45393de2.zip |
app-emulation/spice: Move some dependencies into BDEPEND for EAPI 7
Package-Manager: Portage-2.3.76, Repoman-2.3.17
Signed-off-by: James Le Cuirot <chewi@gentoo.org>
Signed-off-by: Matthias Maier <tamiko@gentoo.org>
Diffstat (limited to 'app-emulation/spice')
-rw-r--r-- | app-emulation/spice/spice-0.14.2.ebuild | 10 | ||||
-rw-r--r-- | app-emulation/spice/spice-9999.ebuild | 10 |
2 files changed, 10 insertions, 10 deletions
diff --git a/app-emulation/spice/spice-0.14.2.ebuild b/app-emulation/spice/spice-0.14.2.ebuild index 464cb7d9c62e..58de3c678521 100644 --- a/app-emulation/spice/spice-0.14.2.ebuild +++ b/app-emulation/spice/spice-0.14.2.ebuild @@ -33,22 +33,22 @@ RDEPEND=" media-libs/gst-plugins-base:1.0 )" DEPEND="${RDEPEND} - ${PYTHON_DEPS} >=app-emulation/spice-protocol-0.14.0 + smartcard? ( app-emulation/qemu[smartcard] )" +BDEPEND="${PYTHON_DEPS} virtual/pkgconfig $(python_gen_any_dep ' >=dev-python/pyparsing-1.5.6-r2[${PYTHON_USEDEP}] dev-python/six[${PYTHON_USEDEP}] - ') - smartcard? ( app-emulation/qemu[smartcard] )" + ')" PATCHES=( "${FILESDIR}"/${PN}-0.14.0-openssl1.1_fix.patch ) python_check_deps() { - has_version ">=dev-python/pyparsing-1.5.6-r2[${PYTHON_USEDEP}]" - has_version "dev-python/six[${PYTHON_USEDEP}]" + has_version -b ">=dev-python/pyparsing-1.5.6-r2[${PYTHON_USEDEP}]" + has_version -b "dev-python/six[${PYTHON_USEDEP}]" } pkg_setup() { diff --git a/app-emulation/spice/spice-9999.ebuild b/app-emulation/spice/spice-9999.ebuild index 48cf0c3fa264..62dc9f95d49e 100644 --- a/app-emulation/spice/spice-9999.ebuild +++ b/app-emulation/spice/spice-9999.ebuild @@ -34,18 +34,18 @@ RDEPEND=" media-libs/gst-plugins-base:1.0 )" DEPEND="${RDEPEND} - ${PYTHON_DEPS} ~app-emulation/spice-protocol-9999 + smartcard? ( app-emulation/qemu[smartcard] )" +BDEPEND="${PYTHON_DEPS} virtual/pkgconfig $(python_gen_any_dep ' >=dev-python/pyparsing-1.5.6-r2[${PYTHON_USEDEP}] dev-python/six[${PYTHON_USEDEP}] - ') - smartcard? ( app-emulation/qemu[smartcard] )" + ')" python_check_deps() { - has_version ">=dev-python/pyparsing-1.5.6-r2[${PYTHON_USEDEP}]" - has_version "dev-python/six[${PYTHON_USEDEP}]" + has_version -b ">=dev-python/pyparsing-1.5.6-r2[${PYTHON_USEDEP}]" + has_version -b "dev-python/six[${PYTHON_USEDEP}]" } pkg_setup() { |