summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTomas Chvatal <scarabeus@gentoo.org>2010-09-21 07:47:26 +0000
committerTomas Chvatal <scarabeus@gentoo.org>2010-09-21 07:47:26 +0000
commit52165fca2c5c558b8dcd465a77646331d6dd5335 (patch)
treedf7b27ec53e3a9ba639535b3bf0cb98621b3e4ef /x11-libs/agg
parentUpdate the dep on libX11 this time using proper version. (diff)
downloadgentoo-2-52165fca2c5c558b8dcd465a77646331d6dd5335.tar.gz
gentoo-2-52165fca2c5c558b8dcd465a77646331d6dd5335.tar.bz2
gentoo-2-52165fca2c5c558b8dcd465a77646331d6dd5335.zip
Update the dep on libX11 this time using proper version.
(Portage version: 2.2_rc83/cvs/Linux x86_64)
Diffstat (limited to 'x11-libs/agg')
-rw-r--r--x11-libs/agg/ChangeLog5
-rw-r--r--x11-libs/agg/agg-2.5-r2.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/x11-libs/agg/ChangeLog b/x11-libs/agg/ChangeLog
index ada37d9dcd3f..fe86c3baf2b1 100644
--- a/x11-libs/agg/ChangeLog
+++ b/x11-libs/agg/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for x11-libs/agg
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/agg/ChangeLog,v 1.20 2010/09/09 10:58:17 scarabeus Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/agg/ChangeLog,v 1.21 2010/09/21 07:47:26 scarabeus Exp $
+
+ 21 Sep 2010; Tomáš Chvátal <scarabeus@gentoo.org> agg-2.5-r2.ebuild:
+ Update the dep on libX11 this time using proper version.
09 Sep 2010; Tomáš Chvátal <scarabeus@gentoo.org> agg-2.5-r2.ebuild:
Update deps on libX11[xcb].
diff --git a/x11-libs/agg/agg-2.5-r2.ebuild b/x11-libs/agg/agg-2.5-r2.ebuild
index 8d7e263dab37..7887daa8fc33 100644
--- a/x11-libs/agg/agg-2.5-r2.ebuild
+++ b/x11-libs/agg/agg-2.5-r2.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/agg/agg-2.5-r2.ebuild,v 1.3 2010/09/09 10:58:17 scarabeus Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/agg/agg-2.5-r2.ebuild,v 1.4 2010/09/21 07:47:26 scarabeus Exp $
EAPI="2"
@@ -18,7 +18,7 @@ IUSE="+gpc +truetype +X"
# preffer X with enabled xcb, really
RDEPEND="
media-libs/libsdl[X?]
- X? ( || ( <=x11-libs/libX11-1.3.5[xcb] >x11-libs/libX11-1.3.5 ) )
+ X? ( || ( <x11-libs/libX11-1.3.99.901[xcb] >=x11-libs/libX11-1.3.99.901 ) )
truetype? ( media-libs/freetype:2 )
"
DEPEND="${RDEPEND}