diff options
author | 2015-03-03 22:29:38 +0000 | |
---|---|---|
committer | 2015-03-03 22:29:38 +0000 | |
commit | c81ef563fa070a2883db3c28d867089171762547 (patch) | |
tree | 839aa9e60219ef8c71b0c46433a8227e6a637926 /dev-util | |
parent | add ~arm, bug #540540 (diff) | |
download | gentoo-2-c81ef563fa070a2883db3c28d867089171762547.tar.gz gentoo-2-c81ef563fa070a2883db3c28d867089171762547.tar.bz2 gentoo-2-c81ef563fa070a2883db3c28d867089171762547.zip |
arm stable, bug #532494
(Portage version: 2.2.17/cvs/Linux x86_64, RepoMan options: --include-arches="arm", signed Manifest commit with key 072AD062)
Diffstat (limited to 'dev-util')
-rw-r--r-- | dev-util/strace/ChangeLog | 7 | ||||
-rw-r--r-- | dev-util/strace/strace-4.9.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/dev-util/strace/ChangeLog b/dev-util/strace/ChangeLog index ec7d083e84e8..6f7be154bf37 100644 --- a/dev-util/strace/ChangeLog +++ b/dev-util/strace/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-util/strace -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/strace/ChangeLog,v 1.202 2014/08/16 05:22:46 vapier Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-util/strace/ChangeLog,v 1.203 2015/03/03 22:29:38 maekke Exp $ + + 03 Mar 2015; Markus Meier <maekke@gentoo.org> strace-4.9.ebuild: + arm stable, bug #532494 *strace-4.9 (16 Aug 2014) diff --git a/dev-util/strace/strace-4.9.ebuild b/dev-util/strace/strace-4.9.ebuild index 172d14d9ec97..b6204ac152aa 100644 --- a/dev-util/strace/strace-4.9.ebuild +++ b/dev-util/strace/strace-4.9.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2014 Gentoo Foundation +# 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.1 2014/08/16 05:22:46 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/strace/strace-4.9.ebuild,v 1.2 2015/03/03 22:29:38 maekke 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 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-linux ~arm-linux ~ia64-linux ~x86-linux" fi DESCRIPTION="A useful diagnostic, instructional, and debugging tool" |