diff options
author | Markos Chandras <hwoarang@gentoo.org> | 2013-03-02 19:14:06 +0000 |
---|---|---|
committer | Markos Chandras <hwoarang@gentoo.org> | 2013-03-02 19:14:06 +0000 |
commit | 73caac8850ec810a206eb509cb0aa9b516e24fa0 (patch) | |
tree | a25f0b1ecfd7fb477dbe6aa287d3a500798a4c4a /app-crypt | |
parent | Move Qt dependencies to the new category (diff) | |
download | gentoo-2-73caac8850ec810a206eb509cb0aa9b516e24fa0.tar.gz gentoo-2-73caac8850ec810a206eb509cb0aa9b516e24fa0.tar.bz2 gentoo-2-73caac8850ec810a206eb509cb0aa9b516e24fa0.zip |
Move Qt dependencies to the new category
(Portage version: 2.1.11.52/cvs/Linux x86_64, signed Manifest commit with key C2BA7F3C!)
Diffstat (limited to 'app-crypt')
-rw-r--r-- | app-crypt/hashcat-gui/ChangeLog | 7 | ||||
-rw-r--r-- | app-crypt/hashcat-gui/hashcat-gui-0.5.1.ebuild | 12 |
2 files changed, 11 insertions, 8 deletions
diff --git a/app-crypt/hashcat-gui/ChangeLog b/app-crypt/hashcat-gui/ChangeLog index dc82de9dcaaf..22b07d0c3c70 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.5 2012/08/25 22:32:36 zerochaos Exp $ +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-crypt/hashcat-gui/ChangeLog,v 1.6 2013/03/02 19:14:06 hwoarang Exp $ + + 02 Mar 2013; Markos Chandras <hwoarang@gentoo.org> hashcat-gui-0.5.1.ebuild: + Move Qt dependencies to the new category 25 Aug 2012; Rick Farina <zerochaos@gentoo.org> hashcat-gui-0.5.1.ebuild, metadata.xml: 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 b25e3ba48bac..4b833152705c 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 +# Copyright 1999-2013 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.5 2012/08/25 22:32:36 zerochaos Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-crypt/hashcat-gui/hashcat-gui-0.5.1.ebuild,v 1.6 2013/03/02 19:14:06 hwoarang Exp $ EAPI=4 @@ -22,11 +22,11 @@ RDEPEND="app-crypt/hashcat-bin app-crypt/oclhashcat-lite-bin ) opencl? ( app-crypt/oclhashcat-plus-bin app-crypt/oclhashcat-lite-bin ) - x11-libs/qt-gui:4 - x11-libs/qt-core:4" + dev-qt/qtgui:4 + dev-qt/qtcore:4" -DEPEND="x11-libs/qt-gui:4 - x11-libs/qt-core:4 +DEPEND="dev-qt/qtgui:4 + dev-qt/qtcore:4 app-arch/unzip" S="${WORKDIR}"/scandium-hashcat-gui-b6b01be/src |