diff options
author | Chris Gianelloni <wolf31o2@gentoo.org> | 2006-12-06 21:13:04 +0000 |
---|---|---|
committer | Chris Gianelloni <wolf31o2@gentoo.org> | 2006-12-06 21:13:04 +0000 |
commit | bd884e1083ec2c57f2fdca536e5dc2f6a3204703 (patch) | |
tree | 741ff27dc16d7838a466f9e8d119d25e178b3645 /games-util/aabrowse/aabrowse-0.0.8.ebuild | |
parent | Remove old virtual/x11 dependency. (diff) | |
download | gentoo-2-bd884e1083ec2c57f2fdca536e5dc2f6a3204703.tar.gz gentoo-2-bd884e1083ec2c57f2fdca536e5dc2f6a3204703.tar.bz2 gentoo-2-bd884e1083ec2c57f2fdca536e5dc2f6a3204703.zip |
Remove old virtual/x11 dependency.
(Portage version: 2.1.2_rc2-r2)
Diffstat (limited to 'games-util/aabrowse/aabrowse-0.0.8.ebuild')
-rw-r--r-- | games-util/aabrowse/aabrowse-0.0.8.ebuild | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/games-util/aabrowse/aabrowse-0.0.8.ebuild b/games-util/aabrowse/aabrowse-0.0.8.ebuild index 5c5a9ef9eda1..546e9d847dd4 100644 --- a/games-util/aabrowse/aabrowse-0.0.8.ebuild +++ b/games-util/aabrowse/aabrowse-0.0.8.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-util/aabrowse/aabrowse-0.0.8.ebuild,v 1.5 2006/01/28 07:24:55 joshuabaergen Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-util/aabrowse/aabrowse-0.0.8.ebuild,v 1.6 2006/12/06 21:13:04 wolf31o2 Exp $ inherit kde @@ -13,9 +13,8 @@ SLOT="0" KEYWORDS="~ppc x86" IUSE="geoip" -RDEPEND="|| ( ( x11-libs/libXext - x11-libs/libSM ) - virtual/x11 )" +RDEPEND="x11-libs/libXext + x11-libs/libSM" DEPEND="${RDEPEND} $(qt_min_version 3.2) sys-libs/zlib |