summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJames Le Cuirot <chewi@gentoo.org>2020-01-14 22:38:51 +0000
committerJames Le Cuirot <chewi@gentoo.org>2020-01-14 22:38:51 +0000
commit020fdd44e44ea65a034e244df4bf4a73b1a39887 (patch)
treed3857345830cf15f3496ad504ca6cf8de93deb68
parentx11-libs/cairo: Enable xcb stuff with USE=X. (diff)
downloadgentoo-020fdd44e44ea65a034e244df4bf4a73b1a39887.tar.gz
gentoo-020fdd44e44ea65a034e244df4bf4a73b1a39887.tar.bz2
gentoo-020fdd44e44ea65a034e244df4bf4a73b1a39887.zip
dev-libs/weston: Fix cairo dependency now that xcb USE flag dropped
Package-Manager: Portage-2.3.84, Repoman-2.3.20 Signed-off-by: James Le Cuirot <chewi@gentoo.org>
-rw-r--r--dev-libs/weston/weston-3.0.0-r1.ebuild (renamed from dev-libs/weston/weston-3.0.0.ebuild)4
-rw-r--r--dev-libs/weston/weston-7.0.0-r1.ebuild (renamed from dev-libs/weston/weston-7.0.0.ebuild)4
-rw-r--r--dev-libs/weston/weston-9999.ebuild4
3 files changed, 6 insertions, 6 deletions
diff --git a/dev-libs/weston/weston-3.0.0.ebuild b/dev-libs/weston/weston-3.0.0-r1.ebuild
index 2a914c848f1e..25e9e7ad7e78 100644
--- a/dev-libs/weston/weston-3.0.0.ebuild
+++ b/dev-libs/weston/weston-3.0.0-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
@@ -77,7 +77,7 @@ RDEPEND="
)
xwayland? (
x11-base/xorg-server[wayland]
- x11-libs/cairo[xcb]
+ x11-libs/cairo[X,xcb(+)]
>=x11-libs/libxcb-1.9
x11-libs/libXcursor
)
diff --git a/dev-libs/weston/weston-7.0.0.ebuild b/dev-libs/weston/weston-7.0.0-r1.ebuild
index bff2ce2e638a..816ad3eaed28 100644
--- a/dev-libs/weston/weston-7.0.0.ebuild
+++ b/dev-libs/weston/weston-7.0.0-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -83,7 +83,7 @@ RDEPEND="
)
xwayland? (
x11-base/xorg-server[wayland]
- x11-libs/cairo[xcb]
+ x11-libs/cairo[X,xcb(+)]
>=x11-libs/libxcb-1.9
x11-libs/libXcursor
)
diff --git a/dev-libs/weston/weston-9999.ebuild b/dev-libs/weston/weston-9999.ebuild
index bff2ce2e638a..816ad3eaed28 100644
--- a/dev-libs/weston/weston-9999.ebuild
+++ b/dev-libs/weston/weston-9999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -83,7 +83,7 @@ RDEPEND="
)
xwayland? (
x11-base/xorg-server[wayland]
- x11-libs/cairo[xcb]
+ x11-libs/cairo[X,xcb(+)]
>=x11-libs/libxcb-1.9
x11-libs/libXcursor
)