diff options
author | Georgy Yakovlev <gyakovlev@gentoo.org> | 2019-06-16 11:43:24 -0700 |
---|---|---|
committer | Georgy Yakovlev <gyakovlev@gentoo.org> | 2019-06-16 11:47:35 -0700 |
commit | 17da1ac0e628d4e2e34092b018257deeb3f3e51c (patch) | |
tree | 75633903c2ec6ac729a22b375f5661067266767e /x11-misc | |
parent | x11-misc/xwallpaper: sync live ebuild (diff) | |
download | gentoo-17da1ac0e628d4e2e34092b018257deeb3f3e51c.tar.gz gentoo-17da1ac0e628d4e2e34092b018257deeb3f3e51c.tar.bz2 gentoo-17da1ac0e628d4e2e34092b018257deeb3f3e51c.zip |
x11-misc/xwallpaper: 0.5.0 stable amd64 and x86
Package-Manager: Portage-2.3.67, Repoman-2.3.14
Signed-off-by: Georgy Yakovlev <gyakovlev@gentoo.org>
Diffstat (limited to 'x11-misc')
-rw-r--r-- | x11-misc/xwallpaper/xwallpaper-0.5.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11-misc/xwallpaper/xwallpaper-0.5.0.ebuild b/x11-misc/xwallpaper/xwallpaper-0.5.0.ebuild index bcf9073e961d..2c976e02c0ca 100644 --- a/x11-misc/xwallpaper/xwallpaper-0.5.0.ebuild +++ b/x11-misc/xwallpaper/xwallpaper-0.5.0.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 ~x86" + KEYWORDS="amd64 x86" fi LICENSE="ISC" |