diff options
author | Markos Chandras <hwoarang@gentoo.org> | 2010-12-22 11:39:44 +0000 |
---|---|---|
committer | Markos Chandras <hwoarang@gentoo.org> | 2010-12-22 11:39:44 +0000 |
commit | 49d256025d1fa0caaa5f042d3ee8526f906c0d49 (patch) | |
tree | eaf4e0b2efc4b8c3c9ee4ad5a797a080f03c61c9 | |
parent | Stable on amd64 wrt bug #313107 (diff) | |
download | gentoo-2-49d256025d1fa0caaa5f042d3ee8526f906c0d49.tar.gz gentoo-2-49d256025d1fa0caaa5f042d3ee8526f906c0d49.tar.bz2 gentoo-2-49d256025d1fa0caaa5f042d3ee8526f906c0d49.zip |
Stable on amd64 wrt bug #345463
(Portage version: 2.1.9.25/cvs/Linux x86_64)
-rw-r--r-- | sys-cluster/torque/ChangeLog | 5 | ||||
-rw-r--r-- | sys-cluster/torque/torque-2.3.13.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sys-cluster/torque/ChangeLog b/sys-cluster/torque/ChangeLog index 68cafa1acf71..73b2b721d0af 100644 --- a/sys-cluster/torque/ChangeLog +++ b/sys-cluster/torque/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-cluster/torque # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-cluster/torque/ChangeLog,v 1.104 2010/12/04 15:46:50 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-cluster/torque/ChangeLog,v 1.105 2010/12/22 11:39:44 hwoarang Exp $ + + 22 Dec 2010; Markos Chandras <hwoarang@gentoo.org> torque-2.3.13.ebuild: + Stable on amd64 wrt bug #345463 04 Dec 2010; Raúl Porcel <armin76@gentoo.org> torque-2.3.13.ebuild: alpha/ia64/sparc stable wrt #345463 diff --git a/sys-cluster/torque/torque-2.3.13.ebuild b/sys-cluster/torque/torque-2.3.13.ebuild index 03fca3230e70..1dcafc7148a8 100644 --- a/sys-cluster/torque/torque-2.3.13.ebuild +++ b/sys-cluster/torque/torque-2.3.13.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-cluster/torque/torque-2.3.13.ebuild,v 1.5 2010/12/04 15:46:50 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-cluster/torque/torque-2.3.13.ebuild,v 1.6 2010/12/22 11:39:44 hwoarang Exp $ EAPI=2 inherit flag-o-matic eutils linux-info autotools @@ -12,7 +12,7 @@ SRC_URI="http://www.clusterresources.com/downloads/${PN}/${P}.tar.gz" LICENSE="openpbs" SLOT="0" -KEYWORDS="alpha ~amd64 hppa ia64 ~mips ~ppc ~ppc64 sparc x86" +KEYWORDS="alpha amd64 hppa ia64 ~mips ~ppc ~ppc64 sparc x86" IUSE="tk +crypt drmaa server +syslog doc cpusets kernel_linux" # ed is used by makedepend-sh |