diff options
author | Christian Faulhammer <fauli@gentoo.org> | 2009-06-08 18:46:47 +0000 |
---|---|---|
committer | Christian Faulhammer <fauli@gentoo.org> | 2009-06-08 18:46:47 +0000 |
commit | ed9a495ad2bd344458111a432efaf37d5caca9ab (patch) | |
tree | e069892a347d33bfdadf21c1f568ea4478801f6b /app-editors/zile | |
parent | stable x86, bug 272990 (diff) | |
download | gentoo-2-ed9a495ad2bd344458111a432efaf37d5caca9ab.tar.gz gentoo-2-ed9a495ad2bd344458111a432efaf37d5caca9ab.tar.bz2 gentoo-2-ed9a495ad2bd344458111a432efaf37d5caca9ab.zip |
stable x86, bug 273235
(Portage version: 2.1.6.13/cvs/Linux i686)
Diffstat (limited to 'app-editors/zile')
-rw-r--r-- | app-editors/zile/ChangeLog | 7 | ||||
-rw-r--r-- | app-editors/zile/zile-2.3.7.ebuild | 4 |
2 files changed, 7 insertions, 4 deletions
diff --git a/app-editors/zile/ChangeLog b/app-editors/zile/ChangeLog index 8b525fa6ba2a..85c9e8b54597 100644 --- a/app-editors/zile/ChangeLog +++ b/app-editors/zile/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-editors/zile -# Copyright 2002-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/zile/ChangeLog,v 1.85 2009/04/23 05:19:57 ulm Exp $ +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-editors/zile/ChangeLog,v 1.86 2009/06/08 18:46:47 fauli Exp $ + + 08 Jun 2009; Christian Faulhammer <fauli@gentoo.org> zile-2.3.7.ebuild: + stable x86, bug 273235 *zile-2.3.7 (23 Apr 2009) diff --git a/app-editors/zile/zile-2.3.7.ebuild b/app-editors/zile/zile-2.3.7.ebuild index ab12e8abb55c..73e98ee00533 100644 --- a/app-editors/zile/zile-2.3.7.ebuild +++ b/app-editors/zile/zile-2.3.7.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/zile/zile-2.3.7.ebuild,v 1.1 2009/04/23 05:19:57 ulm Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/zile/zile-2.3.7.ebuild,v 1.2 2009/06/08 18:46:47 fauli Exp $ DESCRIPTION="Zile is a small Emacs clone" HOMEPAGE="http://www.gnu.org/software/zile/" @@ -8,7 +8,7 @@ SRC_URI="mirror://gnu/zile/${P}.tar.gz" LICENSE="GPL-3" SLOT="0" -KEYWORDS="~alpha ~amd64 ~ppc ~sparc ~sparc-fbsd ~x86 ~x86-fbsd" +KEYWORDS="~alpha ~amd64 ~ppc ~sparc x86 ~sparc-fbsd ~x86-fbsd" IUSE="" RDEPEND="sys-libs/ncurses" |