Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: gui-apps/slurp/
Date: Fri, 04 Sep 2020 18:03:59
Message-Id: 1599242630.c766e35d54c7a4bb2ac9dc1dabdb7f88f8c9a6ec.sam@gentoo
1 commit: c766e35d54c7a4bb2ac9dc1dabdb7f88f8c9a6ec
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Fri Sep 4 18:01:30 2020 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Fri Sep 4 18:03:50 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c766e35d
7
8 gui-apps/slurp: Stabilize 1.2.0 amd64, #737820
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 gui-apps/slurp/slurp-1.2.0.ebuild | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/gui-apps/slurp/slurp-1.2.0.ebuild b/gui-apps/slurp/slurp-1.2.0.ebuild
16 index c66a344b815..7adb476ab7b 100644
17 --- a/gui-apps/slurp/slurp-1.2.0.ebuild
18 +++ b/gui-apps/slurp/slurp-1.2.0.ebuild
19 @@ -1,4 +1,4 @@
20 -# Copyright 1999-2019 Gentoo Authors
21 +# Copyright 1999-2020 Gentoo Authors
22 # Distributed under the terms of the GNU General Public License v2
23
24 EAPI=7
25 @@ -13,7 +13,7 @@ if [[ ${PV} == 9999 ]]; then
26 EGIT_REPO_URI="https://github.com/emersion/${PN}.git"
27 else
28 SRC_URI="https://github.com/emersion/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
29 - KEYWORDS="~amd64 ~arm64"
30 + KEYWORDS="amd64 ~arm64"
31 fi
32
33 LICENSE="MIT"