diff options
author | Thomas Deutschmann <whissi@gentoo.org> | 2020-12-03 00:28:33 +0100 |
---|---|---|
committer | Thomas Deutschmann <whissi@gentoo.org> | 2020-12-03 00:30:58 +0100 |
commit | 22c37d4e77433814e8d76643b244837b29424849 (patch) | |
tree | eb52a812588b35d104bfb69e7a9595a1924343e0 /dev-libs/weston | |
parent | app-crypt/ssss: x86 stable (bug #757531) (diff) | |
download | gentoo-22c37d4e77433814e8d76643b244837b29424849.tar.gz gentoo-22c37d4e77433814e8d76643b244837b29424849.tar.bz2 gentoo-22c37d4e77433814e8d76643b244837b29424849.zip |
dev-libs/weston: x86 stable (bug #757378)
Package-Manager: Portage-3.0.10, Repoman-3.0.2
Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
Diffstat (limited to 'dev-libs/weston')
-rw-r--r-- | dev-libs/weston/weston-9.0.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-libs/weston/weston-9.0.0.ebuild b/dev-libs/weston/weston-9.0.0.ebuild index 097c7f0c70b9..c01d4eda03b4 100644 --- a/dev-libs/weston/weston-9.0.0.ebuild +++ b/dev-libs/weston/weston-9.0.0.ebuild @@ -16,10 +16,10 @@ HOMEPAGE="https://wayland.freedesktop.org/ https://gitlab.freedesktop.org/waylan if [[ $PV = 9999* ]]; then SRC_URI="${SRC_PATCHES}" - KEYWORDS="" + KEYWORDS="x86" else SRC_URI="https://wayland.freedesktop.org/releases/${P}.tar.xz" - KEYWORDS="~amd64 ~arm ~x86" + KEYWORDS="~amd64 ~arm x86" fi LICENSE="MIT CC-BY-SA-3.0" |