From: James Le Cuirot Date: Tue, 14 Jan 2020 22:38:51 +0000 (+0000) Subject: dev-libs/weston: Fix cairo dependency now that xcb USE flag dropped X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=020fdd44e44ea65a034e244df4bf4a73b1a39887;p=gentoo.git 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 --- diff --git a/dev-libs/weston/weston-3.0.0.ebuild b/dev-libs/weston/weston-3.0.0-r1.ebuild similarity index 98% rename from dev-libs/weston/weston-3.0.0.ebuild rename to 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 similarity index 98% rename from dev-libs/weston/weston-7.0.0.ebuild rename to 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 )