diff options
author | Vlastimil Babka <caster@gentoo.org> | 2009-05-23 08:59:07 +0000 |
---|---|---|
committer | Vlastimil Babka <caster@gentoo.org> | 2009-05-23 08:59:07 +0000 |
commit | 3779ad640e14255af0034f4307ac2e7336cf8833 (patch) | |
tree | ec9889c32b09b5a04feb9f59ad9b976c0b4af0c1 /dev-java/commons-transaction | |
parent | Add ~amd64 (diff) | |
download | gentoo-2-3779ad640e14255af0034f4307ac2e7336cf8833.tar.gz gentoo-2-3779ad640e14255af0034f4307ac2e7336cf8833.tar.bz2 gentoo-2-3779ad640e14255af0034f4307ac2e7336cf8833.zip |
Add ~amd64
(Portage version: 2.2_rc33/cvs/Linux x86_64)
Diffstat (limited to 'dev-java/commons-transaction')
-rw-r--r-- | dev-java/commons-transaction/ChangeLog | 6 | ||||
-rw-r--r-- | dev-java/commons-transaction/commons-transaction-1.2.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/dev-java/commons-transaction/ChangeLog b/dev-java/commons-transaction/ChangeLog index 8de985cd87ed..0c797f69f557 100644 --- a/dev-java/commons-transaction/ChangeLog +++ b/dev-java/commons-transaction/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-java/commons-transaction # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-java/commons-transaction/ChangeLog,v 1.9 2009/05/23 08:24:48 betelgeuse Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-java/commons-transaction/ChangeLog,v 1.10 2009/05/23 08:59:07 caster Exp $ + + 23 May 2009; Vlastimil Babka <caster@gentoo.org> + commons-transaction-1.2.ebuild: + Add ~amd64 *commons-transaction-1.2 (23 May 2009) diff --git a/dev-java/commons-transaction/commons-transaction-1.2.ebuild b/dev-java/commons-transaction/commons-transaction-1.2.ebuild index 98225c51b36f..9be0e0670201 100644 --- a/dev-java/commons-transaction/commons-transaction-1.2.ebuild +++ b/dev-java/commons-transaction/commons-transaction-1.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-java/commons-transaction/commons-transaction-1.2.ebuild,v 1.1 2009/05/23 08:24:48 betelgeuse Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-java/commons-transaction/commons-transaction-1.2.ebuild,v 1.2 2009/05/23 08:59:07 caster Exp $ EAPI="2" JAVA_PKG_IUSE="doc source" @@ -12,7 +12,7 @@ SRC_URI="mirror://apache/commons/transaction/source/${P}-src.tar.gz" LICENSE="Apache-2.0" SLOT="0" -KEYWORDS="~x86" +KEYWORDS="~amd64 ~x86" IUSE="" RDEPEND=">=virtual/jre-1.4 |