diff options
author | 2017-05-31 15:04:31 +0200 | |
---|---|---|
committer | 2017-05-31 15:04:31 +0200 | |
commit | af0006bdee10aaba1c58ea9b4d5efc4094ab158f (patch) | |
tree | 39427cc94bc3e97a63bb60556d41be62c90a7f41 /dev-libs/wayland | |
parent | dev-libs/libpthread-stubs: amd64 stable wrt bug #620234 (diff) | |
download | gentoo-af0006bdee10aaba1c58ea9b4d5efc4094ab158f.tar.gz gentoo-af0006bdee10aaba1c58ea9b4d5efc4094ab158f.tar.bz2 gentoo-af0006bdee10aaba1c58ea9b4d5efc4094ab158f.zip |
dev-libs/wayland: amd64 stable wrt bug #620234
Package-Manager: Portage-2.3.5, Repoman-2.3.1
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
Diffstat (limited to 'dev-libs/wayland')
-rw-r--r-- | dev-libs/wayland/wayland-1.13.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-libs/wayland/wayland-1.13.0.ebuild b/dev-libs/wayland/wayland-1.13.0.ebuild index 2863cc6657ee..924545a3ae7a 100644 --- a/dev-libs/wayland/wayland-1.13.0.ebuild +++ b/dev-libs/wayland/wayland-1.13.0.ebuild @@ -18,7 +18,7 @@ if [[ $PV = 9999* ]]; then SRC_URI="" 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" |