Gentoo Archives: gentoo-commits

From: Arthur Zamarin <arthurzam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-emacs/deferred/
Date: Tue, 31 Jan 2023 11:51:59
Message-Id: 1675165903.db1cf0ebc665ce83ea037b6ebdf1972535d9823d.arthurzam@gentoo
1 commit: db1cf0ebc665ce83ea037b6ebdf1972535d9823d
2 Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
3 AuthorDate: Tue Jan 31 11:51:43 2023 +0000
4 Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
5 CommitDate: Tue Jan 31 11:51:43 2023 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=db1cf0eb
7
8 app-emacs/deferred: Stabilize 0.5.1 amd64, #892665
9
10 Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
11
12 app-emacs/deferred/deferred-0.5.1.ebuild | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/app-emacs/deferred/deferred-0.5.1.ebuild b/app-emacs/deferred/deferred-0.5.1.ebuild
16 index a128977ca6b4..67ff9b6a9e59 100644
17 --- a/app-emacs/deferred/deferred-0.5.1.ebuild
18 +++ b/app-emacs/deferred/deferred-0.5.1.ebuild
19 @@ -1,4 +1,4 @@
20 -# Copyright 1999-2022 Gentoo Authors
21 +# Copyright 1999-2023 Gentoo Authors
22 # Distributed under the terms of the GNU General Public License v2
23
24 EAPI=8
25 @@ -13,7 +13,7 @@ SRC_URI="https://github.com/kiwanami/emacs-${PN}/archive/v${PV}.tar.gz -> ${P}.t
26 S="${WORKDIR}"/emacs-${P}
27
28 LICENSE="GPL-3+"
29 -KEYWORDS="~amd64 ~x86"
30 +KEYWORDS="amd64 ~x86"
31 SLOT="0"
32 IUSE="test"
33 RESTRICT="!test? ( test )"