diff options
-rw-r--r-- | app-editors/vile/ChangeLog | 7 | ||||
-rw-r--r-- | app-editors/vile/vile-9.8k.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/app-editors/vile/ChangeLog b/app-editors/vile/ChangeLog index fd452b977d2e..8d5ac833c43a 100644 --- a/app-editors/vile/ChangeLog +++ b/app-editors/vile/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-editors/vile -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/vile/ChangeLog,v 1.52 2013/12/23 15:29:18 ago Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-editors/vile/ChangeLog,v 1.53 2014/01/15 09:53:15 ago Exp $ + + 15 Jan 2014; Agostino Sarubbo <ago@gentoo.org> vile-9.8k.ebuild: + Stable for ia64, wrt bug #486368 23 Dec 2013; Agostino Sarubbo <ago@gentoo.org> vile-9.8k.ebuild: Stable for sparc, wrt bug #486368 diff --git a/app-editors/vile/vile-9.8k.ebuild b/app-editors/vile/vile-9.8k.ebuild index ac16af49583a..21c3d913f267 100644 --- a/app-editors/vile/vile-9.8k.ebuild +++ b/app-editors/vile/vile-9.8k.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/vile/vile-9.8k.ebuild,v 1.5 2013/12/23 15:29:18 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/vile/vile-9.8k.ebuild,v 1.6 2014/01/15 09:53:15 ago Exp $ EAPI="5" @@ -12,7 +12,7 @@ SRC_URI="ftp://invisible-island.net/vile/current/${P}.tgz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~alpha amd64 ~ia64 ppc sparc x86 ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos" +KEYWORDS="~alpha amd64 ia64 ppc sparc x86 ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos" IUSE="perl" RDEPEND=">=sys-libs/ncurses-5.2 |