diff options
author | Sam James <sam@gentoo.org> | 2024-06-06 02:57:50 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-06-06 02:57:50 +0100 |
commit | a42e5e306237d8a52485c4d3a89dbd8a949e1ef1 (patch) | |
tree | fe886e10dc50b7459e2648b42b176d5ccbcd0e6c /x11-misc/xwallpaper | |
parent | dev-python/magic-wormhole-transit-relay: add 0.2.1_p20231025 (diff) | |
download | gentoo-a42e5e306237d8a52485c4d3a89dbd8a949e1ef1.tar.gz gentoo-a42e5e306237d8a52485c4d3a89dbd8a949e1ef1.tar.bz2 gentoo-a42e5e306237d8a52485c4d3a89dbd8a949e1ef1.zip |
x11-misc/xwallpaper: Stabilize 0.7.4 arm64, #909810
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'x11-misc/xwallpaper')
-rw-r--r-- | x11-misc/xwallpaper/xwallpaper-0.7.4.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11-misc/xwallpaper/xwallpaper-0.7.4.ebuild b/x11-misc/xwallpaper/xwallpaper-0.7.4.ebuild index 044a297dd658..26201ff24c4f 100644 --- a/x11-misc/xwallpaper/xwallpaper-0.7.4.ebuild +++ b/x11-misc/xwallpaper/xwallpaper-0.7.4.ebuild @@ -13,7 +13,7 @@ if [[ ${PV} == 9999 ]] ; then EGIT_REPO_URI="https://github.com/stoeckmann/${PN}.git" else SRC_URI="https://github.com/stoeckmann/${PN}/releases/download/v${PV}/${P}.tar.xz" - KEYWORDS="amd64 ~arm64 ~ppc64 x86" + KEYWORDS="amd64 arm64 ~ppc64 x86" fi LICENSE="ISC" |