diff options
author | 2006-10-05 14:42:16 +0000 | |
---|---|---|
committer | 2006-10-05 14:42:16 +0000 | |
commit | e1e2f6e003ca7aa333976a248ca6ff4ef69b5dfb (patch) | |
tree | c55a72c411f97326a92bfee871b273379afd0ced /dev-util | |
parent | Dropping sparc keywords, see #96229 (diff) | |
download | gentoo-2-e1e2f6e003ca7aa333976a248ca6ff4ef69b5dfb.tar.gz gentoo-2-e1e2f6e003ca7aa333976a248ca6ff4ef69b5dfb.tar.bz2 gentoo-2-e1e2f6e003ca7aa333976a248ca6ff4ef69b5dfb.zip |
Dropping sparc keywords, see #96229
(Portage version: 2.1.1)
Diffstat (limited to 'dev-util')
-rw-r--r-- | dev-util/jconfig/ChangeLog | 7 | ||||
-rw-r--r-- | dev-util/jconfig/jconfig-2.8-r1.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/dev-util/jconfig/ChangeLog b/dev-util/jconfig/ChangeLog index 42a34def898b..b6e2df634900 100644 --- a/dev-util/jconfig/ChangeLog +++ b/dev-util/jconfig/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-util/jconfig -# Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/jconfig/ChangeLog,v 1.9 2005/10/15 11:49:31 axxo Exp $ +# Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-util/jconfig/ChangeLog,v 1.10 2006/10/05 14:42:16 gustavoz Exp $ + + 05 Oct 2006; Gustavo Zacarias <gustavoz@gentoo.org> jconfig-2.8-r1.ebuild: + Dropping sparc keywords, see #96229 15 Oct 2005; Thomas Matthijs <axxo@gentoo.org> jconfig-2.8-r1.ebuild: move dev-java/jmx dev-java/sun-jmx diff --git a/dev-util/jconfig/jconfig-2.8-r1.ebuild b/dev-util/jconfig/jconfig-2.8-r1.ebuild index bc6512b4f9f7..4f78a4da49de 100644 --- a/dev-util/jconfig/jconfig-2.8-r1.ebuild +++ b/dev-util/jconfig/jconfig-2.8-r1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2005 Gentoo Foundation +# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/jconfig/jconfig-2.8-r1.ebuild,v 1.3 2005/10/15 11:49:31 axxo Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/jconfig/jconfig-2.8-r1.ebuild,v 1.4 2006/10/05 14:42:16 gustavoz Exp $ inherit java-pkg @@ -9,7 +9,7 @@ SRC_URI="mirror://sourceforge/${PN}/${PN}-src-v${PV}.tar.gz" HOMEPAGE="http://www.jconfig.org/" LICENSE="BSD" SLOT="0" -KEYWORDS="~amd64 ~ppc ~sparc x86" +KEYWORDS="~amd64 ~ppc x86" IUSE="doc jikes" RDEPEND=">=virtual/jre-1.3 dev-java/sun-jmx" |