diff options
author | Mounir Lamouri <volkmar@gentoo.org> | 2009-10-25 21:43:47 +0000 |
---|---|---|
committer | Mounir Lamouri <volkmar@gentoo.org> | 2009-10-25 21:43:47 +0000 |
commit | 65aaf42c2add3813f51225c9cd069d0dd176f2c1 (patch) | |
tree | 7f9457aae5530e322b7a3418da094681b0598623 /dev-java/constantine | |
parent | Become maintainer. (diff) | |
download | historical-65aaf42c2add3813f51225c9cd069d0dd176f2c1.tar.gz historical-65aaf42c2add3813f51225c9cd069d0dd176f2c1.tar.bz2 historical-65aaf42c2add3813f51225c9cd069d0dd176f2c1.zip |
Keywording for ppc.
Bug 270910.
Package-Manager: portage-14478-svn/cvs/Linux ppc
Diffstat (limited to 'dev-java/constantine')
-rw-r--r-- | dev-java/constantine/ChangeLog | 5 | ||||
-rw-r--r-- | dev-java/constantine/constantine-0.6.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-java/constantine/ChangeLog b/dev-java/constantine/ChangeLog index 15619299c902..d87dcdef7058 100644 --- a/dev-java/constantine/ChangeLog +++ b/dev-java/constantine/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-java/constantine # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-java/constantine/ChangeLog,v 1.2 2009/08/07 14:23:25 ali_bush Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-java/constantine/ChangeLog,v 1.3 2009/10/25 21:32:59 volkmar Exp $ + + 25 Oct 2009; Mounir Lamouri <volkmar@gentoo.org> constantine-0.6.ebuild: + Keywording for ppc, bug 270910 *constantine-0.6 (07 Aug 2009) diff --git a/dev-java/constantine/constantine-0.6.ebuild b/dev-java/constantine/constantine-0.6.ebuild index cb0b2ace721d..1a8c60bea5af 100644 --- a/dev-java/constantine/constantine-0.6.ebuild +++ b/dev-java/constantine/constantine-0.6.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/constantine/constantine-0.6.ebuild,v 1.1 2009/08/07 14:23:25 ali_bush Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-java/constantine/constantine-0.6.ebuild,v 1.2 2009/10/25 21:32:59 volkmar Exp $ JAVA_PKG_IUSE="source test" inherit base java-pkg-2 java-ant-2 @@ -10,7 +10,7 @@ HOMEPAGE="http://kenai.com/projects/constantine" SRC_URI="mirror://gentoo/${P}.tar.bz2" LICENSE="MIT" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="~amd64 ~ppc ~x86" IUSE="" RDEPEND=">=virtual/jre-1.5" |