diff options
author | Joseph Jezak <josejx@gentoo.org> | 2009-12-29 17:32:11 +0000 |
---|---|---|
committer | Joseph Jezak <josejx@gentoo.org> | 2009-12-29 17:32:11 +0000 |
commit | 7f42dd013f735b5b782bfc4285b5003cc2c9a148 (patch) | |
tree | 7b6fb21b034d8cad7e7d30c0e575f39685a021a4 /dev-java/stringtemplate | |
parent | Add ~arm (diff) | |
download | gentoo-2-7f42dd013f735b5b782bfc4285b5003cc2c9a148.tar.gz gentoo-2-7f42dd013f735b5b782bfc4285b5003cc2c9a148.tar.bz2 gentoo-2-7f42dd013f735b5b782bfc4285b5003cc2c9a148.zip |
Marked ppc stable.
(Portage version: 2.1.6.13/cvs/Linux x86_64)
Diffstat (limited to 'dev-java/stringtemplate')
-rw-r--r-- | dev-java/stringtemplate/ChangeLog | 5 | ||||
-rw-r--r-- | dev-java/stringtemplate/stringtemplate-3.2.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-java/stringtemplate/ChangeLog b/dev-java/stringtemplate/ChangeLog index 9b56a3661817..78a28832c603 100644 --- a/dev-java/stringtemplate/ChangeLog +++ b/dev-java/stringtemplate/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-java/stringtemplate # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-java/stringtemplate/ChangeLog,v 1.7 2009/12/14 19:06:43 ranger Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-java/stringtemplate/ChangeLog,v 1.8 2009/12/29 17:32:11 josejx Exp $ + + 29 Dec 2009; Joseph Jezak <josejx@gentoo.org> stringtemplate-3.2.ebuild: + Marked ppc stable. 14 Dec 2009; Brent Baude <ranger@gentoo.org> stringtemplate-3.2.ebuild: Marking stringtemplate-3.2 ppc64 for bug 287425 diff --git a/dev-java/stringtemplate/stringtemplate-3.2.ebuild b/dev-java/stringtemplate/stringtemplate-3.2.ebuild index f2746ef8cfe4..46b27ad9b446 100644 --- a/dev-java/stringtemplate/stringtemplate-3.2.ebuild +++ b/dev-java/stringtemplate/stringtemplate-3.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/stringtemplate/stringtemplate-3.2.ebuild,v 1.7 2009/12/14 19:06:43 ranger Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-java/stringtemplate/stringtemplate-3.2.ebuild,v 1.8 2009/12/29 17:32:11 josejx Exp $ EAPI="2" JAVA_PKG_IUSE="doc source" @@ -17,7 +17,7 @@ HOMEPAGE="http://www.stringtemplate.org/" SRC_URI="http://www.stringtemplate.org/download/${MY_P}.tar.gz" LICENSE="BSD" SLOT="0" -KEYWORDS="amd64 ~ppc ppc64 x86" +KEYWORDS="amd64 ppc ppc64 x86" IUSE="" # no junit targets in build.xml, but unconditional compile and jar of test |