diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2012-11-09 19:04:24 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2012-11-09 19:04:24 +0000 |
commit | 99af5d6b25f5ffbed55022dc970ccde5ed38b27f (patch) | |
tree | f6f5b5463d581ceffe53a8d3de26c66ca1ee52e2 /dev-util/jarwizard | |
parent | Add ~amd64, wrt bug #442138 (diff) | |
download | gentoo-2-99af5d6b25f5ffbed55022dc970ccde5ed38b27f.tar.gz gentoo-2-99af5d6b25f5ffbed55022dc970ccde5ed38b27f.tar.bz2 gentoo-2-99af5d6b25f5ffbed55022dc970ccde5ed38b27f.zip |
Add ~amd64, wrt bug #442140
(Portage version: 2.1.11.31/cvs/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'dev-util/jarwizard')
-rw-r--r-- | dev-util/jarwizard/ChangeLog | 8 | ||||
-rw-r--r-- | dev-util/jarwizard/jarwizard-2.50.ebuild | 6 |
2 files changed, 8 insertions, 6 deletions
diff --git a/dev-util/jarwizard/ChangeLog b/dev-util/jarwizard/ChangeLog index b713cfc26d38..559575450f38 100644 --- a/dev-util/jarwizard/ChangeLog +++ b/dev-util/jarwizard/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-util/jarwizard -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/jarwizard/ChangeLog,v 1.11 2010/08/15 11:26:11 armin76 Exp $ +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-util/jarwizard/ChangeLog,v 1.12 2012/11/09 19:04:24 ago Exp $ + + 09 Nov 2012; Agostino Sarubbo <ago@gentoo.org> jarwizard-2.50.ebuild: + Add ~amd64, wrt bug #442140 15 Aug 2010; Raúl Porcel <armin76@gentoo.org> jarwizard-2.50.ebuild: Drop alpha @@ -39,4 +42,3 @@ metadata.xml: Initial Import. Closes #46187. Thanks to Keith Lea <keith@cs.oswego.edu> for the initial ebuild. - diff --git a/dev-util/jarwizard/jarwizard-2.50.ebuild b/dev-util/jarwizard/jarwizard-2.50.ebuild index 563e3b9a6ed0..6c8842d8dba4 100644 --- a/dev-util/jarwizard/jarwizard-2.50.ebuild +++ b/dev-util/jarwizard/jarwizard-2.50.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-util/jarwizard/jarwizard-2.50.ebuild,v 1.4 2010/08/15 11:26:11 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/jarwizard/jarwizard-2.50.ebuild,v 1.5 2012/11/09 19:04:24 ago Exp $ inherit java-pkg-2 java-ant-2 @@ -9,7 +9,7 @@ SRC_URI="mirror://sourceforge/jarwizard/${PN}_${PV/./}_src.zip" HOMEPAGE="http://sourceforge.net/projects/jarwizard/" SLOT="0" LICENSE="GPL-2" -KEYWORDS="~ppc x86" +KEYWORDS="~amd64 ~ppc x86" DEPEND=">=virtual/jdk-1.5 app-arch/unzip" RDEPEND=">=virtual/jre-1.5" |