diff options
author | Mikle Kolyada <zlogene@gentoo.org> | 2019-05-23 15:33:20 +0300 |
---|---|---|
committer | Mikle Kolyada <zlogene@gentoo.org> | 2019-05-23 15:33:20 +0300 |
commit | 94cc0fa3a348bab9e517996261f3d6563df6e30f (patch) | |
tree | 5767cba3b952a500f61158ba056669c9ce6f03a4 /dev-util/strace | |
parent | x11-themes/lxqt-themes: x86 stable wrt bug #686526 (diff) | |
download | gentoo-94cc0fa3a348bab9e517996261f3d6563df6e30f.tar.gz gentoo-94cc0fa3a348bab9e517996261f3d6563df6e30f.tar.bz2 gentoo-94cc0fa3a348bab9e517996261f3d6563df6e30f.zip |
dev-util/strace: amd64 stable wrt bug #686580
Signed-off-by: Mikle Kolyada <zlogene@gentoo.org>
Package-Manager: Portage-2.3.62, Repoman-2.3.11
RepoMan-Options: --include-arches="amd64"
Diffstat (limited to 'dev-util/strace')
-rw-r--r-- | dev-util/strace/strace-4.26.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-util/strace/strace-4.26.ebuild b/dev-util/strace/strace-4.26.ebuild index e0e68ced9e54..cebeb2a89cce 100644 --- a/dev-util/strace/strace-4.26.ebuild +++ b/dev-util/strace/strace-4.26.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Authors +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -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" |