From ed347e828e4aa46eb8b8ddfdb96b4799ddcb5b99 Mon Sep 17 00:00:00 2001 From: David Michael Date: Tue, 24 Apr 2018 17:27:02 -0700 Subject: [PATCH] sys-process/audit: Enable building on arm64 --- .../coreos-overlay/sys-process/audit/audit-2.7.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sdk_container/src/third_party/coreos-overlay/sys-process/audit/audit-2.7.1.ebuild b/sdk_container/src/third_party/coreos-overlay/sys-process/audit/audit-2.7.1.ebuild index e80193b988..7f8453ff8a 100644 --- a/sdk_container/src/third_party/coreos-overlay/sys-process/audit/audit-2.7.1.ebuild +++ b/sdk_container/src/third_party/coreos-overlay/sys-process/audit/audit-2.7.1.ebuild @@ -13,7 +13,7 @@ SRC_URI="https://people.redhat.com/sgrubb/audit/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86" +KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86" IUSE="daemon gssapi ldap python static-libs" REQUIRED_USE="ldap? ( daemon ) python? ( ${PYTHON_REQUIRED_USE} )"