diff options
author | 2021-07-06 20:19:50 +0200 | |
---|---|---|
committer | 2021-07-08 19:09:47 +0200 | |
commit | aa934c272fcf0ef88f98c52526ad3e69011ccc19 (patch) | |
tree | 6c8cfa9dca2c3f6cdc3a2ba32662481d84060368 /net-misc/kea/kea-1.8.2.ebuild | |
parent | app-vim/rust-vim: replace eapply_user with default. (diff) | |
download | gentoo-aa934c272fcf0ef88f98c52526ad3e69011ccc19.tar.gz gentoo-aa934c272fcf0ef88f98c52526ad3e69011ccc19.tar.bz2 gentoo-aa934c272fcf0ef88f98c52526ad3e69011ccc19.zip |
net-misc/kea: added ~arm64 keyword
Signed-off-by: Dennis Lamm <expeditioneer@gentoo.org>
Package-Manager: Portage-3.0.20, Repoman-3.0.2
Closes: https://github.com/gentoo/gentoo/pull/21543
Signed-off-by: Dennis Lamm <expeditioneer@gentoo.org>
Diffstat (limited to 'net-misc/kea/kea-1.8.2.ebuild')
-rw-r--r-- | net-misc/kea/kea-1.8.2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-misc/kea/kea-1.8.2.ebuild b/net-misc/kea/kea-1.8.2.ebuild index 8fa2128e5ae0..774216ee78ac 100644 --- a/net-misc/kea/kea-1.8.2.ebuild +++ b/net-misc/kea/kea-1.8.2.ebuild @@ -17,7 +17,7 @@ else SRC_URI="ftp://ftp.isc.org/isc/kea/${MY_P}.tar.gz ftp://ftp.isc.org/isc/kea/${MY_PV}/${MY_P}.tar.gz" [[ "${PV}" == *_beta* ]] || [[ "${PV}" == *_rc* ]] || \ - KEYWORDS="~amd64 ~x86" + KEYWORDS="~amd64 ~arm64 ~x86" fi LICENSE="ISC BSD SSLeay GPL-2" # GPL-2 only for init script |