diff options
author | José María Alonso <nimiux@gentoo.org> | 2014-03-20 08:40:35 +0000 |
---|---|---|
committer | José María Alonso <nimiux@gentoo.org> | 2014-03-20 08:40:35 +0000 |
commit | e4eba7bff5b262add3933f8a6e8d6cf2445d4ba0 (patch) | |
tree | 236369c2352d0be4f28b2d1f84a7eae5519b926a /app-emacs | |
parent | Stable for amd64 wrt bug #503196 (diff) | |
download | gentoo-2-e4eba7bff5b262add3933f8a6e8d6cf2445d4ba0.tar.gz gentoo-2-e4eba7bff5b262add3933f8a6e8d6cf2445d4ba0.tar.bz2 gentoo-2-e4eba7bff5b262add3933f8a6e8d6cf2445d4ba0.zip |
Stable for amd64 wrt bug #503196
(Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key D628E536)
Diffstat (limited to 'app-emacs')
-rw-r--r-- | app-emacs/evil/ChangeLog | 5 | ||||
-rw-r--r-- | app-emacs/evil/evil-1.0.8.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/app-emacs/evil/ChangeLog b/app-emacs/evil/ChangeLog index 905eae6fc19d..eeac8f7f1901 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.5 2014/03/18 09:36:20 ulm Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emacs/evil/ChangeLog,v 1.6 2014/03/20 08:40:35 nimiux Exp $ + + 20 Mar 2014; Chema Alonso <nimiux@gentoo.org> evil-1.0.8.ebuild: + Stable for amd64 wrt bug #503196 18 Mar 2014; Ulrich Müller <ulm@gentoo.org> evil-1.0.8.ebuild: Add RESTRICT="test", bug 504946. diff --git a/app-emacs/evil/evil-1.0.8.ebuild b/app-emacs/evil/evil-1.0.8.ebuild index 46361fe04804..4f6b5fade190 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.2 2014/03/18 09:36:20 ulm Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emacs/evil/evil-1.0.8.ebuild,v 1.3 2014/03/20 08:40:35 nimiux 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" |