diff options
author | Alexis Ballier <aballier@gentoo.org> | 2017-06-19 14:52:04 +0200 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2017-06-19 14:58:51 +0200 |
commit | eb1125303e4b890cfce091f3ebef5f5ba3c7002a (patch) | |
tree | 07dae9c00e74631c1bdbdfb894cf5ba24f1f2d41 /dev-libs/wayland | |
parent | dev-perl/Filter: Cleanup old re bug #614350 (diff) | |
download | gentoo-eb1125303e4b890cfce091f3ebef5f5ba3c7002a.tar.gz gentoo-eb1125303e4b890cfce091f3ebef5f5ba3c7002a.tar.bz2 gentoo-eb1125303e4b890cfce091f3ebef5f5ba3c7002a.zip |
dev-libs/wayland: keyword ~arm64
Package-Manager: Portage-2.3.6, Repoman-2.3.2
Diffstat (limited to 'dev-libs/wayland')
-rw-r--r-- | dev-libs/wayland/wayland-1.13.0.ebuild | 2 | ||||
-rw-r--r-- | dev-libs/wayland/wayland-9999.ebuild | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/dev-libs/wayland/wayland-1.13.0.ebuild b/dev-libs/wayland/wayland-1.13.0.ebuild index 9e5a1f508a09..8d41e5d69ac6 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 ~arm64 ~hppa ia64 ~m68k ~mips ~ppc ppc64 ~s390 ~sh sparc x86" fi LICENSE="MIT" diff --git a/dev-libs/wayland/wayland-9999.ebuild b/dev-libs/wayland/wayland-9999.ebuild index 2863cc6657ee..5eb24e094b2a 100644 --- a/dev-libs/wayland/wayland-9999.ebuild +++ b/dev-libs/wayland/wayland-9999.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 ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86" fi LICENSE="MIT" |