diff options
author | 2021-05-13 15:54:43 +0200 | |
---|---|---|
committer | 2021-05-13 15:54:43 +0200 | |
commit | 56b834f289980377a06e8f2c45afbb6060db3da6 (patch) | |
tree | 63edafe0cdeac26e70cb347e810f2e30aeb39ad7 /sys-fs/sysfsutils/sysfsutils-2.1.1.ebuild | |
parent | sys-fs/udftools: drop unused flag-o-matic inherit (diff) | |
download | gentoo-56b834f289980377a06e8f2c45afbb6060db3da6.tar.gz gentoo-56b834f289980377a06e8f2c45afbb6060db3da6.tar.bz2 gentoo-56b834f289980377a06e8f2c45afbb6060db3da6.zip |
sys-fs/sysfsutils: drop unused toolchain-funcs inherit
Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'sys-fs/sysfsutils/sysfsutils-2.1.1.ebuild')
-rw-r--r-- | sys-fs/sysfsutils/sysfsutils-2.1.1.ebuild | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/sys-fs/sysfsutils/sysfsutils-2.1.1.ebuild b/sys-fs/sysfsutils/sysfsutils-2.1.1.ebuild index 41ccecdbd60f..aa206f6aada6 100644 --- a/sys-fs/sysfsutils/sysfsutils-2.1.1.ebuild +++ b/sys-fs/sysfsutils/sysfsutils-2.1.1.ebuild @@ -2,7 +2,8 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=7 -inherit autotools toolchain-funcs usr-ldscript + +inherit autotools usr-ldscript DESCRIPTION="System Utilities Based on Sysfs" HOMEPAGE="http://linux-diag.sourceforge.net/Sysfsutils.html https://github.com/linux-ras/sysfsutils" @@ -16,12 +17,8 @@ IUSE="static-libs" src_prepare() { default - # workaround maintainer mode + # Workaround maintainer mode AT_M4DIR=m4 eautoreconf - - # with eautoreconf you get "Useless epunt_cxx usage" - # without you don't - #epunt_cxx } src_configure() { |