diff options
author | Stephanie J. Lockwood-Childs <wormo@gentoo.org> | 2006-09-07 05:25:56 +0000 |
---|---|---|
committer | Stephanie J. Lockwood-Childs <wormo@gentoo.org> | 2006-09-07 05:25:56 +0000 |
commit | ff727136f350a7dc137c8c9bc0b5af6623b2a623 (patch) | |
tree | 54ccce05f7d52559f78e66159e0fb50d1a01f510 | |
parent | Support for new gtk# 2.10/2.16 versions. (diff) | |
download | gentoo-2-ff727136f350a7dc137c8c9bc0b5af6623b2a623.tar.gz gentoo-2-ff727136f350a7dc137c8c9bc0b5af6623b2a623.tar.bz2 gentoo-2-ff727136f350a7dc137c8c9bc0b5af6623b2a623.zip |
stable on ppc (Bug #146285)
(Portage version: 2.1-r2)
-rw-r--r-- | dev-util/oprofile/ChangeLog | 6 | ||||
-rw-r--r-- | dev-util/oprofile/oprofile-0.9.1-r1.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/dev-util/oprofile/ChangeLog b/dev-util/oprofile/ChangeLog index d629e72f3907..959ba0f0abf4 100644 --- a/dev-util/oprofile/ChangeLog +++ b/dev-util/oprofile/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-util/oprofile # Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/oprofile/ChangeLog,v 1.32 2006/09/06 05:46:54 tsunam Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/oprofile/ChangeLog,v 1.33 2006/09/07 05:25:56 wormo Exp $ + + 06 Sep 2006; Stephanie Lockwood-Childs <wormo@gentoo.org> + oprofile-0.9.1-r1.ebuild: + stable on ppc (Bug #146285) 06 Sep 2006; Joshua Jackson <tsunam@gentoo.org> oprofile-0.9.1-r1.ebuild: stable x86; bug #146285 diff --git a/dev-util/oprofile/oprofile-0.9.1-r1.ebuild b/dev-util/oprofile/oprofile-0.9.1-r1.ebuild index 5dd48eae9e28..3d7927201b44 100644 --- a/dev-util/oprofile/oprofile-0.9.1-r1.ebuild +++ b/dev-util/oprofile/oprofile-0.9.1-r1.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/oprofile/oprofile-0.9.1-r1.ebuild,v 1.8 2006/09/06 05:46:54 tsunam Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/oprofile/oprofile-0.9.1-r1.ebuild,v 1.9 2006/09/07 05:25:56 wormo Exp $ inherit eutils qt3 @@ -11,7 +11,7 @@ SRC_URI="mirror://sourceforge/oprofile/${P}.tar.gz LICENSE="GPL-2" SLOT="0" -KEYWORDS="amd64 ~ppc x86" +KEYWORDS="amd64 ppc x86" # IUSE: it also needs kernel sources but all gentoo users have them IUSE="qt3" DEPEND=">=dev-libs/popt-1.7-r1 |