sys-apps/i2c-tools: minor QA fixes
authorMikle Kolyada <zlogene@gentoo.org>
Sun, 25 Mar 2018 13:27:49 +0000 (16:27 +0300)
committerMikle Kolyada <zlogene@gentoo.org>
Sun, 25 Mar 2018 13:29:09 +0000 (16:29 +0300)
Package-Manager: Portage-2.3.24, Repoman-2.3.6

sys-apps/i2c-tools/i2c-tools-3.1.1-r1.ebuild
sys-apps/i2c-tools/i2c-tools-4.0.ebuild

index 342d6295325ebc90ffc519e6ae8d7e8f648ae9f7..98c99d4b0435068a14ffab33df570c78622d1740 100644 (file)
@@ -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
index d5f248f7c2806762dd5351c225ae4ddc28ec86a1..32dffbf1e2bacd330c1d8a68ceff69ada4a30854 100644 (file)
@@ -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"