diff options
author | 2010-05-23 21:04:23 +0000 | |
---|---|---|
committer | 2010-05-23 21:04:23 +0000 | |
commit | b272b033091da92374cfea81a6ccead26923c00a (patch) | |
tree | 2209cd1e80dc6749f26935136d747d5738d0f01a /app-editors/zile | |
parent | stable amd64, bug 313865 (diff) | |
download | gentoo-2-b272b033091da92374cfea81a6ccead26923c00a.tar.gz gentoo-2-b272b033091da92374cfea81a6ccead26923c00a.tar.bz2 gentoo-2-b272b033091da92374cfea81a6ccead26923c00a.zip |
stable amd64, bug 313867
(Portage version: 2.1.8.3/cvs/Linux x86_64)
Diffstat (limited to 'app-editors/zile')
-rw-r--r-- | app-editors/zile/ChangeLog | 5 | ||||
-rw-r--r-- | app-editors/zile/zile-2.3.15.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/app-editors/zile/ChangeLog b/app-editors/zile/ChangeLog index 1c8f3608e1b0..7216d4a5323a 100644 --- a/app-editors/zile/ChangeLog +++ b/app-editors/zile/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-editors/zile # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/zile/ChangeLog,v 1.119 2010/05/15 17:17:16 ulm Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/zile/ChangeLog,v 1.120 2010/05/23 21:04:23 pacho Exp $ + + 23 May 2010; Pacho Ramos <pacho@gentoo.org> zile-2.3.15.ebuild: + stable amd64, bug 313867 *zile-2.3.16 (15 May 2010) diff --git a/app-editors/zile/zile-2.3.15.ebuild b/app-editors/zile/zile-2.3.15.ebuild index 145b72764662..5d0913d8d098 100644 --- a/app-editors/zile/zile-2.3.15.ebuild +++ b/app-editors/zile/zile-2.3.15.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/zile/zile-2.3.15.ebuild,v 1.5 2010/05/09 17:20:31 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/zile/zile-2.3.15.ebuild,v 1.6 2010/05/23 21:04:23 pacho Exp $ EAPI=3 @@ -10,7 +10,7 @@ SRC_URI="mirror://gnu/zile/${P}.tar.gz" LICENSE="GPL-3" SLOT="0" -KEYWORDS="alpha ~amd64 ppc sparc x86 ~sparc-fbsd ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris" +KEYWORDS="alpha amd64 ppc sparc x86 ~sparc-fbsd ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris" IUSE="livecd test valgrind" RDEPEND="sys-libs/ncurses" |