diff options
author | Pacho Ramos <pacho@gentoo.org> | 2016-09-17 13:08:04 +0200 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2016-09-17 13:08:04 +0200 |
commit | 4c0ec12fcdae289a17dee20886f5ed55940bf112 (patch) | |
tree | 30f7ad9e3fe89a0ad23306a3cba0f761d0817252 | |
parent | dev-libs/wayland-protocols: amd64 stable, bug 579266 (diff) | |
download | gentoo-4c0ec12fcdae289a17dee20886f5ed55940bf112.tar.gz gentoo-4c0ec12fcdae289a17dee20886f5ed55940bf112.tar.bz2 gentoo-4c0ec12fcdae289a17dee20886f5ed55940bf112.zip |
dev-libs/weston: amd64 stable, bug 579266
Package-Manager: portage-2.3.0
RepoMan-Options: --include-arches="amd64"
-rw-r--r-- | dev-libs/weston/weston-1.11.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-libs/weston/weston-1.11.0.ebuild b/dev-libs/weston/weston-1.11.0.ebuild index 2fc4c17e7dfd..ddbbd4f1299d 100644 --- a/dev-libs/weston/weston-1.11.0.ebuild +++ b/dev-libs/weston/weston-1.11.0.ebuild @@ -19,10 +19,10 @@ HOMEPAGE="https://wayland.freedesktop.org/" if [[ $PV = 9999* ]]; then SRC_URI="${SRC_PATCHES}" - KEYWORDS="arm x86" + KEYWORDS="amd64 arm x86" 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" |