diff options
author | Ralph Sennhauser <sera@gentoo.org> | 2012-01-01 15:41:20 +0000 |
---|---|---|
committer | Ralph Sennhauser <sera@gentoo.org> | 2012-01-01 15:41:20 +0000 |
commit | a4caf810c2c78a3a729c1fa9fd67d49230ed5524 (patch) | |
tree | 8a4890b67aacd0f652b4f80242f7d9ca3474383b /dev-java/servletapi/servletapi-2.2-r3.ebuild | |
parent | Drop ia64 support #345433 (diff) | |
download | gentoo-2-a4caf810c2c78a3a729c1fa9fd67d49230ed5524.tar.gz gentoo-2-a4caf810c2c78a3a729c1fa9fd67d49230ed5524.tar.bz2 gentoo-2-a4caf810c2c78a3a729c1fa9fd67d49230ed5524.zip |
Drop ia64 support #345433
(Portage version: 2.1.10.43/cvs/Linux x86_64)
Diffstat (limited to 'dev-java/servletapi/servletapi-2.2-r3.ebuild')
-rw-r--r-- | dev-java/servletapi/servletapi-2.2-r3.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dev-java/servletapi/servletapi-2.2-r3.ebuild b/dev-java/servletapi/servletapi-2.2-r3.ebuild index ecee59be0a67..eea593c2f3ea 100644 --- a/dev-java/servletapi/servletapi-2.2-r3.ebuild +++ b/dev-java/servletapi/servletapi-2.2-r3.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2010 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/servletapi/servletapi-2.2-r3.ebuild,v 1.13 2010/01/15 17:50:08 grobian Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-java/servletapi/servletapi-2.2-r3.ebuild,v 1.14 2012/01/01 15:41:20 sera Exp $ JAVA_PKG_IUSE="doc source" @@ -14,7 +14,7 @@ DEPEND=">=virtual/jdk-1.4 RDEPEND=">=virtual/jre-1.3" LICENSE="Apache-1.1" SLOT="2.2" -KEYWORDS="amd64 ~ia64 ppc ppc64 x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~x64-solaris" +KEYWORDS="amd64 ppc ppc64 x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~x64-solaris" IUSE="doc" S="${WORKDIR}/jakarta-servletapi-src" |