diff options
author | Rick Farina <zerochaos@gentoo.org> | 2012-07-04 18:41:39 +0000 |
---|---|---|
committer | Rick Farina <zerochaos@gentoo.org> | 2012-07-04 18:41:39 +0000 |
commit | 129544e4e6242454d78e02166e0cfa5b5c764813 (patch) | |
tree | 43e3c6c1a6940cb974284cabf58f8ea7ee634b02 /app-crypt | |
parent | Fix up binary symlinks in gprolog install. Closes #424323 (diff) | |
download | gentoo-2-129544e4e6242454d78e02166e0cfa5b5c764813.tar.gz gentoo-2-129544e4e6242454d78e02166e0cfa5b5c764813.tar.bz2 gentoo-2-129544e4e6242454d78e02166e0cfa5b5c764813.zip |
fix DEPENDS properly and add app-arch/unzip
(Portage version: 2.1.11.4/cvs/Linux x86_64)
Diffstat (limited to 'app-crypt')
-rw-r--r-- | app-crypt/hashcat-gui/ChangeLog | 5 | ||||
-rw-r--r-- | app-crypt/hashcat-gui/hashcat-gui-0.5.1.ebuild | 7 |
2 files changed, 9 insertions, 3 deletions
diff --git a/app-crypt/hashcat-gui/ChangeLog b/app-crypt/hashcat-gui/ChangeLog index dcc4148d4b9c..3bfee0548a59 100644 --- a/app-crypt/hashcat-gui/ChangeLog +++ b/app-crypt/hashcat-gui/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-crypt/hashcat-gui # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-crypt/hashcat-gui/ChangeLog,v 1.2 2012/07/03 21:45:22 zerochaos Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-crypt/hashcat-gui/ChangeLog,v 1.3 2012/07/04 18:41:39 zerochaos Exp $ + + 04 Jul 2012; Rick Farina <zerochaos@gentoo.org> hashcat-gui-0.5.1.ebuild: + fix DEPENDS properly and add app-arch/unzip 03 Jul 2012; Rick Farina <zerochaos@gentoo.org> hashcat-gui-0.5.1.ebuild: address a few ebuild QA violations and style concerns diff --git a/app-crypt/hashcat-gui/hashcat-gui-0.5.1.ebuild b/app-crypt/hashcat-gui/hashcat-gui-0.5.1.ebuild index 079a5669073a..823f0b0deec8 100644 --- a/app-crypt/hashcat-gui/hashcat-gui-0.5.1.ebuild +++ b/app-crypt/hashcat-gui/hashcat-gui-0.5.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-crypt/hashcat-gui/hashcat-gui-0.5.1.ebuild,v 1.2 2012/07/03 21:45:22 zerochaos Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-crypt/hashcat-gui/hashcat-gui-0.5.1.ebuild,v 1.3 2012/07/04 18:41:39 zerochaos Exp $ EAPI=4 @@ -22,7 +22,10 @@ RDEPEND="app-crypt/hashcat-bin app-crypt/oclhashcat-lite-bin x11-libs/qt-gui x11-libs/qt-core" -DEPEND="${RDEPEND}" + +DEPEND="x11-libs/qt-gui + x11-libs/qt-core + app-arch/unzip" S="${WORKDIR}"/scandium-hashcat-gui-b6b01be/src |