diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2015-11-30 12:45:26 +0100 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2015-11-30 12:45:26 +0100 |
commit | e45b4fbb9a09abeac3593978418c63bd6bd49ed2 (patch) | |
tree | 5661ae15b5b4125359439d8d6468554430342ba5 /dev-libs/wayland | |
parent | dev-libs/libinput: amd64 stable wrt bug #559062 (diff) | |
download | gentoo-e45b4fbb9a09abeac3593978418c63bd6bd49ed2.tar.gz gentoo-e45b4fbb9a09abeac3593978418c63bd6bd49ed2.tar.bz2 gentoo-e45b4fbb9a09abeac3593978418c63bd6bd49ed2.zip |
dev-libs/wayland: amd64 stable wrt bug #559062
Package-Manager: portage-2.2.20.1
RepoMan-Options: --include-arches="amd64"
Diffstat (limited to 'dev-libs/wayland')
-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 0ae8950bf7db..6a47c6824f95 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" |