diff options
author | 2011-11-26 10:45:28 +0000 | |
---|---|---|
committer | 2011-11-26 10:45:28 +0000 | |
commit | 5f0f0cf60afb06012a4ebe19fd0ba3f4290248fe (patch) | |
tree | b954c9f229f5dba182740d1bc68e8a6e144aabea /app-editors | |
parent | add missing sys-libs/ncurses dependency (diff) | |
download | gentoo-2-5f0f0cf60afb06012a4ebe19fd0ba3f4290248fe.tar.gz gentoo-2-5f0f0cf60afb06012a4ebe19fd0ba3f4290248fe.tar.bz2 gentoo-2-5f0f0cf60afb06012a4ebe19fd0ba3f4290248fe.zip |
Stable on amd64 wrt bug #391699
(Portage version: 2.2.0_alpha71/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.4.2.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/app-editors/zile/ChangeLog b/app-editors/zile/ChangeLog index 53e7834d7fd3..34e34003d241 100644 --- a/app-editors/zile/ChangeLog +++ b/app-editors/zile/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-editors/zile # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/zile/ChangeLog,v 1.156 2011/10/25 20:35:03 ulm Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/zile/ChangeLog,v 1.157 2011/11/26 10:45:28 hwoarang Exp $ + + 26 Nov 2011; Markos Chandras <hwoarang@gentoo.org> zile-2.4.2.ebuild: + Stable on amd64 wrt bug #391699 25 Oct 2011; Ulrich Mueller <ulm@gentoo.org> -zile-2.4.1.ebuild, zile-2.4.2.ebuild: diff --git a/app-editors/zile/zile-2.4.2.ebuild b/app-editors/zile/zile-2.4.2.ebuild index 7cabb5172af8..373e43c5ea19 100644 --- a/app-editors/zile/zile-2.4.2.ebuild +++ b/app-editors/zile/zile-2.4.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/zile/zile-2.4.2.ebuild,v 1.2 2011/10/25 20:35:03 ulm Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/zile/zile-2.4.2.ebuild,v 1.3 2011/11/26 10:45:28 hwoarang Exp $ EAPI=4 @@ -10,7 +10,7 @@ SRC_URI="mirror://gnu/zile/${P}.tar.gz" LICENSE="GPL-3" SLOT="0" -KEYWORDS="~alpha ~amd64 ~ppc ~sparc ~x86 ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris" +KEYWORDS="~alpha amd64 ~ppc ~sparc ~x86 ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris" IUSE="acl test" RDEPEND="dev-libs/boehm-gc |