diff options
author | Alexis Ballier <aballier@gentoo.org> | 2017-06-28 12:18:51 +0200 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2017-06-28 12:18:51 +0200 |
commit | f40b1ac3f8479af5347d68c17f730b50d4d41799 (patch) | |
tree | fc793268bd9b1d328cb7e3b51dc2e85fadb3bd02 /sys-cluster | |
parent | dev-lang/lua: add ~arm64 to all slots (diff) | |
download | gentoo-f40b1ac3f8479af5347d68c17f730b50d4d41799.tar.gz gentoo-f40b1ac3f8479af5347d68c17f730b50d4d41799.tar.bz2 gentoo-f40b1ac3f8479af5347d68c17f730b50d4d41799.zip |
sys-cluster/libfence: keyword ~arm64
Package-Manager: Portage-2.3.6, Repoman-2.3.2
Diffstat (limited to 'sys-cluster')
-rw-r--r-- | sys-cluster/libfence/libfence-3.2.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-cluster/libfence/libfence-3.2.0.ebuild b/sys-cluster/libfence/libfence-3.2.0.ebuild index 65c873d412ec..165a3bc5561d 100644 --- a/sys-cluster/libfence/libfence-3.2.0.ebuild +++ b/sys-cluster/libfence/libfence-3.2.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=4 @@ -17,7 +17,7 @@ SRC_URI="https://fedorahosted.org/releases/c/l/cluster/${MY_P}.tar.gz" LICENSE="LGPL-2.1" SLOT="0" -KEYWORDS="~amd64 ~hppa ~x86" +KEYWORDS="~amd64 ~arm64 ~hppa ~x86" IUSE="static-libs" RDEPEND="~sys-cluster/libccs-${PV}" |