commit:     3495f285faebe32cd43fa774aded960f6fb526a6
Author:     Alon Bar-Lev <alonbl <AT> gentoo <DOT> org>
AuthorDate: Sat Mar 25 20:43:34 2017 +0000
Commit:     Alon Bar-Lev <alonbl <AT> gentoo <DOT> org>
CommitDate: Sat Mar 25 21:46:31 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3495f285

app-crypt/rainbowcrack: cleanup eapi

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 app-crypt/rainbowcrack/rainbowcrack-1.6.1.ebuild | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/app-crypt/rainbowcrack/rainbowcrack-1.6.1.ebuild 
b/app-crypt/rainbowcrack/rainbowcrack-1.6.1.ebuild
index 8604b582f37..214401f6c34 100644
--- a/app-crypt/rainbowcrack/rainbowcrack-1.6.1.ebuild
+++ b/app-crypt/rainbowcrack/rainbowcrack-1.6.1.ebuild
@@ -2,6 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
+
 inherit eutils
 
 DESCRIPTION="Hash cracker that precomputes plaintext - ciphertext pairs in 
advance"
@@ -28,7 +29,7 @@ DOCS=(
 )
 
 src_unpack() {
-       unpack ${A}
+       default
        mv ${P}-linux* "${S}"
 }
 

Reply via email to