diff options
author | Mike Pagano <mpagano@gentoo.org> | 2014-01-17 19:05:05 +0000 |
---|---|---|
committer | Mike Pagano <mpagano@gentoo.org> | 2014-01-17 19:05:05 +0000 |
commit | 8b6de2ee4b5ed9cb6de7b9d7c96772cd936f13e8 (patch) | |
tree | a42eed5a46c5c164e4d0f5299f88be80a81c46a0 /eclass | |
parent | version bump (diff) | |
download | gentoo-2-8b6de2ee4b5ed9cb6de7b9d7c96772cd936f13e8.tar.gz gentoo-2-8b6de2ee4b5ed9cb6de7b9d7c96772cd936f13e8.tar.bz2 gentoo-2-8b6de2ee4b5ed9cb6de7b9d7c96772cd936f13e8.zip |
Fix QA warning concerning inherit
Diffstat (limited to 'eclass')
-rw-r--r-- | eclass/ChangeLog | 5 | ||||
-rw-r--r-- | eclass/kernel-2.eclass | 5 |
2 files changed, 6 insertions, 4 deletions
diff --git a/eclass/ChangeLog b/eclass/ChangeLog index f12b2c719722..b858a50d2cb4 100644 --- a/eclass/ChangeLog +++ b/eclass/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for eclass directory # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/ChangeLog,v 1.1121 2014/01/17 18:14:23 mpagano Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/ChangeLog,v 1.1122 2014/01/17 19:05:05 mpagano Exp $ + + 17 Jan 2014; Mike Pagano <mpagano@gentoo.org> kernel-2.eclass: + Fix QA warning concerning inherit 17 Jan 2014; Michael Pagano <mpagano@gentoo.org> kernel-2.eclass: Fix kernel-2.eclass to use python.eclass for it's python needs. (deblob diff --git a/eclass/kernel-2.eclass b/eclass/kernel-2.eclass index 27f32a84c440..cca5ddb555be 100644 --- a/eclass/kernel-2.eclass +++ b/eclass/kernel-2.eclass @@ -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/eclass/kernel-2.eclass,v 1.292 2014/01/17 18:14:23 mpagano Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/kernel-2.eclass,v 1.293 2014/01/17 19:05:05 mpagano Exp $ # Description: kernel.eclass rewrite for a clean base regarding the 2.6 # series of kernel with back-compatibility for 2.4 @@ -80,7 +80,7 @@ # If you do change them, there is a chance that we will not fix resulting bugs; # that of course does not mean we're not willing to help. -inherit eutils toolchain-funcs versionator multilib +inherit eutils toolchain-funcs versionator multilib python EXPORT_FUNCTIONS pkg_setup src_unpack src_compile src_test src_install pkg_preinst pkg_postinst pkg_postrm # Added by Daniel Ostrow <dostrow@gentoo.org> @@ -491,7 +491,6 @@ if [[ ${ETYPE} == sources ]]; then #deblob script currently only works with python-2 PYTHON_DEPEND="python? 2" PYTHON_USE_WITH_OPT="python" - inherit python KERNEL_URI="${KERNEL_URI} deblob? ( |