diff options
author | Simon Stelling <blubb@gentoo.org> | 2005-04-21 18:28:32 +0000 |
---|---|---|
committer | Simon Stelling <blubb@gentoo.org> | 2005-04-21 18:28:32 +0000 |
commit | 777ecff123cb95b7212ccc26e5301b9f9bd71fe5 (patch) | |
tree | 470c251c4f1b933d572dfaeb607ccd78e6eb4dd0 /app-editors/zile | |
parent | ~amd64 (diff) | |
download | historical-777ecff123cb95b7212ccc26e5301b9f9bd71fe5.tar.gz historical-777ecff123cb95b7212ccc26e5301b9f9bd71fe5.tar.bz2 historical-777ecff123cb95b7212ccc26e5301b9f9bd71fe5.zip |
stable amd64
Package-Manager: portage-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" |