Gentoo Archives: gentoo-commits

From: Georgy Yakovlev <gyakovlev@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-misc/xwallpaper/
Date: Sat, 08 Jan 2022 08:27:42
Message-Id: 1641630436.8e7ebf19df3e6e4de23d2f9f54e74029208cd1a2.gyakovlev@gentoo
1 commit: 8e7ebf19df3e6e4de23d2f9f54e74029208cd1a2
2 Author: Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
3 AuthorDate: Sat Jan 8 08:27:16 2022 +0000
4 Commit: Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
5 CommitDate: Sat Jan 8 08:27:16 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8e7ebf19
7
8 x11-misc/xwallpaper: stabilize 0.7.3 for amd64, arm64, ppc64, x86
9
10 Signed-off-by: Georgy Yakovlev <gyakovlev <AT> gentoo.org>
11
12 x11-misc/xwallpaper/xwallpaper-0.7.3.ebuild | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/x11-misc/xwallpaper/xwallpaper-0.7.3.ebuild b/x11-misc/xwallpaper/xwallpaper-0.7.3.ebuild
16 index 548fe3496699..6dd9570a8745 100644
17 --- a/x11-misc/xwallpaper/xwallpaper-0.7.3.ebuild
18 +++ b/x11-misc/xwallpaper/xwallpaper-0.7.3.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=7
25 @@ -13,7 +13,7 @@ if [ ${PV} == "9999" ] ; then
26 EGIT_REPO_URI="https://github.com/stoeckmann/${PN}.git"
27 else
28 SRC_URI="https://github.com/stoeckmann/${PN}/releases/download/v${PV}/${P}.tar.xz"
29 - KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86"
30 + KEYWORDS="amd64 arm64 ppc64 x86"
31 fi
32
33 LICENSE="ISC"