diff options
author | Tiago Cunha <tcunha@gentoo.org> | 2009-12-01 18:46:53 +0000 |
---|---|---|
committer | Tiago Cunha <tcunha@gentoo.org> | 2009-12-01 18:46:53 +0000 |
commit | aeaf49f1b82418f15a4daffaf562fb62c25e183a (patch) | |
tree | c38b52c7a76c007612486d4779ca3ccf54a53e01 /app-editors | |
parent | old (diff) | |
download | gentoo-2-aeaf49f1b82418f15a4daffaf562fb62c25e183a.tar.gz gentoo-2-aeaf49f1b82418f15a4daffaf562fb62c25e183a.tar.bz2 gentoo-2-aeaf49f1b82418f15a4daffaf562fb62c25e183a.zip |
stable sparc, bug 294847
(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.13.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/app-editors/zile/ChangeLog b/app-editors/zile/ChangeLog index 29203bba8db1..1684d695e140 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.106 2009/11/30 10:21:20 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/zile/ChangeLog,v 1.107 2009/12/01 18:46:53 tcunha Exp $ + + 01 Dec 2009; Tiago Cunha <tcunha@gentoo.org> zile-2.3.13.ebuild: + stable sparc, bug 294847 30 Nov 2009; Markus Meier <maekke@gentoo.org> zile-2.3.13.ebuild: amd64/x86 stable, bug #294847 diff --git a/app-editors/zile/zile-2.3.13.ebuild b/app-editors/zile/zile-2.3.13.ebuild index b2687d8ec342..56adc34ef973 100644 --- a/app-editors/zile/zile-2.3.13.ebuild +++ b/app-editors/zile/zile-2.3.13.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.13.ebuild,v 1.2 2009/11/30 10:21:20 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/zile/zile-2.3.13.ebuild,v 1.3 2009/12/01 18:46:53 tcunha Exp $ EAPI=2 @@ -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" +KEYWORDS="~alpha amd64 ~ppc sparc x86 ~sparc-fbsd ~x86-fbsd" IUSE="test valgrind" RDEPEND="sys-libs/ncurses" |