diff options
author | 2004-10-22 10:24:18 +0000 | |
---|---|---|
committer | 2004-10-22 10:24:18 +0000 | |
commit | f4c5943968851a37f6d81b5e574fa50ac6bdf1b2 (patch) | |
tree | c139414833bb854866895293444e691ec5d77342 /dev-java/soap/soap-2.3.1.ebuild | |
parent | Initial import. Thanks to Atzm WATANABE <atzm@gentoo.gr.jp> at GentooJP ebuil... (diff) | |
download | gentoo-2-f4c5943968851a37f6d81b5e574fa50ac6bdf1b2.tar.gz gentoo-2-f4c5943968851a37f6d81b5e574fa50ac6bdf1b2.tar.bz2 gentoo-2-f4c5943968851a37f6d81b5e574fa50ac6bdf1b2.zip |
Keywords ~amd64.
Diffstat (limited to 'dev-java/soap/soap-2.3.1.ebuild')
-rw-r--r-- | dev-java/soap/soap-2.3.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-java/soap/soap-2.3.1.ebuild b/dev-java/soap/soap-2.3.1.ebuild index 9503b41d1271..584b3a7b03af 100644 --- a/dev-java/soap/soap-2.3.1.ebuild +++ b/dev-java/soap/soap-2.3.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-java/soap/soap-2.3.1.ebuild,v 1.2 2004/10/16 17:36:22 axxo Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-java/soap/soap-2.3.1.ebuild,v 1.3 2004/10/22 10:19:27 absinthe Exp $ inherit java-pkg DESCRIPTION="Apache SOAP (Simple Object Access Protocol) is an implementation of the SOAP submission to W3C" @@ -8,7 +8,7 @@ HOMEPAGE="http://ws.apache.org/soap/" SRC_URI="mirror://apache/ws/soap/version-${PV}/soap-src-${PV}.tar.gz" LICENSE="Apache-1.1" SLOT="0" -KEYWORDS="~x86" +KEYWORDS="~x86 ~amd64" IUSE="doc" DEPEND="virtual/jdk dev-java/sun-javamail-bin |