Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-fs/sysfsutils/
Date: Fri, 14 Apr 2017 17:04:01
Message-Id: 1492189425.e618e02a28e542d2edd2831738db07e639c00e38.mgorny@gentoo
1 commit: e618e02a28e542d2edd2831738db07e639c00e38
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Fri Mar 24 22:58:38 2017 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Fri Apr 14 17:03:45 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e618e02a
7
8 sys-fs/sysfsutils: Remove unused eutils inherit
9
10 sys-fs/sysfsutils/sysfsutils-2.1.0.ebuild | 4 ++--
11 1 file changed, 2 insertions(+), 2 deletions(-)
12
13 diff --git a/sys-fs/sysfsutils/sysfsutils-2.1.0.ebuild b/sys-fs/sysfsutils/sysfsutils-2.1.0.ebuild
14 index 6d9b404e8cc..91ee388ee99 100644
15 --- a/sys-fs/sysfsutils/sysfsutils-2.1.0.ebuild
16 +++ b/sys-fs/sysfsutils/sysfsutils-2.1.0.ebuild
17 @@ -1,8 +1,8 @@
18 -# Copyright 1999-2013 Gentoo Foundation
19 +# Copyright 1999-2017 Gentoo Foundation
20 # Distributed under the terms of the GNU General Public License v2
21
22 EAPI=5
23 -inherit autotools eutils toolchain-funcs
24 +inherit autotools toolchain-funcs
25
26 DESCRIPTION="System Utilities Based on Sysfs"
27 HOMEPAGE="http://linux-diag.sourceforge.net/Sysfsutils.html"