From 1ce214a0f010b6fc4dc4cf3b01e6ac47a0f96543 Mon Sep 17 00:00:00 2001 From: Michał Górny Date: Sun, 26 Aug 2018 22:23:32 +0200 Subject: x11-libs/agg: Remove support for non-existent deps --- x11-libs/agg/agg-2.5-r2.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'x11-libs/agg') diff --git a/x11-libs/agg/agg-2.5-r2.ebuild b/x11-libs/agg/agg-2.5-r2.ebuild index caba9c1a146d..8228f01acbce 100644 --- a/x11-libs/agg/agg-2.5-r2.ebuild +++ b/x11-libs/agg/agg-2.5-r2.ebuild @@ -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 ) ) + X? ( >=x11-libs/libX11-1.3.99.901 ) truetype? ( media-libs/freetype:2 ) " DEPEND="${RDEPEND} -- cgit v1.2.3-65-gdbad