diff options
author | Gysbert Wassenaar <nixnut@gentoo.org> | 2007-06-09 20:19:45 +0000 |
---|---|---|
committer | Gysbert Wassenaar <nixnut@gentoo.org> | 2007-06-09 20:19:45 +0000 |
commit | d665020f6f41f9efc9ca8e1329e8896c64bcc77d (patch) | |
tree | 654855d3ca30a2b44ce844e28a4b74fe93266794 /dev-java/jempbox | |
parent | Removed virtual/x11 dep. Dropped old version. (diff) | |
download | gentoo-2-d665020f6f41f9efc9ca8e1329e8896c64bcc77d.tar.gz gentoo-2-d665020f6f41f9efc9ca8e1329e8896c64bcc77d.tar.bz2 gentoo-2-d665020f6f41f9efc9ca8e1329e8896c64bcc77d.zip |
Stable on ppc wrt bug 181086
(Portage version: 2.1.2.7)
Diffstat (limited to 'dev-java/jempbox')
-rw-r--r-- | dev-java/jempbox/ChangeLog | 5 | ||||
-rw-r--r-- | dev-java/jempbox/jempbox-0.2.0.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-java/jempbox/ChangeLog b/dev-java/jempbox/ChangeLog index 3ace9f7d80f2..3765802917df 100644 --- a/dev-java/jempbox/ChangeLog +++ b/dev-java/jempbox/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-java/jempbox # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-java/jempbox/ChangeLog,v 1.5 2007/06/07 11:25:20 opfer Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-java/jempbox/ChangeLog,v 1.6 2007/06/09 20:19:45 nixnut Exp $ + + 09 Jun 2007; nixnut <nixnut@gentoo.org> jempbox-0.2.0.ebuild: + Stable on ppc wrt bug 181086 07 Jun 2007; Christian Faulhammer <opfer@gentoo.org> jempbox-0.2.0.ebuild: stable x86, bug 181086 diff --git a/dev-java/jempbox/jempbox-0.2.0.ebuild b/dev-java/jempbox/jempbox-0.2.0.ebuild index a6f78eaffcc9..7f615c5202bf 100644 --- a/dev-java/jempbox/jempbox-0.2.0.ebuild +++ b/dev-java/jempbox/jempbox-0.2.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-java/jempbox/jempbox-0.2.0.ebuild,v 1.5 2007/06/07 11:25:20 opfer Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-java/jempbox/jempbox-0.2.0.ebuild,v 1.6 2007/06/09 20:19:45 nixnut Exp $ JAVA_PKG_IUSE="doc source test" WANT_ANT_TASKS="ant-nodeps" @@ -13,7 +13,7 @@ HOMEPAGE="http://www.jempbox.org" SRC_URI="mirror://sourceforge/${PN}/${MY_P}.zip" LICENSE="BSD" SLOT="0" -KEYWORDS="~amd64 ~ppc x86" +KEYWORDS="~amd64 ppc x86" IUSE="" RDEPEND=">=virtual/jre-1.4" |