diff options
author | 2024-06-05 22:58:56 +0300 | |
---|---|---|
committer | 2024-06-05 22:58:56 +0300 | |
commit | 3ebb0479f70f6769d7193482a575c1f0a3055aee (patch) | |
tree | f3c9eca87a9dbc72aff3a8e10d54f66c93a4afe1 /x11-misc/xwallpaper | |
parent | dev-ml/base_quickcheck: fix deps (diff) | |
download | gentoo-3ebb0479f70f6769d7193482a575c1f0a3055aee.tar.gz gentoo-3ebb0479f70f6769d7193482a575c1f0a3055aee.tar.bz2 gentoo-3ebb0479f70f6769d7193482a575c1f0a3055aee.zip |
x11-misc/xwallpaper: Stabilize 0.7.4 amd64, #909810
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'x11-misc/xwallpaper')
-rw-r--r-- | x11-misc/xwallpaper/xwallpaper-0.7.4.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11-misc/xwallpaper/xwallpaper-0.7.4.ebuild b/x11-misc/xwallpaper/xwallpaper-0.7.4.ebuild index 70132cc575a5..b7840a9b1fc3 100644 --- a/x11-misc/xwallpaper/xwallpaper-0.7.4.ebuild +++ b/x11-misc/xwallpaper/xwallpaper-0.7.4.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -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" |