diff options
author | 2016-11-16 11:42:04 +0100 | |
---|---|---|
committer | 2016-11-16 11:42:04 +0100 | |
commit | 2755f3737a7f084471e5ecae3a729b1766074de6 (patch) | |
tree | 2ef9ab6f1686d8bcebdff830fdbcbea2712346e0 /dev-libs/wayland-protocols | |
parent | dev-libs/wayland: ia64 stable wrt bug #579266 (diff) | |
download | gentoo-2755f3737a7f084471e5ecae3a729b1766074de6.tar.gz gentoo-2755f3737a7f084471e5ecae3a729b1766074de6.tar.bz2 gentoo-2755f3737a7f084471e5ecae3a729b1766074de6.zip |
dev-libs/wayland-protocols: ia64 stable wrt bug #579266
Package-Manager: portage-2.3.0
RepoMan-Options: --include-arches="ia64"
Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
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 397fe904b92a..5e04caf17388 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="alpha amd64 arm hppa x86" + KEYWORDS="alpha amd64 arm hppa ia64 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" |