aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Lecher <jlec@gentoo.org>2014-11-11 11:01:52 +0100
committerJustin Lecher <jlec@gentoo.org>2014-11-11 16:48:11 +0100
commit4cf7b91ebb008e01bcc99c93083ae68d6603e9ce (patch)
tree27b99bab2ea6ade2f764f7e66feb6bff03e9574c /x11-libs
parentsci-chemistry/ambertools: Drop old and large patches; apply all upstream patc... (diff)
downloadsci-4cf7b91ebb008e01bcc99c93083ae68d6603e9ce.tar.gz
sci-4cf7b91ebb008e01bcc99c93083ae68d6603e9ce.tar.bz2
sci-4cf7b91ebb008e01bcc99c93083ae68d6603e9ce.zip
x11-libs/agg: Fix broken deps
Package-Manager: portage-2.2.14
Diffstat (limited to 'x11-libs')
-rw-r--r--x11-libs/agg/ChangeLog5
-rw-r--r--x11-libs/agg/agg-2.5-r3.ebuild5
-rw-r--r--x11-libs/agg/metadata.xml10
3 files changed, 11 insertions, 9 deletions
diff --git a/x11-libs/agg/ChangeLog b/x11-libs/agg/ChangeLog
index 666c83a0d..148e18e37 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 <jlec@gentoo.org> agg-2.5-r3.ebuild, metadata.xml:
+ Fix broken deps
+
*agg-2.5-r3 (07 Aug 2013)
07 Aug 2013; Sébastien Fabbro <bicatali@gentoo.org> +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 f8dcc82cc..81e500ea8 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 6ac0077fd..32b7ffdf7 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>