diff options
author | Sam James <sam@gentoo.org> | 2022-02-14 20:50:34 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-02-14 20:50:34 +0000 |
commit | dbda18a48690e6efb103af909aba6a6142e0b2d5 (patch) | |
tree | 014a318e70859fa6549f0f231960e7bb3a2e494d /net-analyzer/mtr | |
parent | app-emacs/transient: Stabilize 0.3.7 ALLARCHES, #833349 (diff) | |
download | gentoo-dbda18a48690e6efb103af909aba6a6142e0b2d5.tar.gz gentoo-dbda18a48690e6efb103af909aba6a6142e0b2d5.tar.bz2 gentoo-dbda18a48690e6efb103af909aba6a6142e0b2d5.zip |
net-analyzer/mtr: Stabilize 0.95 sparc, #833346
Signed-off-by: Sam James <sam@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 b6ec3db31f4e..e07ddac5bda4 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" |