diff options
author | 2006-06-25 14:08:36 +0000 | |
---|---|---|
committer | 2006-06-25 14:08:36 +0000 | |
commit | 524bbf233887f3dd390e6f6e892c874f08b0d238 (patch) | |
tree | 36a6b9b541b19d7906d34cd63e50836f463689ac /dev-util/strace | |
parent | change patches to cope with mysql-4.0 (diff) | |
download | gentoo-2-524bbf233887f3dd390e6f6e892c874f08b0d238.tar.gz gentoo-2-524bbf233887f3dd390e6f6e892c874f08b0d238.tar.bz2 gentoo-2-524bbf233887f3dd390e6f6e892c874f08b0d238.zip |
Stable on hppa.
(Portage version: 2.1.1_pre1-r1)
Diffstat (limited to 'dev-util/strace')
-rw-r--r-- | dev-util/strace/ChangeLog | 5 | ||||
-rw-r--r-- | dev-util/strace/strace-4.5.14.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-util/strace/ChangeLog b/dev-util/strace/ChangeLog index 19ec43260906..6e66d67edbcb 100644 --- a/dev-util/strace/ChangeLog +++ b/dev-util/strace/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-util/strace # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/strace/ChangeLog,v 1.84 2006/06/25 10:52:46 cryos Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/strace/ChangeLog,v 1.85 2006/06/25 14:08:36 gmsoft Exp $ + + 25 Jun 2006; Guy Martin <gmsoft@gentoo.org> strace-4.5.14.ebuild: + Stable on hppa. 25 Jun 2006; Marcus D. Hanwell <cryos@gentoo.org> strace-4.5.14.ebuild: Marked stable on amd64, bug 137914. diff --git a/dev-util/strace/strace-4.5.14.ebuild b/dev-util/strace/strace-4.5.14.ebuild index 807ab6b4da71..f9977b885255 100644 --- a/dev-util/strace/strace-4.5.14.ebuild +++ b/dev-util/strace/strace-4.5.14.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/strace/strace-4.5.14.ebuild,v 1.4 2006/06/25 10:52:46 cryos Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/strace/strace-4.5.14.ebuild,v 1.5 2006/06/25 14:08:36 gmsoft Exp $ inherit flag-o-matic @@ -10,7 +10,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2" LICENSE="as-is" SLOT="0" -KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc ~x86" +KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc ~x86" IUSE="static aio" DEPEND="aio? ( dev-libs/libaio )" |