Skip to content

Commit

Permalink
x11-libs/agg: Remove support for non-existent deps
Browse files Browse the repository at this point in the history
  • Loading branch information
mgorny committed Aug 26, 2018
1 parent bc4a07a commit 1ce214a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions x11-libs/agg/agg-2.5-r2.ebuild
Original file line number Diff line number Diff line change
@@ -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"
Expand All @@ -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}
Expand Down

0 comments on commit 1ce214a

Please sign in to comment.