summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Palimaka <kensington@gentoo.org>2012-07-27 18:21:33 +0000
committerMichael Palimaka <kensington@gentoo.org>2012-07-27 18:21:33 +0000
commit6d2845b88f0a0d49b09f65fe0f81b5ed6e075a48 (patch)
treec8c34e28bba20622da26657a88eaf9eb15917c94 /app-crypt
parentUse tc-export to enforce Gentoo default CC/CXX when $CHOST-clang is available. (diff)
downloadgentoo-2-6d2845b88f0a0d49b09f65fe0f81b5ed6e075a48.tar.gz
gentoo-2-6d2845b88f0a0d49b09f65fe0f81b5ed6e075a48.tar.bz2
gentoo-2-6d2845b88f0a0d49b09f65fe0f81b5ed6e075a48.zip
Add missing slot dependencies on Qt.
(Portage version: 2.1.11.9/cvs/Linux x86_64)
Diffstat (limited to 'app-crypt')
-rw-r--r--app-crypt/hashcat-gui/ChangeLog6
-rw-r--r--app-crypt/hashcat-gui/hashcat-gui-0.5.1.ebuild10
2 files changed, 10 insertions, 6 deletions
diff --git a/app-crypt/hashcat-gui/ChangeLog b/app-crypt/hashcat-gui/ChangeLog
index 3bfee0548a59..d7baa98da756 100644
--- a/app-crypt/hashcat-gui/ChangeLog
+++ b/app-crypt/hashcat-gui/ChangeLog
@@ -1,6 +1,10 @@
# 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.3 2012/07/04 18:41:39 zerochaos Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-crypt/hashcat-gui/ChangeLog,v 1.4 2012/07/27 18:21:33 kensington Exp $
+
+ 27 Jul 2012; Michael Palimaka <kensington@gentoo.org>
+ hashcat-gui-0.5.1.ebuild:
+ Add missing slot dependencies on Qt.
04 Jul 2012; Rick Farina <zerochaos@gentoo.org> hashcat-gui-0.5.1.ebuild:
fix DEPENDS properly and add app-arch/unzip
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 823f0b0deec8..9ba0e1cffb16 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.3 2012/07/04 18:41:39 zerochaos Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-crypt/hashcat-gui/hashcat-gui-0.5.1.ebuild,v 1.4 2012/07/27 18:21:33 kensington Exp $
EAPI=4
@@ -20,11 +20,11 @@ IUSE=""
RDEPEND="app-crypt/hashcat-bin
app-crypt/oclhashcat-plus-bin
app-crypt/oclhashcat-lite-bin
- x11-libs/qt-gui
- x11-libs/qt-core"
+ x11-libs/qt-gui:4
+ x11-libs/qt-core:4"
-DEPEND="x11-libs/qt-gui
- x11-libs/qt-core
+DEPEND="x11-libs/qt-gui:4
+ x11-libs/qt-core:4
app-arch/unzip"
S="${WORKDIR}"/scandium-hashcat-gui-b6b01be/src