diff options
-rw-r--r-- | dev-java/jettison/ChangeLog | 7 | ||||
-rw-r--r-- | dev-java/jettison/jettison-1.0.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/dev-java/jettison/ChangeLog b/dev-java/jettison/ChangeLog index 516e91bf8bb4..a1f2933d2a16 100644 --- a/dev-java/jettison/ChangeLog +++ b/dev-java/jettison/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-java/jettison -# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-java/jettison/ChangeLog,v 1.7 2009/12/28 08:18:55 josejx Exp $ +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-java/jettison/ChangeLog,v 1.8 2010/01/15 20:31:53 abcd Exp $ + + 15 Jan 2010; Jonathan Callen <abcd@gentoo.org> jettison-1.0.ebuild: + Add prefix keywords 28 Dec 2009; Joseph Jezak <josejx@gentoo.org> jettison-1.0.ebuild: Marked ppc stable for bug #279728. diff --git a/dev-java/jettison/jettison-1.0.ebuild b/dev-java/jettison/jettison-1.0.ebuild index 7493cab2ce02..79f6bb27b69b 100644 --- a/dev-java/jettison/jettison-1.0.ebuild +++ b/dev-java/jettison/jettison-1.0.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2009 Gentoo Foundation +# Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-java/jettison/jettison-1.0.ebuild,v 1.8 2009/12/28 08:18:55 josejx Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-java/jettison/jettison-1.0.ebuild,v 1.9 2010/01/15 20:31:53 abcd Exp $ EAPI=2 JAVA_PKG_IUSE="doc source" @@ -13,7 +13,7 @@ SRC_URI="http://repository.codehaus.org/org/codehaus/${PN}/${PN}/${PV}/${P}-sour LICENSE="Apache-2.0" SLOT="0" -KEYWORDS="amd64 ppc ppc64 x86" +KEYWORDS="amd64 ppc ppc64 x86 ~amd64-linux ~x86-linux ~ppc-macos" IUSE="" |