diff options
author | Steev Klimaszewski <steev@gentoo.org> | 2019-05-19 17:32:49 -0500 |
---|---|---|
committer | Steev Klimaszewski <steev@gentoo.org> | 2019-05-19 17:33:40 -0500 |
commit | c208cb4844dfd7db6f91b7064364f0cf96b0ad6e (patch) | |
tree | 3d16c1185095f73be0bf5befc845ff7c74569622 /net-wireless/lorcon | |
parent | app-text/calibre: version bump to 3.42.0 (diff) | |
download | gentoo-c208cb4844dfd7db6f91b7064364f0cf96b0ad6e.tar.gz gentoo-c208cb4844dfd7db6f91b7064364f0cf96b0ad6e.tar.bz2 gentoo-c208cb4844dfd7db6f91b7064364f0cf96b0ad6e.zip |
net-wireless/lorcon: add ~arm64 keyword
Package-Manager: Portage-2.3.66, Repoman-2.3.12
Signed-off-by: Stephen Klimaszewski <steev@gentoo.org>
Diffstat (limited to 'net-wireless/lorcon')
-rw-r--r-- | net-wireless/lorcon/lorcon-0.0_p20180409-r1.ebuild | 4 | ||||
-rw-r--r-- | net-wireless/lorcon/lorcon-9999.ebuild | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/net-wireless/lorcon/lorcon-0.0_p20180409-r1.ebuild b/net-wireless/lorcon/lorcon-0.0_p20180409-r1.ebuild index 0348df635401..3d4ff55cdf8e 100644 --- a/net-wireless/lorcon/lorcon-0.0_p20180409-r1.ebuild +++ b/net-wireless/lorcon/lorcon-0.0_p20180409-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -21,7 +21,7 @@ else GIT_HASH="d8637792f2e857f31849f29759c1022eb0518c83" SRC_URI="https://github.com/kismetwireless/lorcon/archive/${GIT_HASH}.tar.gz -> ${P}.tar.gz" S="${WORKDIR}"/"${PN}-${GIT_HASH}" - KEYWORDS="~amd64 ~arm ~ppc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux" + KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux" fi LICENSE="GPL-2" diff --git a/net-wireless/lorcon/lorcon-9999.ebuild b/net-wireless/lorcon/lorcon-9999.ebuild index 0348df635401..3d4ff55cdf8e 100644 --- a/net-wireless/lorcon/lorcon-9999.ebuild +++ b/net-wireless/lorcon/lorcon-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -21,7 +21,7 @@ else GIT_HASH="d8637792f2e857f31849f29759c1022eb0518c83" SRC_URI="https://github.com/kismetwireless/lorcon/archive/${GIT_HASH}.tar.gz -> ${P}.tar.gz" S="${WORKDIR}"/"${PN}-${GIT_HASH}" - KEYWORDS="~amd64 ~arm ~ppc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux" + KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux" fi LICENSE="GPL-2" |