x11-libs/agg: Remove support for non-existent deps
authorMichał Górny <mgorny@gentoo.org>
Sun, 26 Aug 2018 20:23:32 +0000 (22:23 +0200)
committerMichał Górny <mgorny@gentoo.org>
Sun, 26 Aug 2018 20:34:43 +0000 (22:34 +0200)
x11-libs/agg/agg-2.5-r2.ebuild

index caba9c1a146d67e6a5933ad72bc6823573929a17..8228f01acbceefd226d9fd3cd3a17b91c1f061c3 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI="2"
@@ -17,7 +17,7 @@ IUSE="+gpc +truetype +X"
 # preffer X with enabled xcb, really
 RDEPEND="
        media-libs/libsdl[X?]
-       X? ( || ( <x11-libs/libX11-1.3.99.901[xcb] >=x11-libs/libX11-1.3.99.901 ) )
+       X? ( >=x11-libs/libX11-1.3.99.901 )
        truetype? ( media-libs/freetype:2 )
 "
 DEPEND="${RDEPEND}