summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlon Bar-Lev <alonbl@gentoo.org>2017-03-26 00:36:21 +0300
committerAlon Bar-Lev <alonbl@gentoo.org>2017-03-26 00:46:37 +0300
commit904fa9b6e54773b9c0c651baf60f32b03a3b5071 (patch)
tree2440dbded9cf2660b1b541039a7d175bb69f06d4
parentapp-crypt/pinentry: remove eutils (diff)
downloadgentoo-904fa9b6e54773b9c0c651baf60f32b03a3b5071.tar.gz
gentoo-904fa9b6e54773b9c0c651baf60f32b03a3b5071.tar.bz2
gentoo-904fa9b6e54773b9c0c651baf60f32b03a3b5071.zip
app-crypt/mdcrack: remove eutils
Package-Manager: Portage-2.3.3, Repoman-2.3.1
-rw-r--r--app-crypt/mdcrack/mdcrack-1.2.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/app-crypt/mdcrack/mdcrack-1.2.ebuild b/app-crypt/mdcrack/mdcrack-1.2.ebuild
index 643d6f943b4e..c9591b931761 100644
--- a/app-crypt/mdcrack/mdcrack-1.2.ebuild
+++ b/app-crypt/mdcrack/mdcrack-1.2.ebuild
@@ -3,7 +3,7 @@
EAPI="6"
-inherit eutils toolchain-funcs
+inherit toolchain-funcs
DESCRIPTION="A MD4/MD5/NTML hashes bruteforcer"
HOMEPAGE="http://mdcrack.df.ru/"