diff options
author | Simon Stelling <blubb@gentoo.org> | 2005-04-21 18:31:21 +0000 |
---|---|---|
committer | Simon Stelling <blubb@gentoo.org> | 2005-04-21 18:31:21 +0000 |
commit | 902ba5270bd59e668bd34710f2fb9ad2fdc16895 (patch) | |
tree | dbf349bad3b94fc36334c955c9c6ff19fd1cb6c7 /app-editors/zile | |
parent | stable amd64 (diff) | |
download | gentoo-2-902ba5270bd59e668bd34710f2fb9ad2fdc16895.tar.gz gentoo-2-902ba5270bd59e668bd34710f2fb9ad2fdc16895.tar.bz2 gentoo-2-902ba5270bd59e668bd34710f2fb9ad2fdc16895.zip |
stable amd64
(Portage version: 2.0.51.19)
Diffstat (limited to 'app-editors/zile')
-rw-r--r-- | app-editors/zile/ChangeLog | 5 | ||||
-rw-r--r-- | app-editors/zile/zile-1.7_beta3-r1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/app-editors/zile/ChangeLog b/app-editors/zile/ChangeLog index 3d24162f7232..bbd3bbd7fcc4 100644 --- a/app-editors/zile/ChangeLog +++ b/app-editors/zile/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-editors/zile # Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/zile/ChangeLog,v 1.14 2005/03/05 14:38:18 usata Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/zile/ChangeLog,v 1.15 2005/04/21 18:28:32 blubb Exp $ + + 21 Apr 2005; Simon Stelling <blubb@gentoo.org> zile-1.7_beta3-r1.ebuild: + stable on amd64 05 Mar 2005; Mamoru KOMACHI <usata@gentoo.org> zile-2.0.0.ebuild: Changed to use libtermcap-compat; bug #82674. diff --git a/app-editors/zile/zile-1.7_beta3-r1.ebuild b/app-editors/zile/zile-1.7_beta3-r1.ebuild index dc5be84ba317..25c000abdf60 100644 --- a/app-editors/zile/zile-1.7_beta3-r1.ebuild +++ b/app-editors/zile/zile-1.7_beta3-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/zile/zile-1.7_beta3-r1.ebuild,v 1.5 2005/01/01 13:37:53 eradicator Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/zile/zile-1.7_beta3-r1.ebuild,v 1.6 2005/04/21 18:28:32 blubb Exp $ inherit eutils @@ -11,7 +11,7 @@ SRC_URI="mirror://sourceforge/zile/${MY_P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="x86 alpha ppc ~amd64" +KEYWORDS="x86 alpha ppc amd64" IUSE="doc" RDEPEND=">=sys-libs/ncurses-5.2" |