commit: 4cf7b91ebb008e01bcc99c93083ae68d6603e9ce Author: Justin Lecher <jlec <AT> gentoo <DOT> org> AuthorDate: Tue Nov 11 10:01:52 2014 +0000 Commit: Justin Lecher <jlec <AT> gentoo <DOT> org> CommitDate: Tue Nov 11 15:48:11 2014 +0000 URL: http://sources.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=4cf7b91e
x11-libs/agg: Fix broken deps Package-Manager: portage-2.2.14 --- x11-libs/agg/ChangeLog | 5 ++++- x11-libs/agg/agg-2.5-r3.ebuild | 5 ++--- x11-libs/agg/metadata.xml | 10 +++++----- 3 files changed, 11 insertions(+), 9 deletions(-) diff --git a/x11-libs/agg/ChangeLog b/x11-libs/agg/ChangeLog index 666c83a..148e18e 100644 --- a/x11-libs/agg/ChangeLog +++ b/x11-libs/agg/ChangeLog @@ -1,7 +1,10 @@ # ChangeLog for x11-libs/agg -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 # $Header: $ + 11 Nov 2014; Justin Lecher <[email protected]> agg-2.5-r3.ebuild, metadata.xml: + Fix broken deps + *agg-2.5-r3 (07 Aug 2013) 07 Aug 2013; Sébastien Fabbro <[email protected]> +agg-2.5-r3.ebuild, diff --git a/x11-libs/agg/agg-2.5-r3.ebuild b/x11-libs/agg/agg-2.5-r3.ebuild index f8dcc82..81e500e 100644 --- a/x11-libs/agg/agg-2.5-r3.ebuild +++ b/x11-libs/agg/agg-2.5-r3.ebuild @@ -20,9 +20,8 @@ IUSE="+gpc sdl static-libs +truetype +X" # preffer X with enabled xcb, really RDEPEND=" - sdl? ( >=media-libs/libsdl-1.2.0 ) - X? ( || ( <x11-libs/libX11-1.3.99.901[xcb] - >=x11-libs/libX11-1.3.99.901 ) ) + sdl? ( >=media-libs/libsdl-1.2.0[X?] ) + X? ( >=x11-libs/libX11-1.3.99.901 ) truetype? ( media-libs/freetype:2 ) " DEPEND="${RDEPEND} diff --git a/x11-libs/agg/metadata.xml b/x11-libs/agg/metadata.xml index 6ac0077..32b7ffd 100644 --- a/x11-libs/agg/metadata.xml +++ b/x11-libs/agg/metadata.xml @@ -1,14 +1,14 @@ <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> <pkgmetadata> -<herd>sci</herd> -<longdescription> + <herd>sci</herd> + <longdescription> Anti-Grain Geometry (AGG) is a general purpose graphical toolkit written completely in standard and platform independent C++. It can be used in many areas of computer programming where high quality 2D graphics is an essential part of the project. </longdescription> -<use> - <flag name="gpc">Enable gpc polygon clipper library</flag> -</use> + <use> + <flag name="gpc">Enable gpc polygon clipper library</flag> + </use> </pkgmetadata>
