From: William Thomson Date: Sun, 21 Jan 2007 17:25:05 +0000 (+0000) Subject: Added ~amd64 keyword X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=20936e772dbe27f7ab1ba28bc94d4e942ca76e4f;p=gentoo.git Added ~amd64 keyword Package-Manager: portage-2.1.2-r1 --- diff --git a/dev-java/sun-jaxrpc-bin/ChangeLog b/dev-java/sun-jaxrpc-bin/ChangeLog index 518e51afef2b..f5edd2938cd8 100644 --- a/dev-java/sun-jaxrpc-bin/ChangeLog +++ b/dev-java/sun-jaxrpc-bin/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-java/sun-jaxrpc-bin -# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-java/sun-jaxrpc-bin/ChangeLog,v 1.2 2006/09/10 15:34:34 nelchael Exp $ +# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-java/sun-jaxrpc-bin/ChangeLog,v 1.3 2007/01/21 17:25:05 wltjr Exp $ + + 21 Jan 2007; William L. Thomson Jr. + sun-jaxrpc-bin-1.1.3.01.ebuild: + Added ~amd64 keyword 10 Sep 2006; Krzysiek Pawlik sun-jaxrpc-bin-1.1.3.01.ebuild: diff --git a/dev-java/sun-jaxrpc-bin/sun-jaxrpc-bin-1.1.3.01.ebuild b/dev-java/sun-jaxrpc-bin/sun-jaxrpc-bin-1.1.3.01.ebuild index 725e11c4d7e0..0467968a3ef3 100644 --- a/dev-java/sun-jaxrpc-bin/sun-jaxrpc-bin-1.1.3.01.ebuild +++ b/dev-java/sun-jaxrpc-bin/sun-jaxrpc-bin-1.1.3.01.ebuild @@ -1,13 +1,13 @@ -# Copyright 1999-2006 Gentoo Foundation +# Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-java/sun-jaxrpc-bin/sun-jaxrpc-bin-1.1.3.01.ebuild,v 1.2 2006/09/10 15:34:34 nelchael Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-java/sun-jaxrpc-bin/sun-jaxrpc-bin-1.1.3.01.ebuild,v 1.3 2007/01/21 17:25:05 wltjr Exp $ JWSDP_VERSION="2.0" JWSDP_DESC="Java API for XML-based RPC" inherit java-wsdp -KEYWORDS="~ppc ~x86" +KEYWORDS="~amd64 ~ppc ~x86" DEPEND="${DEPEND} dev-java/sun-saaj-bin"