diff options
author | Jorge Manuel B. S. Vicetto <jmbsvicetto@gentoo.org> | 2008-12-08 03:37:55 +0000 |
---|---|---|
committer | Jorge Manuel B. S. Vicetto <jmbsvicetto@gentoo.org> | 2008-12-08 03:37:55 +0000 |
commit | 44a4eb84b36c7af58c60f54430761e4858242e87 (patch) | |
tree | a8e00d927df35fa2748617e284592bf53594c7e9 /dev-java/glassfish-servlet-api/glassfish-servlet-api-2_beta44.ebuild | |
parent | Version bump. (diff) | |
download | historical-44a4eb84b36c7af58c60f54430761e4858242e87.tar.gz historical-44a4eb84b36c7af58c60f54430761e4858242e87.tar.bz2 historical-44a4eb84b36c7af58c60f54430761e4858242e87.zip |
Made PATCHES an array.
Package-Manager: portage-2.2_rc17/cvs/Linux 2.6.27-gentoo-r2 x86_64
Diffstat (limited to 'dev-java/glassfish-servlet-api/glassfish-servlet-api-2_beta44.ebuild')
-rw-r--r-- | dev-java/glassfish-servlet-api/glassfish-servlet-api-2_beta44.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dev-java/glassfish-servlet-api/glassfish-servlet-api-2_beta44.ebuild b/dev-java/glassfish-servlet-api/glassfish-servlet-api-2_beta44.ebuild index fc69156a8770..11f8ba48de31 100644 --- a/dev-java/glassfish-servlet-api/glassfish-servlet-api-2_beta44.ebuild +++ b/dev-java/glassfish-servlet-api/glassfish-servlet-api-2_beta44.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2007 Gentoo Foundation +# Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-java/glassfish-servlet-api/glassfish-servlet-api-2_beta44.ebuild,v 1.1 2007/04/27 20:37:12 wltjr Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-java/glassfish-servlet-api/glassfish-servlet-api-2_beta44.ebuild,v 1.2 2008/12/08 03:35:37 jmbsvicetto Exp $ JAVA_PKG_IUSE="doc source" @@ -21,7 +21,7 @@ RDEPEND=">=virtual/jre-1.5" S="${WORKDIR}/glassfish/servlet-api/" -PATCHES="${FILESDIR}/build_xml.patch" +PATCHES=( "${FILESDIR}/build_xml.patch" ) src_compile() { eant build $(use doc || echo -Ddocs.uptodate=true) |