diff options
author | Markus Meier <maekke@gentoo.org> | 2008-04-06 14:21:56 +0000 |
---|---|---|
committer | Markus Meier <maekke@gentoo.org> | 2008-04-06 14:21:56 +0000 |
commit | 82c06b8109f268f796ee9498b869f9b6efdbb519 (patch) | |
tree | cc55c2f8f1be57c426bdd88f302466075f414aba /sys-cluster | |
parent | amd64/x86 stable, bug #215981 (diff) | |
download | gentoo-2-82c06b8109f268f796ee9498b869f9b6efdbb519.tar.gz gentoo-2-82c06b8109f268f796ee9498b869f9b6efdbb519.tar.bz2 gentoo-2-82c06b8109f268f796ee9498b869f9b6efdbb519.zip |
unquote A, amd64/x86 stable (bug #216116)
(Portage version: 2.1.5_rc2)
Diffstat (limited to 'sys-cluster')
-rw-r--r-- | sys-cluster/torque/ChangeLog | 5 | ||||
-rw-r--r-- | sys-cluster/torque/torque-2.2.1-r2.ebuild | 6 |
2 files changed, 7 insertions, 4 deletions
diff --git a/sys-cluster/torque/ChangeLog b/sys-cluster/torque/ChangeLog index ea26537c9605..171041cb6d9a 100644 --- a/sys-cluster/torque/ChangeLog +++ b/sys-cluster/torque/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-cluster/torque # Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-cluster/torque/ChangeLog,v 1.60 2008/03/14 17:28:09 jsbronder Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-cluster/torque/ChangeLog,v 1.61 2008/04/06 14:21:56 maekke Exp $ + + 06 Apr 2008; Markus Meier <maekke@gentoo.org> torque-2.2.1-r2.ebuild: + unquote A, amd64/x86 stable (bug #216116) *torque-2.3.0-r1 (14 Mar 2008) diff --git a/sys-cluster/torque/torque-2.2.1-r2.ebuild b/sys-cluster/torque/torque-2.2.1-r2.ebuild index 65cb1e12c8ef..87d1f1ac34e2 100644 --- a/sys-cluster/torque/torque-2.2.1-r2.ebuild +++ b/sys-cluster/torque/torque-2.2.1-r2.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/sys-cluster/torque/torque-2.2.1-r2.ebuild,v 1.3 2008/01/02 16:07:25 jsbronder Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-cluster/torque/torque-2.2.1-r2.ebuild,v 1.4 2008/04/06 14:21:56 maekke Exp $ inherit autotools flag-o-matic eutils @@ -11,7 +11,7 @@ SRC_URI="http://www.clusterresources.com/downloads/${PN}/${P}.tar.gz" LICENSE="openpbs" SLOT="0" -KEYWORDS="~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86" +KEYWORDS="amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc x86" IUSE="tk crypt server syslog doc" PROVIDE="virtual/pbs" @@ -35,7 +35,7 @@ RDEPEND="${DEPEND_COMMON} [ -n "${PBS_SERVER_HOME}" ] || PBS_SERVER_HOME="/var/spool/torque" src_unpack() { - unpack "${A}" + unpack ${A} cd "${S}" epatch "${FILESDIR}"/${PN}-setuid-safety-am.patch # Otherwise we'll fail due to strings over ISO C89 defined length 509 |