diff options
author | 2010-08-30 06:04:38 +0000 | |
---|---|---|
committer | 2010-08-30 06:04:38 +0000 | |
commit | 02704e136eee3802067b89ad35fecce356a8fc6c (patch) | |
tree | afcf0d701b7bb9f933573a6217fef303ebc890d2 /dev-util/strace | |
parent | Version bump. (diff) | |
download | gentoo-2-02704e136eee3802067b89ad35fecce356a8fc6c.tar.gz gentoo-2-02704e136eee3802067b89ad35fecce356a8fc6c.tar.bz2 gentoo-2-02704e136eee3802067b89ad35fecce356a8fc6c.zip |
Mark s390 stable #297079.
(Portage version: 2.2_rc67/cvs/Linux x86_64)
Diffstat (limited to 'dev-util/strace')
-rw-r--r-- | dev-util/strace/ChangeLog | 5 | ||||
-rw-r--r-- | dev-util/strace/strace-4.5.19.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-util/strace/ChangeLog b/dev-util/strace/ChangeLog index af882233b0d3..9fc98c0e218b 100644 --- a/dev-util/strace/ChangeLog +++ b/dev-util/strace/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-util/strace # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/strace/ChangeLog,v 1.145 2010/04/16 21:27:29 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/strace/ChangeLog,v 1.146 2010/08/30 06:04:38 vapier Exp $ + + 30 Aug 2010; Mike Frysinger <vapier@gentoo.org> strace-4.5.19.ebuild: + Mark s390 stable #297079. *strace-4.5.20 (16 Apr 2010) diff --git a/dev-util/strace/strace-4.5.19.ebuild b/dev-util/strace/strace-4.5.19.ebuild index 5b3ffea649b9..3486e095b2b1 100644 --- a/dev-util/strace/strace-4.5.19.ebuild +++ b/dev-util/strace/strace-4.5.19.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/strace/strace-4.5.19.ebuild,v 1.12 2010/02/25 22:45:59 tcunha Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/strace/strace-4.5.19.ebuild,v 1.13 2010/08/30 06:04:38 vapier Exp $ inherit flag-o-matic @@ -10,7 +10,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2" 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 |