diff options
author | 2015-03-13 19:35:26 +0000 | |
---|---|---|
committer | 2015-03-13 19:35:26 +0000 | |
commit | b85f5f33f734090089ff002556a5609c9ac1d998 (patch) | |
tree | a8189246c8a3cab6fb94b9621e4d36d966b4523c /dev-util/strace | |
parent | Old. (diff) | |
download | gentoo-2-b85f5f33f734090089ff002556a5609c9ac1d998.tar.gz gentoo-2-b85f5f33f734090089ff002556a5609c9ac1d998.tar.bz2 gentoo-2-b85f5f33f734090089ff002556a5609c9ac1d998.zip |
amd64 stable wrt bug #532494
(Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 0xC42EB5D6)
Diffstat (limited to 'dev-util/strace')
-rw-r--r-- | dev-util/strace/ChangeLog | 5 | ||||
-rw-r--r-- | dev-util/strace/strace-4.9.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-util/strace/ChangeLog b/dev-util/strace/ChangeLog index 472324ca15f6..af5ba68d5e83 100644 --- a/dev-util/strace/ChangeLog +++ b/dev-util/strace/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-util/strace # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/strace/ChangeLog,v 1.206 2015/03/06 17:44:25 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/strace/ChangeLog,v 1.207 2015/03/13 19:35:26 zlogene Exp $ + + 13 Mar 2015; Mikle Kolyada <zlogene@gentoo.org> strace-4.9.ebuild: + amd64 stable wrt bug #532494 *strace-4.10 (06 Mar 2015) diff --git a/dev-util/strace/strace-4.9.ebuild b/dev-util/strace/strace-4.9.ebuild index e24f716dff30..3b4bdc2ef16b 100644 --- a/dev-util/strace/strace-4.9.ebuild +++ b/dev-util/strace/strace-4.9.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/strace/strace-4.9.ebuild,v 1.4 2015/03/06 17:43:41 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/strace/strace-4.9.ebuild,v 1.5 2015/03/13 19:35:26 zlogene Exp $ EAPI="4" @@ -11,7 +11,7 @@ if [[ ${PV} == "9999" ]] ; then inherit git-2 autotools else SRC_URI="mirror://sourceforge/${PN}/${P}.tar.xz" - KEYWORDS="~alpha ~amd64 arm arm64 hppa ia64 m68k ~mips ~ppc ~ppc64 s390 sh ~sparc ~x86 ~amd64-linux ~arm-linux ~ia64-linux ~x86-linux" + KEYWORDS="~alpha amd64 arm arm64 hppa ia64 m68k ~mips ~ppc ~ppc64 s390 sh ~sparc ~x86 ~amd64-linux ~arm-linux ~ia64-linux ~x86-linux" fi DESCRIPTION="A useful diagnostic, instructional, and debugging tool" |