diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2015-03-28 21:24:43 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2015-03-28 21:24:43 +0000 |
commit | fa9dd2fc1d1a781d80afd02a2d23745a947291e6 (patch) | |
tree | 43b5aa4d2f339dfef6cc96db726d9ddaaa4888d0 /dev-util/strace | |
parent | Stable for ppc, wrt bug #530914 (diff) | |
download | gentoo-2-fa9dd2fc1d1a781d80afd02a2d23745a947291e6.tar.gz gentoo-2-fa9dd2fc1d1a781d80afd02a2d23745a947291e6.tar.bz2 gentoo-2-fa9dd2fc1d1a781d80afd02a2d23745a947291e6.zip |
Stable for ppc, wrt bug #532494
(Portage version: 2.2.14/cvs/Linux x86_64, RepoMan options: --include-arches="ppc", signed Manifest commit with key 7194459F)
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 739c80a3dcbf..80bfadc9d75c 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.208 2015/03/25 13:40:01 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/strace/ChangeLog,v 1.209 2015/03/28 21:24:43 ago Exp $ + + 28 Mar 2015; Agostino Sarubbo <ago@gentoo.org> strace-4.9.ebuild: + Stable for ppc, wrt bug #532494 25 Mar 2015; Agostino Sarubbo <ago@gentoo.org> strace-4.9.ebuild: Stable for x86, wrt bug #532494 diff --git a/dev-util/strace/strace-4.9.ebuild b/dev-util/strace/strace-4.9.ebuild index 6c110b985744..2a84fe90e2b6 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.6 2015/03/25 13:40:01 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/strace/strace-4.9.ebuild,v 1.7 2015/03/28 21:24:43 ago 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" |