From 4ee184459f1cb3a06dc21e0ff09b079f6d3d0a12 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20G=C3=B3rny?= Date: Thu, 18 May 2017 15:10:00 +0200 Subject: [PATCH] app-leechcraft/lc-core: Remove unused confutils & eutils inherits --- app-leechcraft/lc-core/lc-core-9999.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-leechcraft/lc-core/lc-core-9999.ebuild b/app-leechcraft/lc-core/lc-core-9999.ebuild index d736f0512aec1..479958973e633 100644 --- a/app-leechcraft/lc-core/lc-core-9999.ebuild +++ b/app-leechcraft/lc-core/lc-core-9999.ebuild @@ -5,7 +5,7 @@ EAPI=6 EGIT_REPO_URI="git://github.com/0xd34df00d/leechcraft.git" -inherit eutils confutils leechcraft +inherit leechcraft DESCRIPTION="Core of LeechCraft, the modular network client"