diff options
author | Tobias Klausmann <klausman@gentoo.org> | 2009-08-29 10:29:16 +0000 |
---|---|---|
committer | Tobias Klausmann <klausman@gentoo.org> | 2009-08-29 10:29:16 +0000 |
commit | 2458230f402de53c6d88ef0fe40f264f0ed71a80 (patch) | |
tree | c9cbb3454f6a5515455048f8f7e7d70e54567f13 /app-editors | |
parent | Stable on alpha, bug #280470 (diff) | |
download | gentoo-2-2458230f402de53c6d88ef0fe40f264f0ed71a80.tar.gz gentoo-2-2458230f402de53c6d88ef0fe40f264f0ed71a80.tar.bz2 gentoo-2-2458230f402de53c6d88ef0fe40f264f0ed71a80.zip |
Stable on alpha, bug #280695
(Portage version: 2.1.6.13/cvs/Linux x86_64)
Diffstat (limited to 'app-editors')
-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 71d74afb9aae..09a9e1973543 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.99 2009/08/19 21:23:19 ulm Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/zile/ChangeLog,v 1.100 2009/08/29 10:29:16 klausman Exp $ + + 29 Aug 2009; Tobias Klausmann <klausman@gentoo.org> zile-2.3.9.ebuild: + Stable on alpha, bug #280695 19 Aug 2009; Ulrich Mueller <ulm@gentoo.org> -zile-2.3.10.ebuild, zile-2.3.10-r1.ebuild: diff --git a/app-editors/zile/zile-2.3.9.ebuild b/app-editors/zile/zile-2.3.9.ebuild index eb9f8de6af50..70a3387aef32 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.4 2009/08/11 17:26:32 tcunha Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/zile/zile-2.3.9.ebuild,v 1.5 2009/08/29 10:29:16 klausman 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" |