diff options
author | Pacho Ramos <pacho@gentoo.org> | 2016-09-17 12:42:30 +0200 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2016-09-17 12:42:30 +0200 |
commit | 6dd76cea3633cbf1fd06312883070e222ba168f5 (patch) | |
tree | 217039ad462884bf0ce80ff8d81bbc979467605a /dev-libs/weston | |
parent | dev-libs/wayland-protocols: x86 stable, bug 579266 (diff) | |
download | gentoo-6dd76cea3633cbf1fd06312883070e222ba168f5.tar.gz gentoo-6dd76cea3633cbf1fd06312883070e222ba168f5.tar.bz2 gentoo-6dd76cea3633cbf1fd06312883070e222ba168f5.zip |
dev-libs/weston: x86 stable, bug 579266
Package-Manager: portage-2.3.0
RepoMan-Options: --include-arches="x86"
Diffstat (limited to 'dev-libs/weston')
-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 f671a2705f6c..2fc4c17e7dfd 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" + KEYWORDS="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" |