diff options
author | Tiago Cunha <tcunha@gentoo.org> | 2010-04-09 23:42:48 +0000 |
---|---|---|
committer | Tiago Cunha <tcunha@gentoo.org> | 2010-04-09 23:42:48 +0000 |
commit | 664a740f30fe8e0425903ea8658c7512f7c25f5a (patch) | |
tree | 0c7352ce14a9a6e6c125232131fd7d4830bdd781 /app-editors/zile | |
parent | Adding security patches for bug #314193. Make dbus optional, fixes bug #292337. (diff) | |
download | gentoo-2-664a740f30fe8e0425903ea8658c7512f7c25f5a.tar.gz gentoo-2-664a740f30fe8e0425903ea8658c7512f7c25f5a.tar.bz2 gentoo-2-664a740f30fe8e0425903ea8658c7512f7c25f5a.zip |
stable sparc, bug 313867
(Portage version: 2.1.7.17/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 c0de6ac8b76d..886f2dad9d96 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.115 2010/04/09 08:22:36 fauli Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/zile/ChangeLog,v 1.116 2010/04/09 23:42:48 tcunha Exp $ + + 09 Apr 2010; Tiago Cunha <tcunha@gentoo.org> zile-2.3.15.ebuild: + stable sparc, bug 313867 09 Apr 2010; Christian Faulhammer <fauli@gentoo.org> zile-2.3.15.ebuild: stable x86, bug 313867 diff --git a/app-editors/zile/zile-2.3.15.ebuild b/app-editors/zile/zile-2.3.15.ebuild index 5a55939b1d2f..5bd1aafe855c 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.2 2010/04/09 08:22:36 fauli Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/zile/zile-2.3.15.ebuild,v 1.3 2010/04/09 23:42:48 tcunha 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" |