diff options
author | Andrew Savchenko <bircoph@gentoo.org> | 2014-12-01 10:17:13 +0000 |
---|---|---|
committer | Andrew Savchenko <bircoph@gentoo.org> | 2014-12-01 10:17:13 +0000 |
commit | 275470bdf2c0778aaf5cb9b35a36cca5205ac776 (patch) | |
tree | 12ae94bd466b7550041d622ed83119c7441e621d /dev-util | |
parent | drop old (diff) | |
download | gentoo-2-275470bdf2c0778aaf5cb9b35a36cca5205ac776.tar.gz gentoo-2-275470bdf2c0778aaf5cb9b35a36cca5205ac776.tar.bz2 gentoo-2-275470bdf2c0778aaf5cb9b35a36cca5205ac776.zip |
Update kernel deps according to oprofile's html docs
Signed-off-by: Andrew Savchenko <bircoph@gentoo.org>
(Portage version: 2.2.14/cvs/Linux i686, signed Manifest commit with key 565953B95372756C)
Diffstat (limited to 'dev-util')
-rw-r--r-- | dev-util/oprofile/ChangeLog | 5 | ||||
-rw-r--r-- | dev-util/oprofile/oprofile-1.0.0.ebuild | 11 |
2 files changed, 10 insertions, 6 deletions
diff --git a/dev-util/oprofile/ChangeLog b/dev-util/oprofile/ChangeLog index c16031abf655..25ec7d017509 100644 --- a/dev-util/oprofile/ChangeLog +++ b/dev-util/oprofile/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-util/oprofile # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/oprofile/ChangeLog,v 1.99 2014/12/01 08:02:49 bircoph Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/oprofile/ChangeLog,v 1.100 2014/12/01 10:17:13 bircoph Exp $ + + 01 Dec 2014; Andrew Savchenko <bircoph@gentoo.org> oprofile-1.0.0.ebuild: + Update kernel dependecy data. *oprofile-0.9.9-r1 (01 Dec 2014) diff --git a/dev-util/oprofile/oprofile-1.0.0.ebuild b/dev-util/oprofile/oprofile-1.0.0.ebuild index 46aed12d94c1..73f40c039597 100644 --- a/dev-util/oprofile/oprofile-1.0.0.ebuild +++ b/dev-util/oprofile/oprofile-1.0.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/oprofile/oprofile-1.0.0.ebuild,v 1.1 2014/12/01 06:39:59 bircoph Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/oprofile/oprofile-1.0.0.ebuild,v 1.2 2014/12/01 10:17:13 bircoph Exp $ EAPI="5" inherit eutils java-pkg-opt-2 linux-info multilib user @@ -15,11 +15,12 @@ SLOT="0" KEYWORDS="~alpha ~amd64 ~arm ~hppa ~mips ~ppc ~ppc64 ~sparc ~x86" IUSE="java pch" -DEPEND=">=dev-libs/popt-1.7-r1 +RDEPEND=">=dev-libs/popt-1.7-r1 >=sys-devel/binutils-2.14.90.0.6-r3 >=sys-libs/glibc-2.3.2-r1 java? ( >=virtual/jdk-1.5 )" -RDEPEND="${DEPEND}" +DEPEND="${RDEPEND} + >=sys-kernel/linux-headers-2.6.31" S="${WORKDIR}/${MY_P}" @@ -28,9 +29,9 @@ ERROR_PERF_EVENTS="CONFIG_PERF_EVENTS is mandatory for ${PN} to work." pkg_setup() { linux-info_pkg_setup - if ! kernel_is -ge 2 6 ; then + if ! kernel_is -ge 2 6 31; then echo - elog "Support for kernels before 2.6 has been dropped in ${PN}-0.9.8." + ewarn "Support for kernels before 2.6.31 has been dropped in ${PN}-1.0.0." echo fi |