diff options
author | Georgy Yakovlev <gyakovlev@gentoo.org> | 2020-08-21 18:49:46 -0700 |
---|---|---|
committer | Georgy Yakovlev <gyakovlev@gentoo.org> | 2020-08-21 18:50:43 -0700 |
commit | 12f988e610ab35c5c06fe0dc625656ae04d99c61 (patch) | |
tree | d81e7e77ae9720014cd8344c9c1f7b6bef56483b /sys-process | |
parent | dev-libs/leatherman: fix error_code being missing (diff) | |
download | gentoo-12f988e610ab35c5c06fe0dc625656ae04d99c61.tar.gz gentoo-12f988e610ab35c5c06fe0dc625656ae04d99c61.tar.bz2 gentoo-12f988e610ab35c5c06fe0dc625656ae04d99c61.zip |
sys-process/nmon: add ~arm64 keyword to version 16m
Package-Manager: Portage-3.0.4, Repoman-3.0.1
Signed-off-by: Georgy Yakovlev <gyakovlev@gentoo.org>
Diffstat (limited to 'sys-process')
-rw-r--r-- | sys-process/nmon/nmon-16m.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-process/nmon/nmon-16m.ebuild b/sys-process/nmon/nmon-16m.ebuild index 4cc52ae9c054..f7d72671c324 100644 --- a/sys-process/nmon/nmon-16m.ebuild +++ b/sys-process/nmon/nmon-16m.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -13,7 +13,7 @@ LICENSE="GPL-3" SRC_URI="mirror://sourceforge/${PN}/${MY_P}.c" SLOT="0" -KEYWORDS="~amd64 ~arm ~ppc64 ~x86" +KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86" RDEPEND="sys-libs/ncurses:0=" DEPEND="${RDEPEND}" |