diff options
author | Georgy Yakovlev <gyakovlev@gentoo.org> | 2020-02-29 12:59:22 -0800 |
---|---|---|
committer | Georgy Yakovlev <gyakovlev@gentoo.org> | 2020-02-29 13:06:38 -0800 |
commit | c072ce2b88fa4b51e204b66bf66262b4c96410ad (patch) | |
tree | 867244e4d30d88733483f0f6fc72129a26e89b2b /x11-misc | |
parent | www-apps/piwigo: backport fix for CVE-2020-8089 (diff) | |
download | gentoo-c072ce2b88fa4b51e204b66bf66262b4c96410ad.tar.gz gentoo-c072ce2b88fa4b51e204b66bf66262b4c96410ad.tar.bz2 gentoo-c072ce2b88fa4b51e204b66bf66262b4c96410ad.zip |
x11-misc/xwallpaper: sync live ebuild keywords
Package-Manager: Portage-2.3.89, Repoman-2.3.20
Signed-off-by: Georgy Yakovlev <gyakovlev@gentoo.org>
Diffstat (limited to 'x11-misc')
-rw-r--r-- | x11-misc/xwallpaper/xwallpaper-9999.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11-misc/xwallpaper/xwallpaper-9999.ebuild b/x11-misc/xwallpaper/xwallpaper-9999.ebuild index 1fd0759173fb..9ac8817707e9 100644 --- a/x11-misc/xwallpaper/xwallpaper-9999.ebuild +++ b/x11-misc/xwallpaper/xwallpaper-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -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 ~ppc64 ~x86" fi LICENSE="ISC" |