diff options
author | Michał Górny <mgorny@gentoo.org> | 2017-05-18 15:10:00 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2017-05-18 15:15:34 +0200 |
commit | 4ee184459f1cb3a06dc21e0ff09b079f6d3d0a12 (patch) | |
tree | 333baac7a2d328032fe40545dd09013e830ad7a8 /app-leechcraft/lc-core | |
parent | dev-python/pycryptodome: add ~ppc64 (diff) | |
download | gentoo-4ee184459f1cb3a06dc21e0ff09b079f6d3d0a12.tar.gz gentoo-4ee184459f1cb3a06dc21e0ff09b079f6d3d0a12.tar.bz2 gentoo-4ee184459f1cb3a06dc21e0ff09b079f6d3d0a12.zip |
app-leechcraft/lc-core: Remove unused confutils & eutils inherits
Diffstat (limited to 'app-leechcraft/lc-core')
-rw-r--r-- | app-leechcraft/lc-core/lc-core-9999.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-leechcraft/lc-core/lc-core-9999.ebuild b/app-leechcraft/lc-core/lc-core-9999.ebuild index d736f0512aec..479958973e63 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" |