diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2014-03-23 10:02:08 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2014-03-23 10:02:08 +0000 |
commit | 581fd97fe6ea9a88e5437394304954b7bc59055b (patch) | |
tree | bea387fed4bc8026262cea69202c73b21c123155 /app-emacs/evil | |
parent | Stable for x86, wrt bug #503196 (diff) | |
download | gentoo-2-581fd97fe6ea9a88e5437394304954b7bc59055b.tar.gz gentoo-2-581fd97fe6ea9a88e5437394304954b7bc59055b.tar.bz2 gentoo-2-581fd97fe6ea9a88e5437394304954b7bc59055b.zip |
Stable for x86, wrt bug #503196
(Portage version: 2.2.8-r1/cvs/Linux x86_64, RepoMan options: --include-arches="x86", signed Manifest commit with key 7194459F)
Diffstat (limited to 'app-emacs/evil')
-rw-r--r-- | app-emacs/evil/ChangeLog | 6 | ||||
-rw-r--r-- | app-emacs/evil/evil-1.0.8.ebuild | 4 |
2 files changed, 6 insertions, 4 deletions
diff --git a/app-emacs/evil/ChangeLog b/app-emacs/evil/ChangeLog index eeac8f7f1901..015a128131d2 100644 --- a/app-emacs/evil/ChangeLog +++ b/app-emacs/evil/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-emacs/evil # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-emacs/evil/ChangeLog,v 1.6 2014/03/20 08:40:35 nimiux Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emacs/evil/ChangeLog,v 1.7 2014/03/23 10:02:08 ago Exp $ + + 23 Mar 2014; Agostino Sarubbo <ago@gentoo.org> evil-1.0.8.ebuild: + Stable for x86, wrt bug #503196 20 Mar 2014; Chema Alonso <nimiux@gentoo.org> evil-1.0.8.ebuild: Stable for amd64 wrt bug #503196 @@ -31,4 +34,3 @@ +evil-1.0.1.ebuild, +metadata.xml: Initial import, from Emacs overlay. Ebuild contributed by Tom Prince <tom.prince@ualberta.net>, with modifications by me. Bug 385405. - diff --git a/app-emacs/evil/evil-1.0.8.ebuild b/app-emacs/evil/evil-1.0.8.ebuild index 4f6b5fade190..1d62a0cb02bb 100644 --- a/app-emacs/evil/evil-1.0.8.ebuild +++ b/app-emacs/evil/evil-1.0.8.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-emacs/evil/evil-1.0.8.ebuild,v 1.3 2014/03/20 08:40:35 nimiux Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emacs/evil/evil-1.0.8.ebuild,v 1.4 2014/03/23 10:02:08 ago Exp $ EAPI=5 @@ -12,7 +12,7 @@ SRC_URI="http://dev.gentoo.org/~ulm/distfiles/${P}.tar.xz" LICENSE="GPL-3+ FDL-1.3+" SLOT="0" -KEYWORDS="amd64 ~x86" +KEYWORDS="amd64 x86" RESTRICT="test" DEPEND=">=app-emacs/undo-tree-0.6.3" |