summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAgostino Sarubbo <ago@gentoo.org>2015-03-31 07:49:56 +0000
committerAgostino Sarubbo <ago@gentoo.org>2015-03-31 07:49:56 +0000
commit80a6dac4435d68fa2a688bdea5ed161a4b778848 (patch)
tree1fc540bdc7d9d98691f145fe1110688f994b6f3d /dev-util
parentStable for ppc64, wrt bug #535408 (diff)
downloadgentoo-2-80a6dac4435d68fa2a688bdea5ed161a4b778848.tar.gz
gentoo-2-80a6dac4435d68fa2a688bdea5ed161a4b778848.tar.bz2
gentoo-2-80a6dac4435d68fa2a688bdea5ed161a4b778848.zip
Stable for ppc64, wrt bug #532494
(Portage version: 2.2.14/cvs/Linux x86_64, RepoMan options: --include-arches="ppc64", signed Manifest commit with key 7194459F)
Diffstat (limited to 'dev-util')
-rw-r--r--dev-util/strace/ChangeLog5
-rw-r--r--dev-util/strace/strace-4.9.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-util/strace/ChangeLog b/dev-util/strace/ChangeLog
index 80bfadc9d75c..a86c673350c3 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.209 2015/03/28 21:24:43 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/strace/ChangeLog,v 1.210 2015/03/31 07:49:56 ago Exp $
+
+ 31 Mar 2015; Agostino Sarubbo <ago@gentoo.org> strace-4.9.ebuild:
+ Stable for ppc64, wrt bug #532494
28 Mar 2015; Agostino Sarubbo <ago@gentoo.org> strace-4.9.ebuild:
Stable for ppc, wrt bug #532494
diff --git a/dev-util/strace/strace-4.9.ebuild b/dev-util/strace/strace-4.9.ebuild
index 2a84fe90e2b6..860b9593c2f0 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.7 2015/03/28 21:24:43 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/strace/strace-4.9.ebuild,v 1.8 2015/03/31 07:49:56 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"