diff options
author | Justin Lecher <jlec@gentoo.org> | 2011-03-02 13:44:10 +0000 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2011-03-02 13:44:10 +0000 |
commit | 0a31becc97e86b79ea1b4d0750621b51d0fd8efe (patch) | |
tree | f43ba2a9d261d9af2b7391c896d6eb2b689d1351 /x11-misc | |
parent | Correct Slots for gtk 3 introduction to tree (diff) | |
download | gentoo-2-0a31becc97e86b79ea1b4d0750621b51d0fd8efe.tar.gz gentoo-2-0a31becc97e86b79ea1b4d0750621b51d0fd8efe.tar.bz2 gentoo-2-0a31becc97e86b79ea1b4d0750621b51d0fd8efe.zip |
Correct Slots for gtk 3 introduction to tree
(Portage version: 2.2.0_alpha26/cvs/Linux x86_64)
Diffstat (limited to 'x11-misc')
-rw-r--r-- | x11-misc/xaos/ChangeLog | 6 | ||||
-rw-r--r-- | x11-misc/xaos/xaos-3.4-r1.ebuild | 6 | ||||
-rw-r--r-- | x11-misc/xaos/xaos-3.5-r1.ebuild | 4 |
3 files changed, 10 insertions, 6 deletions
diff --git a/x11-misc/xaos/ChangeLog b/x11-misc/xaos/ChangeLog index 20f1706ee3e1..ec2e09b1c623 100644 --- a/x11-misc/xaos/ChangeLog +++ b/x11-misc/xaos/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for x11-misc/xaos # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/xaos/ChangeLog,v 1.36 2011/02/12 18:03:48 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/xaos/ChangeLog,v 1.37 2011/03/02 13:44:10 jlec Exp $ + + 02 Mar 2011; Justin Lecher <jlec@gentoo.org> xaos-3.4-r1.ebuild, + xaos-3.5-r1.ebuild: + Correct Slots for gtk 3 introduction to tree 12 Feb 2011; Raúl Porcel <armin76@gentoo.org> xaos-3.5-r1.ebuild: sparc stable wrt #342295 diff --git a/x11-misc/xaos/xaos-3.4-r1.ebuild b/x11-misc/xaos/xaos-3.4-r1.ebuild index d1ee485e64b1..91ab977b1185 100644 --- a/x11-misc/xaos/xaos-3.4-r1.ebuild +++ b/x11-misc/xaos/xaos-3.4-r1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2009 Gentoo Foundation +# Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/xaos/xaos-3.4-r1.ebuild,v 1.1 2009/03/28 12:55:30 bicatali Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/xaos/xaos-3.4-r1.ebuild,v 1.2 2011/03/02 13:44:10 jlec Exp $ EAPI=2 inherit eutils autotools @@ -20,7 +20,7 @@ IUSE="aalib doc gtk nls png svga threads X" RDEPEND="sys-libs/zlib sci-libs/gsl aalib? ( media-libs/aalib ) - gtk? ( >=x11-libs/gtk+-2 ) + gtk? ( x11-libs/gtk+:2 ) png? ( media-libs/libpng ) svga? ( media-libs/svgalib ) X? ( x11-libs/libX11 diff --git a/x11-misc/xaos/xaos-3.5-r1.ebuild b/x11-misc/xaos/xaos-3.5-r1.ebuild index f7ce6d6a3de7..33d3634268c4 100644 --- a/x11-misc/xaos/xaos-3.5-r1.ebuild +++ b/x11-misc/xaos/xaos-3.5-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/xaos/xaos-3.5-r1.ebuild,v 1.4 2011/02/12 18:03:48 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/xaos/xaos-3.5-r1.ebuild,v 1.5 2011/03/02 13:44:10 jlec Exp $ EAPI=2 inherit eutils autotools @@ -17,7 +17,7 @@ IUSE="aalib doc -gtk nls png svga threads X" RDEPEND="sys-libs/zlib sci-libs/gsl aalib? ( media-libs/aalib ) - gtk? ( >=x11-libs/gtk+-2 ) + gtk? ( x11-libs/gtk+:2 ) png? ( media-libs/libpng ) X? ( x11-libs/libX11 x11-libs/libXext |