diff options
author | Tristan Heaven <nyhm@gentoo.org> | 2008-04-06 00:32:40 +0000 |
---|---|---|
committer | Tristan Heaven <nyhm@gentoo.org> | 2008-04-06 00:32:40 +0000 |
commit | 2f05d6e67840befcc4c9e02479b4a9b1b6b8705e (patch) | |
tree | 39d7076474281a1c3464603b99fa9981da4da9a5 /games-util | |
parent | Block games-board/chessdb (diff) | |
download | gentoo-2-2f05d6e67840befcc4c9e02479b4a9b1b6b8705e.tar.gz gentoo-2-2f05d6e67840befcc4c9e02479b4a9b1b6b8705e.tar.bz2 gentoo-2-2f05d6e67840befcc4c9e02479b4a9b1b6b8705e.zip |
Block sys-cluster/torque, bug #207059
(Portage version: 2.1.5_rc1)
Diffstat (limited to 'games-util')
-rw-r--r-- | games-util/qstat/ChangeLog | 6 | ||||
-rw-r--r-- | games-util/qstat/qstat-2.10.ebuild | 4 | ||||
-rw-r--r-- | games-util/qstat/qstat-2.11.ebuild | 4 |
3 files changed, 10 insertions, 4 deletions
diff --git a/games-util/qstat/ChangeLog b/games-util/qstat/ChangeLog index 393d91a6ff1d..d1f465b3bd40 100644 --- a/games-util/qstat/ChangeLog +++ b/games-util/qstat/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for games-util/qstat # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-util/qstat/ChangeLog,v 1.20 2008/01/14 20:40:09 grobian Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-util/qstat/ChangeLog,v 1.21 2008/04/06 00:32:40 nyhm Exp $ + + 06 Apr 2008; Tristan Heaven <nyhm@gentoo.org> qstat-2.10.ebuild, + qstat-2.11.ebuild: + Block sys-cluster/torque, bug #207059 14 Jan 2008; Fabian Groffen <grobian@gentoo.org> qstat-2.10.ebuild, qstat-2.11.ebuild: diff --git a/games-util/qstat/qstat-2.10.ebuild b/games-util/qstat/qstat-2.10.ebuild index 04efbf5122da..c9c9244ec49d 100644 --- a/games-util/qstat/qstat-2.10.ebuild +++ b/games-util/qstat/qstat-2.10.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-util/qstat/qstat-2.10.ebuild,v 1.5 2008/01/14 20:40:09 grobian Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-util/qstat/qstat-2.10.ebuild,v 1.6 2008/04/06 00:32:40 nyhm Exp $ DESCRIPTION="Server statics collector supporting many FPS games" HOMEPAGE="http://www.qstat.org/" @@ -11,7 +11,7 @@ SLOT="0" KEYWORDS="~alpha amd64 hppa ppc ppc64 x86" IUSE="debug" -DEPEND="" +DEPEND="!sys-cluster/torque" src_compile() { econf $(use_enable debug) || die diff --git a/games-util/qstat/qstat-2.11.ebuild b/games-util/qstat/qstat-2.11.ebuild index c5f926584db5..78bae880843c 100644 --- a/games-util/qstat/qstat-2.11.ebuild +++ b/games-util/qstat/qstat-2.11.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-util/qstat/qstat-2.11.ebuild,v 1.2 2008/01/14 20:40:09 grobian Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-util/qstat/qstat-2.11.ebuild,v 1.3 2008/04/06 00:32:40 nyhm Exp $ DESCRIPTION="Server statics collector supporting many FPS games" HOMEPAGE="http://www.qstat.org/" @@ -11,6 +11,8 @@ SLOT="0" KEYWORDS="~alpha ~amd64 ~hppa ~ppc ~ppc64 ~x86" IUSE="debug" +DEPEND="!sys-cluster/torque" + src_compile() { econf $(use_enable debug) || die emake || die "emake failed" |