Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-libs/agg/
Date: Sun, 26 Aug 2018 20:35:35
Message-Id: 1535315683.1ce214a0f010b6fc4dc4cf3b01e6ac47a0f96543.mgorny@gentoo
1 commit: 1ce214a0f010b6fc4dc4cf3b01e6ac47a0f96543
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sun Aug 26 20:23:32 2018 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sun Aug 26 20:34:43 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1ce214a0
7
8 x11-libs/agg: Remove support for non-existent deps
9
10 x11-libs/agg/agg-2.5-r2.ebuild | 4 ++--
11 1 file changed, 2 insertions(+), 2 deletions(-)
12
13 diff --git a/x11-libs/agg/agg-2.5-r2.ebuild b/x11-libs/agg/agg-2.5-r2.ebuild
14 index caba9c1a146..8228f01acbc 100644
15 --- a/x11-libs/agg/agg-2.5-r2.ebuild
16 +++ b/x11-libs/agg/agg-2.5-r2.ebuild
17 @@ -1,4 +1,4 @@
18 -# Copyright 1999-2013 Gentoo Foundation
19 +# Copyright 1999-2018 Gentoo Foundation
20 # Distributed under the terms of the GNU General Public License v2
21
22 EAPI="2"
23 @@ -17,7 +17,7 @@ IUSE="+gpc +truetype +X"
24 # preffer X with enabled xcb, really
25 RDEPEND="
26 media-libs/libsdl[X?]
27 - X? ( || ( <x11-libs/libX11-1.3.99.901[xcb] >=x11-libs/libX11-1.3.99.901 ) )
28 + X? ( >=x11-libs/libX11-1.3.99.901 )
29 truetype? ( media-libs/freetype:2 )
30 "
31 DEPEND="${RDEPEND}