summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Volkov <pva@gentoo.org>2011-06-22 13:52:05 +0000
committerPeter Volkov <pva@gentoo.org>2011-06-22 13:52:05 +0000
commitc35c770013d6ddd5f9f8c611490ebc662ea7f97d (patch)
treeb12ee0abc5423fda600857777f160c0c3c02110f /dev-util/oprofile
parentFix underlink. Bug #371813 (diff)
downloadgentoo-2-c35c770013d6ddd5f9f8c611490ebc662ea7f97d.tar.gz
gentoo-2-c35c770013d6ddd5f9f8c611490ebc662ea7f97d.tar.bz2
gentoo-2-c35c770013d6ddd5f9f8c611490ebc662ea7f97d.zip
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)
Diffstat (limited to 'dev-util/oprofile')
-rw-r--r--dev-util/oprofile/ChangeLog6
-rw-r--r--dev-util/oprofile/oprofile-0.9.6-r1.ebuild4
2 files changed, 7 insertions, 3 deletions
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 <pva@gentoo.org> 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}