Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-emacs/evil/
Date: Mon, 31 May 2021 07:58:17
Message-Id: 1622447713.88691b50b9c5687bf8ac2ce8a67fbb5e238fb69d.sam@gentoo
1 commit: 88691b50b9c5687bf8ac2ce8a67fbb5e238fb69d
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Mon May 31 07:53:08 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Mon May 31 07:55:13 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=88691b50
7
8 app-emacs/evil: Stabilize 1.14.0 ALLARCHES, #793125
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 app-emacs/evil/evil-1.14.0.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/app-emacs/evil/evil-1.14.0.ebuild b/app-emacs/evil/evil-1.14.0.ebuild
16 index 619c9b3dbde..7bbcef190ae 100644
17 --- a/app-emacs/evil/evil-1.14.0.ebuild
18 +++ b/app-emacs/evil/evil-1.14.0.ebuild
19 @@ -11,7 +11,7 @@ SRC_URI="https://github.com/emacs-evil/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz
20
21 LICENSE="GPL-3+ FDL-1.3+"
22 SLOT="0"
23 -KEYWORDS="~amd64 ~x86"
24 +KEYWORDS="amd64 x86"
25 RESTRICT="test"
26
27 RDEPEND=">=app-emacs/undo-tree-0.6.3"