diff options
author | 2012-09-16 13:12:54 +0000 | |
---|---|---|
committer | 2012-09-16 13:12:54 +0000 | |
commit | 335526e710d99f0b67d43bf8fa4fbdb7a71239bc (patch) | |
tree | d3f562e3b2675e95cfede12cecf293dc321de5c0 | |
parent | Keyword ~arm, bug #305773. (diff) | |
download | gentoo-2-335526e710d99f0b67d43bf8fa4fbdb7a71239bc.tar.gz gentoo-2-335526e710d99f0b67d43bf8fa4fbdb7a71239bc.tar.bz2 gentoo-2-335526e710d99f0b67d43bf8fa4fbdb7a71239bc.zip |
Keyword ~arm, bug #305773.
(Portage version: 2.2.0_alpha127/cvs/Linux x86_64)
-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}" |