diff options
author | Markus Meier <maekke@gentoo.org> | 2014-02-28 21:44:06 +0000 |
---|---|---|
committer | Markus Meier <maekke@gentoo.org> | 2014-02-28 21:44:06 +0000 |
commit | c3a363c2b1570579f81574ae86c41c873664aed7 (patch) | |
tree | 90e1512c41601e4f1aceba89b39df59a4e4b36d6 /dev-util | |
parent | Add x11-libs/cairo. (diff) | |
download | gentoo-2-c3a363c2b1570579f81574ae86c41c873664aed7.tar.gz gentoo-2-c3a363c2b1570579f81574ae86c41c873664aed7.tar.bz2 gentoo-2-c3a363c2b1570579f81574ae86c41c873664aed7.zip |
arm stable, bug #501648
(Portage version: 2.2.8-r1/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 | 5 | ||||
-rw-r--r-- | dev-util/strace/strace-4.8.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-util/strace/ChangeLog b/dev-util/strace/ChangeLog index bdb737372fcc..2ab6f6858f3f 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.192 2014/02/20 13:36:59 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/strace/ChangeLog,v 1.193 2014/02/28 21:44:06 maekke Exp $ + + 28 Feb 2014; Markus Meier <maekke@gentoo.org> strace-4.8.ebuild: + arm stable, bug #501648 20 Feb 2014; Jeroen Roovers <jer@gentoo.org> strace-4.8.ebuild: Stable for HPPA (bug #501648). diff --git a/dev-util/strace/strace-4.8.ebuild b/dev-util/strace/strace-4.8.ebuild index 678f80138022..b625679d2ec7 100644 --- a/dev-util/strace/strace-4.8.ebuild +++ b/dev-util/strace/strace-4.8.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/strace/strace-4.8.ebuild,v 1.5 2014/02/20 13:36:59 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/strace/strace-4.8.ebuild,v 1.6 2014/02/28 21:44:06 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" |