diff options
author | Sam James <sam@gentoo.org> | 2021-01-07 04:07:03 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-01-07 04:07:03 +0000 |
commit | ee63b521dd3a01e10b060d7eb3112ef978ea77d9 (patch) | |
tree | a1b966d2ea2431724bb0a299917ace116a43eaef /dev-libs/libdnet/libdnet-1.14-r2.ebuild | |
parent | dev-libs/libdnet: further style changes (diff) | |
download | gentoo-ee63b521dd3a01e10b060d7eb3112ef978ea77d9.tar.gz gentoo-ee63b521dd3a01e10b060d7eb3112ef978ea77d9.tar.bz2 gentoo-ee63b521dd3a01e10b060d7eb3112ef978ea77d9.zip |
dev-libs/libdnet: restore ~arm64
Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-libs/libdnet/libdnet-1.14-r2.ebuild')
-rw-r--r-- | dev-libs/libdnet/libdnet-1.14-r2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-libs/libdnet/libdnet-1.14-r2.ebuild b/dev-libs/libdnet/libdnet-1.14-r2.ebuild index f628dbd0b74d..86d95c40f667 100644 --- a/dev-libs/libdnet/libdnet-1.14-r2.ebuild +++ b/dev-libs/libdnet/libdnet-1.14-r2.ebuild @@ -15,7 +15,7 @@ S="${WORKDIR}/${PN}-${P}" LICENSE="LGPL-2" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86" IUSE="python test" REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )" |