diff options
author | 2009-08-08 23:17:17 +0000 | |
---|---|---|
committer | 2009-08-08 23:17:17 +0000 | |
commit | 198b83dc8c74b1a18cd9eab289800864e192009a (patch) | |
tree | b307abee3b55603c00d7c57c5085779a3c717fcc /app-editors/zile | |
parent | add postinst message about needed rebuilds (diff) | |
download | gentoo-2-198b83dc8c74b1a18cd9eab289800864e192009a.tar.gz gentoo-2-198b83dc8c74b1a18cd9eab289800864e192009a.tar.bz2 gentoo-2-198b83dc8c74b1a18cd9eab289800864e192009a.zip |
stable x86, bug 280695
(Portage version: 2.1.6.13/cvs/Linux i686)
Diffstat (limited to 'app-editors/zile')
-rw-r--r-- | app-editors/zile/ChangeLog | 5 | ||||
-rw-r--r-- | app-editors/zile/zile-2.3.9.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/app-editors/zile/ChangeLog b/app-editors/zile/ChangeLog index 1f6635110334..004db1627524 100644 --- a/app-editors/zile/ChangeLog +++ b/app-editors/zile/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-editors/zile # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/zile/ChangeLog,v 1.93 2009/07/16 17:25:34 fauli Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/zile/ChangeLog,v 1.94 2009/08/08 23:17:17 fauli Exp $ + + 08 Aug 2009; Christian Faulhammer <fauli@gentoo.org> zile-2.3.9.ebuild: + stable x86, bug 280695 16 Jul 2009; Christian Faulhammer <fauli@gentoo.org> -zile-2.2.61.ebuild, -zile-2.3.4.ebuild: diff --git a/app-editors/zile/zile-2.3.9.ebuild b/app-editors/zile/zile-2.3.9.ebuild index ceda7a49251e..2c180d7d052d 100644 --- a/app-editors/zile/zile-2.3.9.ebuild +++ b/app-editors/zile/zile-2.3.9.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.9.ebuild,v 1.1 2009/07/09 13:19:49 ulm Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/zile/zile-2.3.9.ebuild,v 1.2 2009/08/08 23:17:17 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 ~x86 ~sparc-fbsd ~x86-fbsd" +KEYWORDS="~alpha ~amd64 ~ppc ~sparc x86 ~sparc-fbsd ~x86-fbsd" IUSE="" RDEPEND="sys-libs/ncurses" |