diff options
author | Sam James <sam@gentoo.org> | 2021-07-15 22:32:33 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-07-15 22:32:33 +0100 |
commit | 8354442606f6e94637de3eba08bea4dd7da86c0f (patch) | |
tree | ba1497d5dd7da4b5365613bd141910a6e58bfa1f /x11-misc/xwallpaper | |
parent | app-doc/selflinux: Stabilize 0.13.0-r1 x86, #799689 (diff) | |
download | gentoo-8354442606f6e94637de3eba08bea4dd7da86c0f.tar.gz gentoo-8354442606f6e94637de3eba08bea4dd7da86c0f.tar.bz2 gentoo-8354442606f6e94637de3eba08bea4dd7da86c0f.zip |
x11-misc/xwallpaper: Stabilize 0.7.1 x86, #800212
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'x11-misc/xwallpaper')
-rw-r--r-- | x11-misc/xwallpaper/xwallpaper-0.7.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11-misc/xwallpaper/xwallpaper-0.7.1.ebuild b/x11-misc/xwallpaper/xwallpaper-0.7.1.ebuild index cd4455983d77..a74e62e3d336 100644 --- a/x11-misc/xwallpaper/xwallpaper-0.7.1.ebuild +++ b/x11-misc/xwallpaper/xwallpaper-0.7.1.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" |