diff options
author | Mike Frysinger <vapier@gentoo.org> | 2004-08-17 01:41:19 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2004-08-17 01:41:19 +0000 |
commit | c3f3f6faf65be6fea0c301ac9a99e6cbb3b39a7b (patch) | |
tree | 27fd38aede8faf6dfdc001829dd36cf02064adae /games-util/xqf | |
parent | ver bump #60622 (Manifest recommit) (diff) | |
download | gentoo-2-c3f3f6faf65be6fea0c301ac9a99e6cbb3b39a7b.tar.gz gentoo-2-c3f3f6faf65be6fea0c301ac9a99e6cbb3b39a7b.tar.bz2 gentoo-2-c3f3f6faf65be6fea0c301ac9a99e6cbb3b39a7b.zip |
ver DEPEND fix for qstat
Diffstat (limited to 'games-util/xqf')
-rw-r--r-- | games-util/xqf/xqf-0.9.14.ebuild | 4 | ||||
-rw-r--r-- | games-util/xqf/xqf-1.0.ebuild | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/games-util/xqf/xqf-0.9.14.ebuild b/games-util/xqf/xqf-0.9.14.ebuild index 67c7f5efb52c..7bc0d10e0855 100644 --- a/games-util/xqf/xqf-0.9.14.ebuild +++ b/games-util/xqf/xqf-0.9.14.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-util/xqf/xqf-0.9.14.ebuild,v 1.6 2004/07/05 21:40:02 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-util/xqf/xqf-0.9.14.ebuild,v 1.7 2004/08/17 01:41:19 vapier Exp $ DESCRIPTION="A server browser for many FPS games (frontend for qstat)" HOMEPAGE="http://www.linuxgames.com/xqf/" @@ -25,7 +25,7 @@ RDEPEND="virtual/libc DEPEND="${RDEPEND} sys-devel/libtool" RDEPEND="${RDEPEND} - >=games-util/qstat-25" + >=games-util/qstat-2.5" src_unpack() { unpack ${A} diff --git a/games-util/xqf/xqf-1.0.ebuild b/games-util/xqf/xqf-1.0.ebuild index ad45416d632b..c2abdcee7c46 100644 --- a/games-util/xqf/xqf-1.0.ebuild +++ b/games-util/xqf/xqf-1.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-util/xqf/xqf-1.0.ebuild,v 1.1 2004/08/17 01:26:51 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-util/xqf/xqf-1.0.ebuild,v 1.2 2004/08/17 01:41:19 vapier Exp $ DESCRIPTION="A server browser for many FPS games (frontend for qstat)" HOMEPAGE="http://www.linuxgames.com/xqf/" @@ -21,7 +21,7 @@ DEPEND="virtual/libc geoip? ( dev-libs/geoip ) app-arch/bzip2" RDEPEND="${DEPEND} - >=games-util/qstat-25" + >=games-util/qstat-2.6" src_unpack() { unpack ${A} |