diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2015-12-01 11:11:18 +0100 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2015-12-01 11:11:18 +0100 |
commit | b28b62ee3e4e21923299963222175de00034c3f5 (patch) | |
tree | d657e08baca4a85fc0497eac1144c2a1c5ee8727 /dev-libs | |
parent | dev-libs/libinput: x86 stable wrt bug #559062 (diff) | |
download | gentoo-b28b62ee3e4e21923299963222175de00034c3f5.tar.gz gentoo-b28b62ee3e4e21923299963222175de00034c3f5.tar.bz2 gentoo-b28b62ee3e4e21923299963222175de00034c3f5.zip |
dev-libs/wayland: x86 stable wrt bug #559062
Package-Manager: portage-2.2.20.1
RepoMan-Options: --include-arches="x86"
Diffstat (limited to 'dev-libs')
-rw-r--r-- | dev-libs/wayland/wayland-1.9.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-libs/wayland/wayland-1.9.0.ebuild b/dev-libs/wayland/wayland-1.9.0.ebuild index 6a47c6824f95..c4734704d57d 100644 --- a/dev-libs/wayland/wayland-1.9.0.ebuild +++ b/dev-libs/wayland/wayland-1.9.0.ebuild @@ -21,7 +21,7 @@ if [[ $PV = 9999* ]]; then KEYWORDS="" else SRC_URI="http://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" |