summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMikle Kolyada <zlogene@gentoo.org>2018-05-06 15:19:52 +0300
committerMikle Kolyada <zlogene@gentoo.org>2018-05-06 15:19:52 +0300
commitf5889c0749e5a2f6cd7fd76d07a7bf00b2a49a7c (patch)
tree1e35f22c93b45f3f851fe262154523d190cbb8a5 /dev-libs/weston/weston-3.0.0.ebuild
parentdev-libs/wayland-protocols: amd64 stable wrt bug #649316 (diff)
downloadgentoo-f5889c0749e5a2f6cd7fd76d07a7bf00b2a49a7c.tar.gz
gentoo-f5889c0749e5a2f6cd7fd76d07a7bf00b2a49a7c.tar.bz2
gentoo-f5889c0749e5a2f6cd7fd76d07a7bf00b2a49a7c.zip
dev-libs/weston: amd64 stable wrt bug #649316
Package-Manager: Portage-2.3.24, Repoman-2.3.6
Diffstat (limited to 'dev-libs/weston/weston-3.0.0.ebuild')
-rw-r--r--dev-libs/weston/weston-3.0.0.ebuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/dev-libs/weston/weston-3.0.0.ebuild b/dev-libs/weston/weston-3.0.0.ebuild
index 01cec086558f..0fc2ee820834 100644
--- a/dev-libs/weston/weston-3.0.0.ebuild
+++ b/dev-libs/weston/weston-3.0.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=6
@@ -16,10 +16,10 @@ HOMEPAGE="https://wayland.freedesktop.org/"
if [[ $PV = 9999* ]]; then
SRC_URI="${SRC_PATCHES}"
- KEYWORDS=""
+ KEYWORDS="amd64"
else
SRC_URI="https://wayland.freedesktop.org/releases/${P}.tar.xz"
- KEYWORDS="~amd64 ~arm ~x86 ~arm-linux"
+ KEYWORDS="amd64 ~arm ~x86 ~arm-linux"
fi
LICENSE="MIT CC-BY-SA-3.0"