diff options
author | José Luis Rivero <yoswink@gentoo.org> | 2006-06-29 01:55:02 +0000 |
---|---|---|
committer | José Luis Rivero <yoswink@gentoo.org> | 2006-06-29 01:55:02 +0000 |
commit | 8a2254d8d57386ed396a7489b2687f80c9fb521b (patch) | |
tree | 396ad9eca2d76ad5f21e65ebfba033b08de67ed5 /dev-util | |
parent | check for /dev/.devfsd instead of /dev/.devfs #138312 by André Terpstra (diff) | |
download | gentoo-2-8a2254d8d57386ed396a7489b2687f80c9fb521b.tar.gz gentoo-2-8a2254d8d57386ed396a7489b2687f80c9fb521b.tar.bz2 gentoo-2-8a2254d8d57386ed396a7489b2687f80c9fb521b.zip |
Stable on alpha wrt bug #137914
(Portage version: 2.1-r1)
Diffstat (limited to 'dev-util')
-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 6161ca38b412..629e726c3215 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.87 2006/06/26 00:51:12 ticho Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/strace/ChangeLog,v 1.88 2006/06/29 01:55:02 yoswink Exp $ + + 29 Jun 2006; Jose Luis Rivero <yoswink@gentoo.org> strace-4.5.14.ebuild: + Stable on alpha wrt bug #137914 26 Jun 2006; Andrej Kacian <ticho@gentoo.org> strace-4.5.14.ebuild: Stable on x86, bug #137914. diff --git a/dev-util/strace/strace-4.5.14.ebuild b/dev-util/strace/strace-4.5.14.ebuild index 2401438c3b26..ae6dfc54d57f 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.8 2006/06/27 05:01:55 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/strace/strace-4.5.14.ebuild,v 1.9 2006/06/29 01:55:02 yoswink 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 )" |