diff options
author | Kenneth Prugh <ken69267@gentoo.org> | 2008-06-23 15:07:59 +0000 |
---|---|---|
committer | Kenneth Prugh <ken69267@gentoo.org> | 2008-06-23 15:07:59 +0000 |
commit | 43067c57fe70d070e9b7b6b75e49837fd872087b (patch) | |
tree | 0e17884e2341e68c913f1f9e6d7470cda77646a4 /dev-util/jconfig | |
parent | amd64 stable, bug #228827 (diff) | |
download | gentoo-2-43067c57fe70d070e9b7b6b75e49837fd872087b.tar.gz gentoo-2-43067c57fe70d070e9b7b6b75e49837fd872087b.tar.bz2 gentoo-2-43067c57fe70d070e9b7b6b75e49837fd872087b.zip |
amd64 stable, bug #228827
(Portage version: 2.2_rc1/cvs/Linux 2.6.25-gentoo-r4 x86_64)
Diffstat (limited to 'dev-util/jconfig')
-rw-r--r-- | dev-util/jconfig/ChangeLog | 5 | ||||
-rw-r--r-- | dev-util/jconfig/jconfig-2.8-r3.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-util/jconfig/ChangeLog b/dev-util/jconfig/ChangeLog index de9e6b5a5776..c74eb7de5660 100644 --- a/dev-util/jconfig/ChangeLog +++ b/dev-util/jconfig/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-util/jconfig # Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/jconfig/ChangeLog,v 1.15 2008/04/28 20:51:22 betelgeuse Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/jconfig/ChangeLog,v 1.16 2008/06/23 15:07:59 ken69267 Exp $ + + 23 Jun 2008; Kenneth Prugh <ken69267@gentoo.org> jconfig-2.8-r3.ebuild: + amd64 stable, bug #228827 *jconfig-2.8-r3 (28 Apr 2008) diff --git a/dev-util/jconfig/jconfig-2.8-r3.ebuild b/dev-util/jconfig/jconfig-2.8-r3.ebuild index c2d2186c4b97..d55341c43b2c 100644 --- a/dev-util/jconfig/jconfig-2.8-r3.ebuild +++ b/dev-util/jconfig/jconfig-2.8-r3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/jconfig/jconfig-2.8-r3.ebuild,v 1.1 2008/04/28 20:51:23 betelgeuse Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/jconfig/jconfig-2.8-r3.ebuild,v 1.2 2008/06/23 15:07:59 ken69267 Exp $ JAVA_PKG_IUSE="doc source" @@ -11,7 +11,7 @@ SRC_URI="mirror://sourceforge/${PN}/${PN}-src-v${PV}.tar.gz" HOMEPAGE="http://www.jconfig.org/" LICENSE="BSD" SLOT="0" -KEYWORDS="~amd64 ~ppc ~x86" +KEYWORDS="amd64 ~ppc ~x86" IUSE="" COMMON_DEP="java-virtuals/jmx" |