diff options
author | Markus Meier <maekke@gentoo.org> | 2011-12-04 22:07:32 +0000 |
---|---|---|
committer | Markus Meier <maekke@gentoo.org> | 2011-12-04 22:07:32 +0000 |
commit | 6fbc2eb7246741f8596dc49222ed5d9117d24706 (patch) | |
tree | 59c1f12bb7825d1c9b7f2c93db5651f3b5ae46bd /dev-util/strace | |
parent | Fix -e flag and add exception handling for pax.setflags (diff) | |
download | gentoo-2-6fbc2eb7246741f8596dc49222ed5d9117d24706.tar.gz gentoo-2-6fbc2eb7246741f8596dc49222ed5d9117d24706.tar.bz2 gentoo-2-6fbc2eb7246741f8596dc49222ed5d9117d24706.zip |
arm stable, bug #391655
(Portage version: 2.1.10.39/cvs/Linux i686)
Diffstat (limited to 'dev-util/strace')
-rw-r--r-- | dev-util/strace/ChangeLog | 5 | ||||
-rw-r--r-- | dev-util/strace/strace-4.6.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-util/strace/ChangeLog b/dev-util/strace/ChangeLog index 4cad4aa3b2f8..30b90dacf24a 100644 --- a/dev-util/strace/ChangeLog +++ b/dev-util/strace/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-util/strace # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/strace/ChangeLog,v 1.167 2011/11/25 23:39:15 hwoarang Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/strace/ChangeLog,v 1.168 2011/12/04 22:07:32 maekke Exp $ + + 04 Dec 2011; Markus Meier <maekke@gentoo.org> strace-4.6.ebuild: + arm stable, bug #391655 25 Nov 2011; Markos Chandras <hwoarang@gentoo.org> strace-4.6.ebuild: Stable on amd64 wrt bug #391655 diff --git a/dev-util/strace/strace-4.6.ebuild b/dev-util/strace/strace-4.6.ebuild index f2fd058d4ae4..1849db027f02 100644 --- a/dev-util/strace/strace-4.6.ebuild +++ b/dev-util/strace/strace-4.6.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/strace/strace-4.6.ebuild,v 1.3 2011/11/25 23:39:15 hwoarang Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/strace/strace-4.6.ebuild,v 1.4 2011/12/04 22:07:32 maekke Exp $ EAPI="3" @@ -12,7 +12,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.xz" LICENSE="BSD" SLOT="0" -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" IUSE="static aio" # strace only uses the header from libaio |