From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1QZNqp-0001mE-F1 for garchives@archives.gentoo.org; Wed, 22 Jun 2011 13:52:16 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 561751C0BD; Wed, 22 Jun 2011 13:52:07 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 135681C0BD for ; Wed, 22 Jun 2011 13:52:07 +0000 (UTC) Received: from flycatcher.gentoo.org (flycatcher.gentoo.org [81.93.255.6]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 5AD1E1B4006 for ; Wed, 22 Jun 2011 13:52:06 +0000 (UTC) Received: by flycatcher.gentoo.org (Postfix, from userid 2085) id 17F3D20054; Wed, 22 Jun 2011 13:52:05 +0000 (UTC) From: "Peter Volkov (pva)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, pva@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in dev-util/oprofile: oprofile-0.9.6-r1.ebuild ChangeLog X-VCS-Repository: gentoo-x86 X-VCS-Files: oprofile-0.9.6-r1.ebuild ChangeLog X-VCS-Directories: dev-util/oprofile X-VCS-Committer: pva X-VCS-Committer-Name: Peter Volkov Content-Type: text/plain; charset=utf8 Message-Id: <20110622135205.17F3D20054@flycatcher.gentoo.org> Date: Wed, 22 Jun 2011 13:52:05 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: X-Archives-Hash: 9283a834484b283c845879e75bfa7240 pva 11/06/22 13:52:05 Modified: oprofile-0.9.6-r1.ebuild ChangeLog Log: Make sure correct options are passed with linux-3.0, bug #372463 thank = Manuel Lauss for report. =20 (Portage version: 2.1.10.3/cvs/Linux x86_64) Revision Changes Path 1.2 dev-util/oprofile/oprofile-0.9.6-r1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/oprofile/= oprofile-0.9.6-r1.ebuild?rev=3D1.2&view=3Dmarkup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/oprofile/= oprofile-0.9.6-r1.ebuild?rev=3D1.2&content-type=3Dtext/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/oprofile/= oprofile-0.9.6-r1.ebuild?r1=3D1.1&r2=3D1.2 Index: oprofile-0.9.6-r1.ebuild =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D RCS file: /var/cvsroot/gentoo-x86/dev-util/oprofile/oprofile-0.9.6-r1.ebu= ild,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- oprofile-0.9.6-r1.ebuild 20 Jun 2011 05:23:29 -0000 1.1 +++ oprofile-0.9.6-r1.ebuild 22 Jun 2011 13:52:05 -0000 1.2 @@ -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.e= build,v 1.1 2011/06/20 05:23:29 pva Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/oprofile/oprofile-0.9.6-r1.e= build,v 1.2 2011/06/22 13:52:05 pva Exp $ =20 EAPI=3D4 inherit eutils linux-info @@ -42,7 +42,7 @@ =20 case ${KV_FULL} in 2.2.*|2.4.*) myconf=3D"${myconf} --with-linux=3D${KV_DIR}";; - 2.5.*|2.6.*) myconf=3D"${myconf} --with-kernel-support";; + 2.5.*|2.6.*|3.*) myconf=3D"${myconf} --with-kernel-support";; *) die "Kernel version '${KV_FULL}' not supported";; esac econf ${myconf} 1.70 dev-util/oprofile/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/oprofile/= ChangeLog?rev=3D1.70&view=3Dmarkup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/oprofile/= ChangeLog?rev=3D1.70&content-type=3Dtext/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/oprofile/= ChangeLog?r1=3D1.69&r2=3D1.70 Index: ChangeLog =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D RCS file: /var/cvsroot/gentoo-x86/dev-util/oprofile/ChangeLog,v retrieving revision 1.69 retrieving revision 1.70 diff -u -r1.69 -r1.70 --- ChangeLog 20 Jun 2011 05:23:29 -0000 1.69 +++ ChangeLog 22 Jun 2011 13:52:05 -0000 1.70 @@ -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 20= 11/06/20 05:23:29 pva Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/oprofile/ChangeLog,v 1.70 20= 11/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. =20 *oprofile-0.9.7_rc1 (20 Jun 2011) *oprofile-0.9.6-r1 (20 Jun 2011)