diff options
author | Mike Frysinger <vapier@gentoo.org> | 2005-09-26 03:46:22 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2005-09-26 03:46:22 +0000 |
commit | fa5b58f8d7949ca367f91d8f309dc28c40e6625b (patch) | |
tree | fe77d2a239bf82ec75ecae4b011df1006b65bdf1 /games-util/xqf | |
parent | should fix #107177 (diff) | |
download | historical-fa5b58f8d7949ca367f91d8f309dc28c40e6625b.tar.gz historical-fa5b58f8d7949ca367f91d8f309dc28c40e6625b.tar.bz2 historical-fa5b58f8d7949ca367f91d8f309dc28c40e6625b.zip |
properly fix gtk depends #107106
Package-Manager: portage-2.0.52-r1 http://www.bash.org/?136501
Diffstat (limited to 'games-util/xqf')
-rw-r--r-- | games-util/xqf/Manifest | 12 | ||||
-rw-r--r-- | games-util/xqf/xqf-1.0.3.ebuild | 10 |
2 files changed, 17 insertions, 5 deletions
diff --git a/games-util/xqf/Manifest b/games-util/xqf/Manifest index d25b929c034d..8d1a2517f8cd 100644 --- a/games-util/xqf/Manifest +++ b/games-util/xqf/Manifest @@ -1,4 +1,14 @@ -MD5 bb4a44d51570d5d653cab40fde4d6455 xqf-1.0.3.ebuild 1165 +-----BEGIN PGP SIGNED MESSAGE----- +Hash: SHA1 + MD5 f17b9b8fa07a38914fe1c03268f51678 metadata.xml 158 +MD5 47dcc956fd28db90de8cc1c9a388bacd xqf-1.0.3.ebuild 1231 MD5 f7b0630305043ac92d85f3b40eff8bfc ChangeLog 3594 MD5 6ad7926a39a5c0427ad0a26d66b244e8 files/digest-xqf-1.0.3 61 +-----BEGIN PGP SIGNATURE----- +Version: GnuPG v1.4.2 (GNU/Linux) + +iD8DBQFDN29DgIKl8Uu19MoRAlEJAJ9i38Ra97iUDB8RjL7zH7x6zHHBtwCfS28F +bw5l7SAiQ9pFpEXDd2555tw= +=BHhX +-----END PGP SIGNATURE----- diff --git a/games-util/xqf/xqf-1.0.3.ebuild b/games-util/xqf/xqf-1.0.3.ebuild index 5cff491ce260..4111ed074801 100644 --- a/games-util/xqf/xqf-1.0.3.ebuild +++ b/games-util/xqf/xqf-1.0.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-util/xqf/xqf-1.0.3.ebuild,v 1.6 2005/09/24 20:12:52 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-util/xqf/xqf-1.0.3.ebuild,v 1.7 2005/09/26 03:46:22 vapier Exp $ DESCRIPTION="A server browser for many FPS games (frontend for qstat)" HOMEPAGE="http://www.linuxgames.com/xqf/" @@ -9,10 +9,11 @@ SRC_URI="mirror://sourceforge/xqf/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="amd64 hppa ppc x86" -IUSE="nls geoip bzip2" +IUSE="nls geoip bzip2 gtk2" -DEPEND="=x11-libs/gtk+-2* - media-libs/gdk-pixbuf +DEPEND=" + gtk2? ( =x11-libs/gtk+-2* ) + !gtk2? ( =x11-libs/gtk+-1* media-libs/gdk-pixbuf ) nls? ( sys-devel/gettext ) geoip? ( dev-libs/geoip ) bzip2? ( app-arch/bzip2 )" @@ -36,6 +37,7 @@ src_compile() { $(use_enable geoip) \ $(use_enable bzip2) \ $(use_enable debug) \ + $(use_enable gtk2) \ || die emake || die "emake failed" } |