diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2018-03-13 10:33:01 +0100 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2018-03-13 10:33:25 +0100 |
commit | a7990ab2ef9a6811b2571e76e8ed9aa8ca77b1cc (patch) | |
tree | 30bb3376e953508581aacc90099d2d5ad101099d /app-crypt/ophcrack | |
parent | sci-libs/silo: Drop old (diff) | |
download | gentoo-a7990ab2ef9a6811b2571e76e8ed9aa8ca77b1cc.tar.gz gentoo-a7990ab2ef9a6811b2571e76e8ed9aa8ca77b1cc.tar.bz2 gentoo-a7990ab2ef9a6811b2571e76e8ed9aa8ca77b1cc.zip |
app-crypt/ophcrack: Drop no-op USE=qt4
Package-Manager: Portage-2.3.24, Repoman-2.3.6
Diffstat (limited to 'app-crypt/ophcrack')
-rw-r--r-- | app-crypt/ophcrack/ophcrack-3.6.0.ebuild | 2 | ||||
-rw-r--r-- | app-crypt/ophcrack/ophcrack-3.7.0.ebuild | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/app-crypt/ophcrack/ophcrack-3.6.0.ebuild b/app-crypt/ophcrack/ophcrack-3.6.0.ebuild index af496d8184f3..1e5b264f0c76 100644 --- a/app-crypt/ophcrack/ophcrack-3.6.0.ebuild +++ b/app-crypt/ophcrack/ophcrack-3.6.0.ebuild @@ -11,7 +11,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2" LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ~ppc ~x86" -IUSE="debug libressl qt4 +tables" +IUSE="debug libressl +tables" CDEPEND="!libressl? ( dev-libs/openssl:0= ) libressl? ( dev-libs/libressl:0= ) diff --git a/app-crypt/ophcrack/ophcrack-3.7.0.ebuild b/app-crypt/ophcrack/ophcrack-3.7.0.ebuild index 661cfdd2e155..0e985ea1117c 100644 --- a/app-crypt/ophcrack/ophcrack-3.7.0.ebuild +++ b/app-crypt/ophcrack/ophcrack-3.7.0.ebuild @@ -11,7 +11,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2" LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ~ppc ~x86" -IUSE="debug libressl qt4 +tables" +IUSE="debug libressl +tables" CDEPEND="!libressl? ( dev-libs/openssl:0= ) libressl? ( dev-libs/libressl:0= ) |