diff options
author | 2011-11-30 12:12:03 +0000 | |
---|---|---|
committer | 2011-11-30 12:12:03 +0000 | |
commit | ffc032aebb8fa9c1ec60472c4b829f826b075dac (patch) | |
tree | e1911c327d867a8236b89cc5668f8747c751752e /dev-java/commons-cli | |
parent | Version bump to 2.4.4 (bug 378085, thanks jbergstroem). (diff) | |
download | historical-ffc032aebb8fa9c1ec60472c4b829f826b075dac.tar.gz historical-ffc032aebb8fa9c1ec60472c4b829f826b075dac.tar.bz2 historical-ffc032aebb8fa9c1ec60472c4b829f826b075dac.zip |
Marked ~x64-macos
Package-Manager: portage-2.2.01.19572-prefix/cvs/Darwin i386
Diffstat (limited to 'dev-java/commons-cli')
-rw-r--r-- | dev-java/commons-cli/ChangeLog | 7 | ||||
-rw-r--r-- | dev-java/commons-cli/commons-cli-1.2.ebuild | 4 |
2 files changed, 7 insertions, 4 deletions
diff --git a/dev-java/commons-cli/ChangeLog b/dev-java/commons-cli/ChangeLog index 259133a5a979..3c01af5e979f 100644 --- a/dev-java/commons-cli/ChangeLog +++ b/dev-java/commons-cli/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-java/commons-cli -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-java/commons-cli/ChangeLog,v 1.46 2010/01/15 20:23:05 abcd Exp $ +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-java/commons-cli/ChangeLog,v 1.47 2011/11/30 12:12:03 grobian Exp $ + + 30 Nov 2011; Fabian Groffen <grobian@gentoo.org> commons-cli-1.2.ebuild: + Marked ~x64-macos 15 Jan 2010; Jonathan Callen <abcd@gentoo.org> commons-cli-1.2.ebuild: Add prefix keywords diff --git a/dev-java/commons-cli/commons-cli-1.2.ebuild b/dev-java/commons-cli/commons-cli-1.2.ebuild index 912ef6772921..c76617ea9745 100644 --- a/dev-java/commons-cli/commons-cli-1.2.ebuild +++ b/dev-java/commons-cli/commons-cli-1.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-java/commons-cli/commons-cli-1.2.ebuild,v 1.7 2010/01/15 20:23:05 abcd Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-java/commons-cli/commons-cli-1.2.ebuild,v 1.8 2011/11/30 12:12:03 grobian Exp $ # Upstream switched to Maven as a build system. Current build.xml file was generated by running mvn ant:ant # A bit of tweaking was required unfortunately @@ -17,7 +17,7 @@ SRC_URI="mirror://apache/commons/cli/source/${MY_P}.tar.gz" LICENSE="Apache-2.0" SLOT="1" -KEYWORDS="amd64 ppc ppc64 x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos" +KEYWORDS="amd64 ppc ppc64 x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos" IUSE="" RESTRICT="" |