diff options
author | 2010-06-24 15:08:24 +0000 | |
---|---|---|
committer | 2010-06-24 15:08:24 +0000 | |
commit | a5150b0ce2eacc2ad23dffbb72729022560c4e57 (patch) | |
tree | 51d2e9877997dcc52570c37295b01103b2ce9f80 /app-editors | |
parent | x86 stable wrt bug #323915 (diff) | |
download | gentoo-2-a5150b0ce2eacc2ad23dffbb72729022560c4e57.tar.gz gentoo-2-a5150b0ce2eacc2ad23dffbb72729022560c4e57.tar.bz2 gentoo-2-a5150b0ce2eacc2ad23dffbb72729022560c4e57.zip |
x86 stable wrt bug #323755
(Portage version: 2.1.8.3/cvs/Linux i686)
Diffstat (limited to 'app-editors')
-rw-r--r-- | app-editors/jedit/ChangeLog | 5 | ||||
-rw-r--r-- | app-editors/jedit/jedit-4.3.2.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/app-editors/jedit/ChangeLog b/app-editors/jedit/ChangeLog index c6c915c1434b..7f5ff73f7f0d 100644 --- a/app-editors/jedit/ChangeLog +++ b/app-editors/jedit/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-editors/jedit # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/jedit/ChangeLog,v 1.91 2010/05/13 08:50:12 caster Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/jedit/ChangeLog,v 1.92 2010/06/24 15:08:24 phajdan.jr Exp $ + + 24 Jun 2010; Pawel Hajdan jr <phajdan.jr@gentoo.org> jedit-4.3.2.ebuild: + x86 stable wrt bug #323755 *jedit-4.3.2 (13 May 2010) diff --git a/app-editors/jedit/jedit-4.3.2.ebuild b/app-editors/jedit/jedit-4.3.2.ebuild index 3466e79118e9..de9e251931da 100644 --- a/app-editors/jedit/jedit-4.3.2.ebuild +++ b/app-editors/jedit/jedit-4.3.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/jedit/jedit-4.3.2.ebuild,v 1.1 2010/05/13 08:50:12 caster Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/jedit/jedit-4.3.2.ebuild,v 1.2 2010/06/24 15:08:24 phajdan.jr Exp $ WANT_ANT_TASKS="ant-nodeps" @@ -13,7 +13,7 @@ DESCRIPTION="Programmer's editor written in Java" HOMEPAGE="http://www.jedit.org" SRC_URI="mirror://sourceforge/${PN}/${PN}${MY_PV}source.tar.bz2" LICENSE="GPL-2" -KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~x86-fbsd" +KEYWORDS="~amd64 ~ppc ~ppc64 x86 ~x86-fbsd" SLOT="0" IUSE="doc" |