diff options
author | Paweł Hajdan <phajdan.jr@gentoo.org> | 2010-03-21 15:03:40 +0000 |
---|---|---|
committer | Paweł Hajdan <phajdan.jr@gentoo.org> | 2010-03-21 15:03:40 +0000 |
commit | 17aca0f8c4388b578abf84817d676ee8021af1fa (patch) | |
tree | e3e95341b7edfdd3685d7503a893fd6d4602cb0a /app-editors/le | |
parent | Update for alignment issue in jemalloc, fix bug #310347 (diff) | |
download | gentoo-2-17aca0f8c4388b578abf84817d676ee8021af1fa.tar.gz gentoo-2-17aca0f8c4388b578abf84817d676ee8021af1fa.tar.bz2 gentoo-2-17aca0f8c4388b578abf84817d676ee8021af1fa.zip |
x86 stable, arch-tested by Andreas Schurch, bug #309167
(Portage version: 2.1.7.17/cvs/Linux i686)
Diffstat (limited to 'app-editors/le')
-rw-r--r-- | app-editors/le/ChangeLog | 5 | ||||
-rw-r--r-- | app-editors/le/le-1.14.3.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/app-editors/le/ChangeLog b/app-editors/le/ChangeLog index b896c541fd01..19ecccc968fb 100644 --- a/app-editors/le/ChangeLog +++ b/app-editors/le/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-editors/le # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/le/ChangeLog,v 1.25 2010/03/15 18:41:04 nixnut Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/le/ChangeLog,v 1.26 2010/03/21 15:03:40 phajdan.jr Exp $ + + 21 Mar 2010; Pawel Hajdan jr <phajdan.jr@gentoo.org> le-1.14.3.ebuild: + x86 stable, arch-tested by Andreas Schurch, bug #309167 15 Mar 2010; nixnut <nixnut@gentoo.org> le-1.14.3.ebuild: ppc stable #309167 diff --git a/app-editors/le/le-1.14.3.ebuild b/app-editors/le/le-1.14.3.ebuild index e65382311ccf..1446b74c5eb2 100644 --- a/app-editors/le/le-1.14.3.ebuild +++ b/app-editors/le/le-1.14.3.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/le/le-1.14.3.ebuild,v 1.3 2010/03/15 18:41:04 nixnut Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/le/le-1.14.3.ebuild,v 1.4 2010/03/21 15:03:40 phajdan.jr Exp $ DESCRIPTION="Terminal text editor" HOMEPAGE="http://www.gnu.org/directory/text/editors/le-editor.html" @@ -8,7 +8,7 @@ SRC_URI="ftp://ftp.yars.free.net/pub/source/le/le-${PV}.tar.lzma" LICENSE="GPL-2" SLOT="0" -KEYWORDS="amd64 ppc ~x86" +KEYWORDS="amd64 ppc x86" IUSE="" RDEPEND=">=sys-libs/ncurses-5.2-r5" |