diff options
author | Michał Górny <mgorny@gentoo.org> | 2017-03-24 23:58:38 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2017-04-14 19:03:45 +0200 |
commit | e618e02a28e542d2edd2831738db07e639c00e38 (patch) | |
tree | 8f57d6dff9d9cec994704633f91c58cf5872fc03 /sys-fs/sysfsutils | |
parent | sys-devel/libtool: Replace eutils inherit w/ split eclasses (diff) | |
download | gentoo-e618e02a28e542d2edd2831738db07e639c00e38.tar.gz gentoo-e618e02a28e542d2edd2831738db07e639c00e38.tar.bz2 gentoo-e618e02a28e542d2edd2831738db07e639c00e38.zip |
sys-fs/sysfsutils: Remove unused eutils inherit
Diffstat (limited to 'sys-fs/sysfsutils')
-rw-r--r-- | sys-fs/sysfsutils/sysfsutils-2.1.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-fs/sysfsutils/sysfsutils-2.1.0.ebuild b/sys-fs/sysfsutils/sysfsutils-2.1.0.ebuild index 6d9b404e8cc8..91ee388ee99f 100644 --- a/sys-fs/sysfsutils/sysfsutils-2.1.0.ebuild +++ b/sys-fs/sysfsutils/sysfsutils-2.1.0.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 -inherit autotools eutils toolchain-funcs +inherit autotools toolchain-funcs DESCRIPTION="System Utilities Based on Sysfs" HOMEPAGE="http://linux-diag.sourceforge.net/Sysfsutils.html" |