From c35c770013d6ddd5f9f8c611490ebc662ea7f97d Mon Sep 17 00:00:00 2001 From: Peter Volkov Date: Wed, 22 Jun 2011 13:52:05 +0000 Subject: Make sure correct options are passed with linux-3.0, bug #372463 thank Manuel Lauss for report. (Portage version: 2.1.10.3/cvs/Linux x86_64) --- dev-util/oprofile/ChangeLog | 6 +++++- dev-util/oprofile/oprofile-0.9.6-r1.ebuild | 4 ++-- 2 files changed, 7 insertions(+), 3 deletions(-) (limited to 'dev-util/oprofile') diff --git a/dev-util/oprofile/ChangeLog b/dev-util/oprofile/ChangeLog index acd922dc53b3..0f35560c721f 100644 --- a/dev-util/oprofile/ChangeLog +++ b/dev-util/oprofile/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-util/oprofile # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/oprofile/ChangeLog,v 1.69 2011/06/20 05:23:29 pva Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/oprofile/ChangeLog,v 1.70 2011/06/22 13:52:05 pva Exp $ + + 22 Jun 2011; Peter Volkov oprofile-0.9.6-r1.ebuild: + Make sure correct options are passed with linux-3.0, bug #372463 thank Manuel + Lauss for report. *oprofile-0.9.7_rc1 (20 Jun 2011) *oprofile-0.9.6-r1 (20 Jun 2011) diff --git a/dev-util/oprofile/oprofile-0.9.6-r1.ebuild b/dev-util/oprofile/oprofile-0.9.6-r1.ebuild index dd388d349b1e..5dd1817e8aea 100644 --- a/dev-util/oprofile/oprofile-0.9.6-r1.ebuild +++ b/dev-util/oprofile/oprofile-0.9.6-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/oprofile/oprofile-0.9.6-r1.ebuild,v 1.1 2011/06/20 05:23:29 pva Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/oprofile/oprofile-0.9.6-r1.ebuild,v 1.2 2011/06/22 13:52:05 pva Exp $ EAPI=4 inherit eutils linux-info @@ -42,7 +42,7 @@ src_configure() { case ${KV_FULL} in 2.2.*|2.4.*) myconf="${myconf} --with-linux=${KV_DIR}";; - 2.5.*|2.6.*) myconf="${myconf} --with-kernel-support";; + 2.5.*|2.6.*|3.*) myconf="${myconf} --with-kernel-support";; *) die "Kernel version '${KV_FULL}' not supported";; esac econf ${myconf} -- cgit v1.2.3-65-gdbad