summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAkinori Hattori <hattya@gentoo.org>2012-07-12 15:07:49 +0000
committerAkinori Hattori <hattya@gentoo.org>2012-07-12 15:07:49 +0000
commit192054d43ecaea463381dea99fabf28bc09fa1ab (patch)
tree75c4eb469f8a79ae31d472f2e74fc0fabd4f2dc1 /dev-util/strace
parentia64 stable wrt bug #410273 (diff)
downloadgentoo-2-192054d43ecaea463381dea99fabf28bc09fa1ab.tar.gz
gentoo-2-192054d43ecaea463381dea99fabf28bc09fa1ab.tar.bz2
gentoo-2-192054d43ecaea463381dea99fabf28bc09fa1ab.zip
ia64 stable wrt bug #419803
(Portage version: 2.1.10.65/cvs/Linux i686)
Diffstat (limited to 'dev-util/strace')
-rw-r--r--dev-util/strace/ChangeLog5
-rw-r--r--dev-util/strace/strace-4.7.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-util/strace/ChangeLog b/dev-util/strace/ChangeLog
index dc9d3260e723..a1a57891b263 100644
--- a/dev-util/strace/ChangeLog
+++ b/dev-util/strace/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-util/strace
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/strace/ChangeLog,v 1.183 2012/06/11 09:16:13 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/strace/ChangeLog,v 1.184 2012/07/12 15:07:49 hattya Exp $
+
+ 12 Jul 2012; Akinori Hattori <hattya@gentoo.org> strace-4.7.ebuild:
+ ia64 stable wrt bug #419803
11 Jun 2012; Agostino Sarubbo <ago@gentoo.org> strace-4.7.ebuild:
Stable for amd64, wrt bug #419803
diff --git a/dev-util/strace/strace-4.7.ebuild b/dev-util/strace/strace-4.7.ebuild
index 6179d9448d0f..2940f54297f8 100644
--- a/dev-util/strace/strace-4.7.ebuild
+++ b/dev-util/strace/strace-4.7.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/strace/strace-4.7.ebuild,v 1.9 2012/06/11 09:16:13 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/strace/strace-4.7.ebuild,v 1.10 2012/07/12 15:07:49 hattya 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 hppa ~ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc x86 ~amd64-linux ~ia64-linux ~x86-linux"
+ KEYWORDS="~alpha amd64 arm hppa ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc x86 ~amd64-linux ~ia64-linux ~x86-linux"
fi
DESCRIPTION="A useful diagnostic, instructional, and debugging tool"