diff options
Diffstat (limited to 'dev-java/tomcat-servlet-api/tomcat-servlet-api-3.ebuild')
-rw-r--r-- | dev-java/tomcat-servlet-api/tomcat-servlet-api-3.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dev-java/tomcat-servlet-api/tomcat-servlet-api-3.ebuild b/dev-java/tomcat-servlet-api/tomcat-servlet-api-3.ebuild index 3441cc865acf..bcd26b3a821b 100644 --- a/dev-java/tomcat-servlet-api/tomcat-servlet-api-3.ebuild +++ b/dev-java/tomcat-servlet-api/tomcat-servlet-api-3.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2009 Gentoo Foundation +# Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-java/tomcat-servlet-api/tomcat-servlet-api-3.ebuild,v 1.6 2009/07/19 14:06:32 nixnut Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-java/tomcat-servlet-api/tomcat-servlet-api-3.ebuild,v 1.7 2010/01/03 21:39:54 fauli Exp $ JAVA_PKG_IUSE="doc source" @@ -15,7 +15,7 @@ DEPEND=">=virtual/jdk-1.4" RDEPEND=">=virtual/jre-1.4" LICENSE="Apache-1.1" SLOT="2.2" -KEYWORDS="amd64 ~ia64 ppc ppc64 x86 ~x86-fbsd" +KEYWORDS="amd64 ~ia64 ppc ppc64 x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos" IUSE="" S="${WORKDIR}/${MY_PN}" |