diff options
author | Pacho Ramos <pacho@gentoo.org> | 2016-09-17 12:42:22 +0200 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2016-09-17 12:42:22 +0200 |
commit | 9f34a39560efee89ba809d1665ec524d764b4bf7 (patch) | |
tree | 609a5d18f50217a188d6666d85c8a8e5f18a6773 /dev-libs/wayland-protocols | |
parent | dev-libs/wayland: x86 stable, bug 579266 (diff) | |
download | gentoo-9f34a39560efee89ba809d1665ec524d764b4bf7.tar.gz gentoo-9f34a39560efee89ba809d1665ec524d764b4bf7.tar.bz2 gentoo-9f34a39560efee89ba809d1665ec524d764b4bf7.zip |
dev-libs/wayland-protocols: x86 stable, bug 579266
Package-Manager: portage-2.3.0
RepoMan-Options: --include-arches="x86"
Diffstat (limited to 'dev-libs/wayland-protocols')
-rw-r--r-- | dev-libs/wayland-protocols/wayland-protocols-1.4.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-libs/wayland-protocols/wayland-protocols-1.4.ebuild b/dev-libs/wayland-protocols/wayland-protocols-1.4.ebuild index 6619fa98c98a..2b17d1454eab 100644 --- a/dev-libs/wayland-protocols/wayland-protocols-1.4.ebuild +++ b/dev-libs/wayland-protocols/wayland-protocols-1.4.ebuild @@ -18,10 +18,10 @@ HOMEPAGE="https://wayland.freedesktop.org/" if [[ $PV = 9999* ]]; then SRC_URI="${SRC_PATCHES}" - KEYWORDS="arm hppa" + KEYWORDS="arm hppa x86" else SRC_URI="https://wayland.freedesktop.org/releases/${P}.tar.xz" - KEYWORDS="~alpha ~amd64 arm hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86" + KEYWORDS="~alpha ~amd64 arm hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86" fi LICENSE="MIT" |