diff options
author | Brent Baude <ranger@gentoo.org> | 2012-01-04 16:40:28 +0000 |
---|---|---|
committer | Brent Baude <ranger@gentoo.org> | 2012-01-04 16:40:28 +0000 |
commit | 1110603d9bed9076c132deb91121904dc75bbf51 (patch) | |
tree | 0acb547b3bce781004315f25e73a95b8c31e2014 /dev-util/strace | |
parent | Marking cmake-2.8.6-r4 ppc for bug 391425 (diff) | |
download | historical-1110603d9bed9076c132deb91121904dc75bbf51.tar.gz historical-1110603d9bed9076c132deb91121904dc75bbf51.tar.bz2 historical-1110603d9bed9076c132deb91121904dc75bbf51.zip |
Marking strace-4.6 ppc for bug 391655
Package-Manager: portage-2.1.10.11/cvs/Linux ppc64
Diffstat (limited to 'dev-util/strace')
-rw-r--r-- | dev-util/strace/ChangeLog | 7 | ||||
-rw-r--r-- | dev-util/strace/strace-4.6.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/dev-util/strace/ChangeLog b/dev-util/strace/ChangeLog index dbcf69964f12..56c47399185e 100644 --- a/dev-util/strace/ChangeLog +++ b/dev-util/strace/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-util/strace -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/strace/ChangeLog,v 1.170 2011/12/18 17:32:26 armin76 Exp $ +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-util/strace/ChangeLog,v 1.171 2012/01/04 16:40:28 ranger Exp $ + + 04 Jan 2012; Brent Baude <ranger@gentoo.org> strace-4.6.ebuild: + Marking strace-4.6 ppc for bug 391655 18 Dec 2011; Raúl Porcel <armin76@gentoo.org> strace-4.6.ebuild: alpha/ia64/s390/sh/sparc stable wrt #391655 diff --git a/dev-util/strace/strace-4.6.ebuild b/dev-util/strace/strace-4.6.ebuild index 5136b23b076c..3c089081b144 100644 --- a/dev-util/strace/strace-4.6.ebuild +++ b/dev-util/strace/strace-4.6.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2011 Gentoo Foundation +# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/strace/strace-4.6.ebuild,v 1.6 2011/12/18 17:32:26 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/strace/strace-4.6.ebuild,v 1.7 2012/01/04 16:40:28 ranger Exp $ EAPI="3" @@ -12,7 +12,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.xz" 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 |