diff options
author | Tobias Klausmann <klausman@gentoo.org> | 2019-01-31 09:48:33 +0100 |
---|---|---|
committer | Tobias Klausmann <klausman@gentoo.org> | 2019-01-31 09:48:33 +0100 |
commit | 715d76d71462c6928b5fc95fc928112da58e41b0 (patch) | |
tree | 8ed995eee1618f0c17d3970fddc55b854696be0d /dev-util | |
parent | dev-python/sip-4.19.13-r0: alpha stable (diff) | |
download | gentoo-715d76d71462c6928b5fc95fc928112da58e41b0.tar.gz gentoo-715d76d71462c6928b5fc95fc928112da58e41b0.tar.bz2 gentoo-715d76d71462c6928b5fc95fc928112da58e41b0.zip |
dev-util/strace-4.25-r0: alpha stable
Bug: http://bugs.gentoo.org/673824
Signed-off-by: Tobias Klausmann <klausman@gentoo.org>
Diffstat (limited to 'dev-util')
-rw-r--r-- | dev-util/strace/strace-4.25.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-util/strace/strace-4.25.ebuild b/dev-util/strace/strace-4.25.ebuild index d40c35f902dd..d50519061e0d 100644 --- a/dev-util/strace/strace-4.25.ebuild +++ b/dev-util/strace/strace-4.25.ebuild @@ -10,7 +10,7 @@ if [[ ${PV} == "9999" ]] ; then inherit git-r3 autotools else SRC_URI="https://github.com/${PN}/${PN}/releases/download/v${PV}/${P}.tar.xz" - KEYWORDS="~alpha amd64 arm arm64 hppa ia64 ~m68k ~mips ppc ppc64 s390 ~sh sparc x86 ~amd64-linux ~x86-linux" + KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~m68k ~mips ppc ppc64 s390 ~sh sparc x86 ~amd64-linux ~x86-linux" fi DESCRIPTION="A useful diagnostic, instructional, and debugging tool" |