Gentoo Archives: gentoo-commits

From: "Jakov Smolić" <jsmolic@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-misc/slop/
Date: Sat, 19 Feb 2022 13:15:52
Message-Id: 1645276515.3e425fe776710139dfe718ec770997cfc8b39fcb.jsmolic@gentoo
1 commit: 3e425fe776710139dfe718ec770997cfc8b39fcb
2 Author: Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
3 AuthorDate: Sat Feb 19 13:09:48 2022 +0000
4 Commit: Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
5 CommitDate: Sat Feb 19 13:15:15 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3e425fe7
7
8 x11-misc/slop: Stabilize 7.6 amd64, #833716
9
10 Signed-off-by: Jakov Smolić <jsmolic <AT> gentoo.org>
11
12 x11-misc/slop/slop-7.6.ebuild | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/x11-misc/slop/slop-7.6.ebuild b/x11-misc/slop/slop-7.6.ebuild
16 index 849d37f0f0aa..eae133af55d8 100644
17 --- a/x11-misc/slop/slop-7.6.ebuild
18 +++ b/x11-misc/slop/slop-7.6.ebuild
19 @@ -1,4 +1,4 @@
20 -# Copyright 1999-2021 Gentoo Authors
21 +# Copyright 1999-2022 Gentoo Authors
22 # Distributed under the terms of the GNU General Public License v2
23
24 EAPI=8
25 @@ -8,7 +8,7 @@ inherit cmake
26 DESCRIPTION="Application that queries the user for a selection for printing"
27 HOMEPAGE="https://github.com/naelstrof/slop"
28 SRC_URI="https://github.com/naelstrof/slop/archive/v${PV}.tar.gz -> ${P}.tar.gz"
29 -KEYWORDS="~amd64 ~x86"
30 +KEYWORDS="amd64 ~x86"
31
32 LICENSE="GPL-3"
33 SLOT="0/${PV}"