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/webpaste/
Date: Tue, 31 Jan 2023 11:51:58
Message-Id: 1675165902.8297329e074862c85224f37ef17c0bf80863ba72.arthurzam@gentoo
1 commit: 8297329e074862c85224f37ef17c0bf80863ba72
2 Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
3 AuthorDate: Tue Jan 31 11:51:42 2023 +0000
4 Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
5 CommitDate: Tue Jan 31 11:51:42 2023 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8297329e
7
8 app-emacs/webpaste: Stabilize 3.2.2 amd64, #892665
9
10 Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
11
12 app-emacs/webpaste/webpaste-3.2.2.ebuild | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/app-emacs/webpaste/webpaste-3.2.2.ebuild b/app-emacs/webpaste/webpaste-3.2.2.ebuild
16 index 1d7054734a31..b019dbc03604 100644
17 --- a/app-emacs/webpaste/webpaste-3.2.2.ebuild
18 +++ b/app-emacs/webpaste/webpaste-3.2.2.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/etu/${PN}.el/archive/${PV}.tar.gz -> ${P}.tar.gz"
26 S="${WORKDIR}"/${PN}.el-${PV}
27
28 LICENSE="GPL-3+"
29 -KEYWORDS="~amd64 ~x86"
30 +KEYWORDS="amd64 ~x86"
31 SLOT="0"
32 IUSE="test"
33 RESTRICT="!test? ( test )"