diff options
author | Jeff Horelick <jdhore@gentoo.org> | 2012-05-03 18:16:40 +0000 |
---|---|---|
committer | Jeff Horelick <jdhore@gentoo.org> | 2012-05-03 18:16:40 +0000 |
commit | 62f4c813bd3b036df19c8184860051e4c212cd3f (patch) | |
tree | 52bfb012a3340d19486abb659a933c243561d30a /app-crypt/ophcrack/ophcrack-3.1.0-r2.ebuild | |
parent | Fix various qa issues. #317943 (diff) | |
download | historical-62f4c813bd3b036df19c8184860051e4c212cd3f.tar.gz historical-62f4c813bd3b036df19c8184860051e4c212cd3f.tar.bz2 historical-62f4c813bd3b036df19c8184860051e4c212cd3f.zip |
dev-util/pkgconfig -> virtual/pkgconfig
Package-Manager: portage-2.2.0_alpha101/cvs/Linux i686
Diffstat (limited to 'app-crypt/ophcrack/ophcrack-3.1.0-r2.ebuild')
-rw-r--r-- | app-crypt/ophcrack/ophcrack-3.1.0-r2.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/app-crypt/ophcrack/ophcrack-3.1.0-r2.ebuild b/app-crypt/ophcrack/ophcrack-3.1.0-r2.ebuild index bd2d6549d552..80788c445741 100644 --- a/app-crypt/ophcrack/ophcrack-3.1.0-r2.ebuild +++ b/app-crypt/ophcrack/ophcrack-3.1.0-r2.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2009 Gentoo Foundation +# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-crypt/ophcrack/ophcrack-3.1.0-r2.ebuild,v 1.3 2009/06/25 18:17:34 yngwin Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-crypt/ophcrack/ophcrack-3.1.0-r2.ebuild,v 1.4 2012/05/03 18:16:38 jdhore Exp $ EAPI="1" inherit eutils @@ -18,7 +18,7 @@ CDEPEND="dev-libs/openssl net-libs/netwib qt4? ( x11-libs/qt-gui:4 )" DEPEND="app-arch/unzip - >=dev-util/pkgconfig-0.22 + virtual/pkgconfig ${CDEPEND}" RDEPEND="app-crypt/ophcrack-tables ${CDEPEND}" |