Gentoo Archives: gentoo-commits

From: Mike Auty <ikelos@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-crypt/ophcrack/
Date: Fri, 01 Jun 2018 19:34:20
Message-Id: 1527881637.38ebb2937974e8e8f44fae32a3545a564c7eda5b.ikelos@gentoo
1 commit: 38ebb2937974e8e8f44fae32a3545a564c7eda5b
2 Author: Mike Auty <ikelos <AT> gentoo <DOT> org>
3 AuthorDate: Fri Jun 1 19:33:25 2018 +0000
4 Commit: Mike Auty <ikelos <AT> gentoo <DOT> org>
5 CommitDate: Fri Jun 1 19:33:57 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=38ebb293
7
8 app-crypt/ophcrack: Fix QA warning that repoman full didn't spot.
9
10 Package-Manager: Portage-2.3.40, Repoman-2.3.9
11
12 app-crypt/ophcrack/ophcrack-3.8.0.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/app-crypt/ophcrack/ophcrack-3.8.0.ebuild b/app-crypt/ophcrack/ophcrack-3.8.0.ebuild
16 index 9165b752e55..47dd6396381 100644
17 --- a/app-crypt/ophcrack/ophcrack-3.8.0.ebuild
18 +++ b/app-crypt/ophcrack/ophcrack-3.8.0.ebuild
19 @@ -17,7 +17,7 @@ CDEPEND="!libressl? ( dev-libs/openssl:0= )
20 libressl? ( dev-libs/libressl:0= )
21 net-libs/netwib
22 qt5? ( dev-qt/qtcharts:5
23 - dev-qt/qtgui:5 )"
24 + dev-qt/qtgui:5 )"
25 DEPEND="app-arch/unzip
26 virtual/pkgconfig
27 ${CDEPEND}"