diff options
-rw-r--r-- | sys-cluster/openais/openais-1.1.4-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-cluster/openais/openais-1.1.4-r1.ebuild b/sys-cluster/openais/openais-1.1.4-r1.ebuild index d0b6f3ddc478..bf42581c57c3 100644 --- a/sys-cluster/openais/openais-1.1.4-r1.ebuild +++ b/sys-cluster/openais/openais-1.1.4-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI="2" @@ -11,7 +11,7 @@ SRC_URI="ftp://ftp:${PN}.org@${PN}.org/downloads/${P}/${P}.tar.gz" LICENSE="BSD public-domain" SLOT="0" -KEYWORDS="amd64 hppa x86 ~x86-fbsd" +KEYWORDS="amd64 ~arm64 hppa x86 ~x86-fbsd" IUSE="static-libs" RDEPEND="<sys-cluster/corosync-2.0.0" |