Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-misc/xwallpaper/
Date: Sat, 17 Jul 2021 23:18:16
Message-Id: 1626563853.b9e7bb574892279284f4c0b7afa496e18adbdc05.sam@gentoo
1 commit: b9e7bb574892279284f4c0b7afa496e18adbdc05
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Sat Jul 17 23:17:33 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Sat Jul 17 23:17:33 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b9e7bb57
7
8 x11-misc/xwallpaper: Stabilize 0.7.1 ppc64, #800212
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 x11-misc/xwallpaper/xwallpaper-0.7.1.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/x11-misc/xwallpaper/xwallpaper-0.7.1.ebuild b/x11-misc/xwallpaper/xwallpaper-0.7.1.ebuild
16 index 9f494806c79..65b6db83de5 100644
17 --- a/x11-misc/xwallpaper/xwallpaper-0.7.1.ebuild
18 +++ b/x11-misc/xwallpaper/xwallpaper-0.7.1.ebuild
19 @@ -13,7 +13,7 @@ if [ ${PV} == "9999" ] ; then
20 EGIT_REPO_URI="https://github.com/stoeckmann/${PN}.git"
21 else
22 SRC_URI="https://github.com/stoeckmann/${PN}/releases/download/v${PV}/${P}.tar.xz"
23 - KEYWORDS="amd64 arm64 ~ppc64 x86"
24 + KEYWORDS="amd64 arm64 ppc64 x86"
25 fi
26
27 LICENSE="ISC"