diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2022-02-16 22:23:49 +0200 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2022-02-16 22:23:49 +0200 |
commit | 912366b26705e4939e65fb0e464c1e0d37fe3a8a (patch) | |
tree | 0fb602a2ece823069dc3a9d582ab8146abe747fd /net-analyzer/mtr | |
parent | dev-ruby/benchmark-ips: Keyword 2.9.2 sparc, #833277 (diff) | |
download | gentoo-912366b26705e4939e65fb0e464c1e0d37fe3a8a.tar.gz gentoo-912366b26705e4939e65fb0e464c1e0d37fe3a8a.tar.bz2 gentoo-912366b26705e4939e65fb0e464c1e0d37fe3a8a.zip |
net-analyzer/mtr: Stabilize 0.95 arm, #833346
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'net-analyzer/mtr')
-rw-r--r-- | net-analyzer/mtr/mtr-0.95.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-analyzer/mtr/mtr-0.95.ebuild b/net-analyzer/mtr/mtr-0.95.ebuild index 309ce467268e..9bfb694f0a20 100644 --- a/net-analyzer/mtr/mtr-0.95.ebuild +++ b/net-analyzer/mtr/mtr-0.95.ebuild @@ -13,7 +13,7 @@ if [[ ${PV} == *9999* ]] ; then inherit git-r3 else SRC_URI="https://github.com/traviscross/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" - KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos" + KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos" fi LICENSE="GPL-2" |