diff options
author | 2012-09-16 13:20:41 +0000 | |
---|---|---|
committer | 2012-09-16 13:20:41 +0000 | |
commit | 849491a6514d605ec95f512170c64a11944a0803 (patch) | |
tree | 26be9341f340579f7776f0645570aff70a08a141 /dev-java/ecj-gcj | |
parent | Keyword ~arm, bug #305773. (diff) | |
download | historical-849491a6514d605ec95f512170c64a11944a0803.tar.gz historical-849491a6514d605ec95f512170c64a11944a0803.tar.bz2 historical-849491a6514d605ec95f512170c64a11944a0803.zip |
Keyword ~arm, bug #305773.
Package-Manager: portage-2.2.0_alpha127/cvs/Linux x86_64
Diffstat (limited to 'dev-java/ecj-gcj')
-rw-r--r-- | dev-java/ecj-gcj/ChangeLog | 7 | ||||
-rw-r--r-- | dev-java/ecj-gcj/ecj-gcj-3.6.ebuild | 4 |
2 files changed, 7 insertions, 4 deletions
diff --git a/dev-java/ecj-gcj/ChangeLog b/dev-java/ecj-gcj/ChangeLog index 75cd34dc5d34..7413292fc481 100644 --- a/dev-java/ecj-gcj/ChangeLog +++ b/dev-java/ecj-gcj/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-java/ecj-gcj # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-java/ecj-gcj/ChangeLog,v 1.4 2012/05/12 12:12:13 sera Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-java/ecj-gcj/ChangeLog,v 1.5 2012/09/16 13:12:54 chithanh Exp $ + + 16 Sep 2012; Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org> + ecj-gcj-3.6.ebuild: + Keyword ~arm, bug #305773. 12 May 2012; Ralph Sennhauser <sera@gentoo.org> +files/ecj-gcj-3.6: Add missing ecj-gcj-3.6. Thanks to genstorm @@ -39,4 +43,3 @@ +files/ecj-gcj, +metadata.xml: New package, a subset of eclipse-ecj that can be compiled and used with gcj-jdk. - diff --git a/dev-java/ecj-gcj/ecj-gcj-3.6.ebuild b/dev-java/ecj-gcj/ecj-gcj-3.6.ebuild index 8b24bc77fd59..41e40487cf72 100644 --- a/dev-java/ecj-gcj/ecj-gcj-3.6.ebuild +++ b/dev-java/ecj-gcj/ecj-gcj-3.6.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-java/ecj-gcj/ecj-gcj-3.6.ebuild,v 1.1 2012/05/06 17:41:31 sera Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-java/ecj-gcj/ecj-gcj-3.6.ebuild,v 1.2 2012/09/16 13:12:54 chithanh Exp $ EAPI=4 @@ -17,7 +17,7 @@ SRC_URI="http://download.eclipse.org/eclipse/downloads/drops/${DMF}/${MY_PN}src- IUSE="+native userland_GNU" LICENSE="EPL-1.0" -KEYWORDS="~amd64 ~ia64 ~ppc ~ppc64 ~x86" +KEYWORDS="~amd64 ~arm ~ia64 ~ppc ~ppc64 ~x86" SLOT="3.6" MY_PS="${MY_PN}-${SLOT}" |