commit:     bd414d7f73b5c4efd46a742b70eb6ad3abf5350f
Author:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
AuthorDate: Sun Mar 25 13:27:49 2018 +0000
Commit:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
CommitDate: Sun Mar 25 13:29:09 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bd414d7f

sys-apps/i2c-tools: minor QA fixes

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 sys-apps/i2c-tools/i2c-tools-3.1.1-r1.ebuild | 6 +++---
 sys-apps/i2c-tools/i2c-tools-4.0.ebuild      | 4 ++--
 2 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/sys-apps/i2c-tools/i2c-tools-3.1.1-r1.ebuild 
b/sys-apps/i2c-tools/i2c-tools-3.1.1-r1.ebuild
index 342d6295325..98c99d4b043 100644
--- a/sys-apps/i2c-tools/i2c-tools-3.1.1-r1.ebuild
+++ b/sys-apps/i2c-tools/i2c-tools-3.1.1-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -6,7 +6,7 @@ EAPI=6
 PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} )
 DISTUTILS_OPTIONAL="1"
 
-inherit flag-o-matic toolchain-funcs distutils-r1
+inherit distutils-r1 flag-o-matic toolchain-funcs
 
 DESCRIPTION="I2C tools for bus probing, chip dumping, EEPROM decoding, and 
more"
 HOMEPAGE="http://www.lm-sensors.org/wiki/I2CTools";
@@ -45,7 +45,7 @@ src_compile() {
 src_install() {
        emake install prefix="${D}"/usr
        dosbin eepromer/eepro{g,m{,er}}
-       rm -rf "${D}"/usr/include # part of linux-headers
+       rm -rf "${D}"/usr/include || die # part of linux-headers
        dodoc CHANGES README
        local d
        for d in eeprom eepromer ; do

diff --git a/sys-apps/i2c-tools/i2c-tools-4.0.ebuild 
b/sys-apps/i2c-tools/i2c-tools-4.0.ebuild
index d5f248f7c28..32dffbf1e2b 100644
--- a/sys-apps/i2c-tools/i2c-tools-4.0.ebuild
+++ b/sys-apps/i2c-tools/i2c-tools-4.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -6,7 +6,7 @@ EAPI=6
 PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} )
 DISTUTILS_OPTIONAL="1"
 
-inherit flag-o-matic multilib toolchain-funcs distutils-r1
+inherit distutils-r1 flag-o-matic toolchain-funcs
 
 DESCRIPTION="I2C tools for bus probing, chip dumping, EEPROM decoding, and 
more"
 HOMEPAGE="https://www.kernel.org/pub/software/utils/i2c-tools";

Reply via email to