diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2015-04-13 08:21:31 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2015-04-13 08:21:31 +0000 |
commit | 3dfcff7526a0ddef8125e3d6e5fc9518893a288b (patch) | |
tree | 01c08200e57a43c9238dde48beb5d74159bb9c45 /dev-util | |
parent | Stable for alpha, wrt bug #543898 (diff) | |
download | gentoo-2-3dfcff7526a0ddef8125e3d6e5fc9518893a288b.tar.gz gentoo-2-3dfcff7526a0ddef8125e3d6e5fc9518893a288b.tar.bz2 gentoo-2-3dfcff7526a0ddef8125e3d6e5fc9518893a288b.zip |
Stable for alpha, wrt bug #532494
(Portage version: 2.2.14/cvs/Linux x86_64, RepoMan options: --include-arches="alpha", signed Manifest commit with key 7194459F)
Diffstat (limited to 'dev-util')
-rw-r--r-- | dev-util/strace/ChangeLog | 5 | ||||
-rw-r--r-- | dev-util/strace/strace-4.9.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-util/strace/ChangeLog b/dev-util/strace/ChangeLog index feaad08ba65f..5bd48544941a 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.211 2015/04/01 08:29:21 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/strace/ChangeLog,v 1.212 2015/04/13 08:21:31 ago Exp $ + + 13 Apr 2015; Agostino Sarubbo <ago@gentoo.org> strace-4.9.ebuild: + Stable for alpha, wrt bug #532494 01 Apr 2015; Agostino Sarubbo <ago@gentoo.org> strace-4.9.ebuild: Stable for sparc, wrt bug #532494 diff --git a/dev-util/strace/strace-4.9.ebuild b/dev-util/strace/strace-4.9.ebuild index 0ad54bb99900..a78b9f050b2e 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.9 2015/04/01 08:29:21 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/strace/strace-4.9.ebuild,v 1.10 2015/04/13 08:21:31 ago 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 m68k ~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" |