diff options
author | Michał Górny <mgorny@gentoo.org> | 2017-02-22 09:23:24 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2017-02-22 11:01:31 +0100 |
commit | 7277db424b5f1d7aaca61925fcccc75c24f53bc6 (patch) | |
tree | a2252398567f4b4f0b72b5064e93e4f765b772ce /app-leechcraft | |
parent | net-ftp/pure-ftpd: Converted away from confutils eclass (bug #610482). (diff) | |
download | gentoo-7277db424b5f1d7aaca61925fcccc75c24f53bc6.tar.gz gentoo-7277db424b5f1d7aaca61925fcccc75c24f53bc6.tar.bz2 gentoo-7277db424b5f1d7aaca61925fcccc75c24f53bc6.zip |
app-leechcraft/lc-core: Remove unused confutils inherit
Diffstat (limited to 'app-leechcraft')
-rw-r--r-- | app-leechcraft/lc-core/lc-core-9999.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-leechcraft/lc-core/lc-core-9999.ebuild b/app-leechcraft/lc-core/lc-core-9999.ebuild index a0eb2c1e6ad1..a89da19a8782 100644 --- a/app-leechcraft/lc-core/lc-core-9999.ebuild +++ b/app-leechcraft/lc-core/lc-core-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -7,7 +7,7 @@ EAPI="5" EGIT_REPO_URI="git://github.com/0xd34df00d/leechcraft.git" EGIT_PROJECT="leechcraft-${PV}" -inherit eutils confutils leechcraft +inherit eutils leechcraft DESCRIPTION="Core of LeechCraft, the modular network client" |