diff options
author | Brent Baude <ranger@gentoo.org> | 2011-01-10 18:48:20 +0000 |
---|---|---|
committer | Brent Baude <ranger@gentoo.org> | 2011-01-10 18:48:20 +0000 |
commit | 968b8e33bb8d232a8767f7c6530859e3f2ca374a (patch) | |
tree | 1c3df0febaff41ea973f73ad7a4bfd8dcf0a0d2a /sys-cluster | |
parent | Version bump, ALT_CONFIG_ROOT_ONLY has been removed, further restrictions for... (diff) | |
download | historical-968b8e33bb8d232a8767f7c6530859e3f2ca374a.tar.gz historical-968b8e33bb8d232a8767f7c6530859e3f2ca374a.tar.bz2 historical-968b8e33bb8d232a8767f7c6530859e3f2ca374a.zip |
stable ppc, bug 345463
Package-Manager: portage-2.1.9.25/cvs/Linux ppc64
Diffstat (limited to 'sys-cluster')
-rw-r--r-- | sys-cluster/torque/ChangeLog | 7 | ||||
-rw-r--r-- | sys-cluster/torque/torque-2.3.13.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/sys-cluster/torque/ChangeLog b/sys-cluster/torque/ChangeLog index 73b2b721d0af..d80b8780883f 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.105 2010/12/22 11:39:44 hwoarang Exp $ +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sys-cluster/torque/ChangeLog,v 1.106 2011/01/10 18:48:20 ranger Exp $ + + 10 Jan 2011; Brent Baude <ranger@gentoo.org> torque-2.3.13.ebuild: + stable ppc, bug 345463 22 Dec 2010; Markos Chandras <hwoarang@gentoo.org> torque-2.3.13.ebuild: Stable on amd64 wrt bug #345463 diff --git a/sys-cluster/torque/torque-2.3.13.ebuild b/sys-cluster/torque/torque-2.3.13.ebuild index 1dcafc7148a8..20f3978bbd9a 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 +# Copyright 1999-2011 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.6 2010/12/22 11:39:44 hwoarang Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-cluster/torque/torque-2.3.13.ebuild,v 1.7 2011/01/10 18:48:20 ranger 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 |