diff options
author | Alon Bar-Lev <alonbl@gentoo.org> | 2017-03-26 00:36:21 +0300 |
---|---|---|
committer | Alon Bar-Lev <alonbl@gentoo.org> | 2017-03-26 00:46:37 +0300 |
commit | 904fa9b6e54773b9c0c651baf60f32b03a3b5071 (patch) | |
tree | 2440dbded9cf2660b1b541039a7d175bb69f06d4 /app-crypt | |
parent | app-crypt/pinentry: remove eutils (diff) | |
download | gentoo-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
Diffstat (limited to 'app-crypt')
-rw-r--r-- | app-crypt/mdcrack/mdcrack-1.2.ebuild | 2 |
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/" |