summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2015-03-06 17:43:41 +0000
committerMike Frysinger <vapier@gentoo.org>2015-03-06 17:43:41 +0000
commit2a9d4697c377c9e30af5719cf3b042a73e38fca6 (patch)
tree7f27d8dfa85f10d709a97e8003a3b0f5ee0befa5 /dev-util
parentAdopt to recent aggreemant about how to handle bindist, #541450 (diff)
downloadgentoo-2-2a9d4697c377c9e30af5719cf3b042a73e38fca6.tar.gz
gentoo-2-2a9d4697c377c9e30af5719cf3b042a73e38fca6.tar.bz2
gentoo-2-2a9d4697c377c9e30af5719cf3b042a73e38fca6.zip
Stabilize for arm64/ia64/m68k/s390/sh.
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 0a40eb4a5289..a95a83db0dfa 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.204 2015/03/06 06:47:25 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/strace/ChangeLog,v 1.205 2015/03/06 17:43:41 vapier Exp $
+
+ 06 Mar 2015; Mike Frysinger <vapier@gentoo.org> strace-4.9.ebuild:
+ Stabilize for arm64/ia64/m68k/s390/sh.
06 Mar 2015; Jeroen Roovers <jer@gentoo.org> strace-4.9.ebuild:
Stable for HPPA (bug #532494).
diff --git a/dev-util/strace/strace-4.9.ebuild b/dev-util/strace/strace-4.9.ebuild
index 8f4448391730..e24f716dff30 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.3 2015/03/06 06:47:25 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/strace/strace-4.9.ebuild,v 1.4 2015/03/06 17:43:41 vapier 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 ~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"