diff options
Diffstat (limited to 'dev-java/tomcat-servlet-api/tomcat-servlet-api-5.5.34.ebuild')
-rw-r--r-- | dev-java/tomcat-servlet-api/tomcat-servlet-api-5.5.34.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dev-java/tomcat-servlet-api/tomcat-servlet-api-5.5.34.ebuild b/dev-java/tomcat-servlet-api/tomcat-servlet-api-5.5.34.ebuild index c394b6029ae5..d3af3889f943 100644 --- a/dev-java/tomcat-servlet-api/tomcat-servlet-api-5.5.34.ebuild +++ b/dev-java/tomcat-servlet-api/tomcat-servlet-api-5.5.34.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2011 Gentoo Foundation +# Copyright 1999-2012 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-5.5.34.ebuild,v 1.1 2011/12/24 20:26:32 fordfrog Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-java/tomcat-servlet-api/tomcat-servlet-api-5.5.34.ebuild,v 1.2 2012/04/15 18:52:57 vapier Exp $ inherit eutils java-pkg-2 java-ant-2 java-osgi @@ -11,7 +11,7 @@ SRC_URI="mirror://apache/tomcat/tomcat-5/v${PV/_/-}/src/${MY_P}.tar.gz" LICENSE="Apache-2.0" SLOT="2.4" -KEYWORDS="~amd64 ~ppc ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos" +KEYWORDS="~amd64 ~ia64 ~ppc ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos" IUSE="doc source" DEPEND=">=virtual/jdk-1.5 |