summaryrefslogtreecommitdiff
path: root/x11-drivers/xf86-video-qxl
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2020-09-16 09:32:48 +0100
committerV3n3RiX <venerix@redcorelinux.org>2020-09-16 09:32:48 +0100
commit9ee6d97c2883d42f204a533a8bc1f4562df778fb (patch)
treeb690ddc0ca30f1472887edbb0b8313629bfcbbb2 /x11-drivers/xf86-video-qxl
parentb17a3ef12038de50228bade1f05502c74e135321 (diff)
gentoo resync : 16.09.2020
Diffstat (limited to 'x11-drivers/xf86-video-qxl')
-rw-r--r--x11-drivers/xf86-video-qxl/Manifest4
-rw-r--r--x11-drivers/xf86-video-qxl/metadata.xml3
-rw-r--r--x11-drivers/xf86-video-qxl/xf86-video-qxl-0.1.5.ebuild18
3 files changed, 5 insertions, 20 deletions
diff --git a/x11-drivers/xf86-video-qxl/Manifest b/x11-drivers/xf86-video-qxl/Manifest
index f16c1b125da1..72ca27311427 100644
--- a/x11-drivers/xf86-video-qxl/Manifest
+++ b/x11-drivers/xf86-video-qxl/Manifest
@@ -1,3 +1,3 @@
DIST xf86-video-qxl-0.1.5.tar.bz2 508266 BLAKE2B ca0fd43830a393d9bb1f5a6ba306f26e07a0b90233fa44f3fbe7a5f21026f1bd6960254db9cd75d947b3c42f6cc8cd3b7cfd71afc2c0a74bd84c60eafcf7e150 SHA512 7510b2d037b3e978df6063b29e2406f3d1270695a239f29fdaec9b1dc65a30ab10cb959f15eb336f78e93aa708d41c64c5ea43803958feffc64542229605b782
-EBUILD xf86-video-qxl-0.1.5.ebuild 660 BLAKE2B b1ee18808733abe3278189796d4ba3ec2c5b3c9914e118557ccc645e795b272e1850d6a7d840402d64c3472238dd4914483ce50c1da95cdbd5ff24ec0689f305 SHA512 3c23c3feebd6011442785d6747f44d155833e211b969a8bd1e2330755d894834a5dc92155e6858bdb19539c606ce2ba32e4be8bf6cf6e1661b1b17c9700e3c90
-MISC metadata.xml 292 BLAKE2B def2312773a7e6872be5d2de2184f3bbdd74caaa32bd0a8c1a85955f11e4a56a7a045431fb582eb121c5fbd5aa3f9d59a137af4973870c08c012abd7d45cdf72 SHA512 d09afd5c8c1c5180f73d6b482e84904cd015f8c302a076e059caa504cfd0029049e75a9f70aff5d4cbf1c36cfd8afdd1c4751ad78bd9e21d6aee6c8e574f8078
+EBUILD xf86-video-qxl-0.1.5.ebuild 436 BLAKE2B 19560c57f7a7aa0446525affce826b10931d24fa5fc00acd947f3311940740c5cd6037be4da99d090f3acaa9e8df739cf7184713896a285e87dc118ca28ffb4e SHA512 b8b20bcd2b06b36f8ac835a551da75b93e062e9a4aca66b20d5ff95ac2c56804d7bdb0e0bef1dbfb762da2aad404c3fab496532f2f9ea3a9daf15ad7e63fc82f
+MISC metadata.xml 228 BLAKE2B 6cb3f9ee21ad85a908617dc8a5afbc5fdc59d6e14636fece436504e30eec31e5b0e648bc7796d36e5b4f303ffd9594530c10e315e0c389f4a58a9d02f7120bf9 SHA512 f5b904277448f2d3c5ad7a5fb1afd6cef96e55aec9489f894ca9bdadfd1b57f502227b9d63b5e3d7fb26017f7110f7aa2010c7bb35a80e3f5901a279755f56c5
diff --git a/x11-drivers/xf86-video-qxl/metadata.xml b/x11-drivers/xf86-video-qxl/metadata.xml
index 6377116af3c5..1516ec6dde26 100644
--- a/x11-drivers/xf86-video-qxl/metadata.xml
+++ b/x11-drivers/xf86-video-qxl/metadata.xml
@@ -5,7 +5,4 @@
<email>x11@gentoo.org</email>
<name>X11</name>
</maintainer>
-<use>
-<flag name="xspice">Build the xspice driver</flag>
-</use>
</pkgmetadata>
diff --git a/x11-drivers/xf86-video-qxl/xf86-video-qxl-0.1.5.ebuild b/x11-drivers/xf86-video-qxl/xf86-video-qxl-0.1.5.ebuild
index e68a0aea45c5..7180a2837a42 100644
--- a/x11-drivers/xf86-video-qxl/xf86-video-qxl-0.1.5.ebuild
+++ b/x11-drivers/xf86-video-qxl/xf86-video-qxl-0.1.5.ebuild
@@ -1,35 +1,23 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=5
-PYTHON_COMPAT=( python2_7 )
-inherit python-single-r1 xorg-2
+inherit xorg-2
DESCRIPTION="QEMU QXL paravirt video driver"
KEYWORDS="amd64 x86"
-IUSE="xspice"
-REQUIRED_USE="${PYTHON_REQUIRED_USE}"
RDEPEND="
- xspice? (
- app-emulation/spice
- ${PYTHON_DEPS}
- )
x11-base/xorg-server[-minimal]
>=x11-libs/libdrm-2.4.46"
DEPEND="${RDEPEND}
>=app-emulation/spice-protocol-0.12.0
x11-base/xorg-proto"
-src_prepare() {
- python_fix_shebang scripts
- xorg-2_src_prepare
-}
-
src_configure() {
XORG_CONFIGURE_OPTIONS=(
- $(use_enable xspice)
+ --disable-xspice
)
xorg-2_src_configure
}