diff options
author | 2009-07-15 23:07:36 +0000 | |
---|---|---|
committer | 2009-07-15 23:07:36 +0000 | |
commit | b5aa0fbeed9df57e813cdd0e9c522ee7e9344b47 (patch) | |
tree | eec8dfb621598f3e9204717f099f28f3d77437b2 /app-crypt/truecrypt/truecrypt-6.2a.ebuild | |
parent | Fix building with app-crypt/gpgme-1.2.0 (bug #277886). Respect CC, LDFLAGS. (diff) | |
download | historical-b5aa0fbeed9df57e813cdd0e9c522ee7e9344b47.tar.gz historical-b5aa0fbeed9df57e813cdd0e9c522ee7e9344b47.tar.bz2 historical-b5aa0fbeed9df57e813cdd0e9c522ee7e9344b47.zip |
Add dependency on app-admin/sudo (bug #277373).
Package-Manager: portage-13827-svn/cvs/Linux x86_64
Diffstat (limited to 'app-crypt/truecrypt/truecrypt-6.2a.ebuild')
-rw-r--r-- | app-crypt/truecrypt/truecrypt-6.2a.ebuild | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/app-crypt/truecrypt/truecrypt-6.2a.ebuild b/app-crypt/truecrypt/truecrypt-6.2a.ebuild index 6b34c476f24a..e0898fe738b2 100644 --- a/app-crypt/truecrypt/truecrypt-6.2a.ebuild +++ b/app-crypt/truecrypt/truecrypt-6.2a.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-crypt/truecrypt/truecrypt-6.2a.ebuild,v 1.2 2009/07/07 22:54:27 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-crypt/truecrypt/truecrypt-6.2a.ebuild,v 1.3 2009/07/15 23:07:36 arfrever Exp $ EAPI="2" @@ -21,6 +21,8 @@ RDEPEND="|| ( >=sys-fs/lvm2-2.02.45 sys-fs/device-mapper ) x11-libs/wxGTK:2.8[X?]" DEPEND="${RDEPEND} || ( dev-libs/pkcs11-helper dev-libs/opensc )" +RDEPEND="${RDEPEND} + app-admin/sudo" S="${WORKDIR}/${P}-source" |