diff options
author | Mike Auty <ikelos@gentoo.org> | 2009-08-31 21:53:26 +0000 |
---|---|---|
committer | Mike Auty <ikelos@gentoo.org> | 2009-08-31 21:53:26 +0000 |
commit | 83bf2c876c60c458fc5cf0757bc00eba31937bba (patch) | |
tree | 26a5f1414765387cf7d84ab4e9f92f08325c7216 /app-crypt/truecrypt/truecrypt-6.2a.ebuild | |
parent | Version bump. Should fix cross-compilation issues. (diff) | |
download | gentoo-2-83bf2c876c60c458fc5cf0757bc00eba31937bba.tar.gz gentoo-2-83bf2c876c60c458fc5cf0757bc00eba31937bba.tar.bz2 gentoo-2-83bf2c876c60c458fc5cf0757bc00eba31937bba.zip |
Making CONFIG_CHECK non-fatal for userland ebuilds, see bug 283320.
(Portage version: 2.2_rc40/cvs/Linux i686)
Diffstat (limited to 'app-crypt/truecrypt/truecrypt-6.2a.ebuild')
-rw-r--r-- | app-crypt/truecrypt/truecrypt-6.2a.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-crypt/truecrypt/truecrypt-6.2a.ebuild b/app-crypt/truecrypt/truecrypt-6.2a.ebuild index e0898fe738b2..1b15abae398b 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.3 2009/07/15 23:07:36 arfrever Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-crypt/truecrypt/truecrypt-6.2a.ebuild,v 1.4 2009/08/31 21:53:26 ikelos Exp $ EAPI="2" @@ -33,7 +33,7 @@ pkg_nofetch() { } pkg_setup() { - local CONFIG_CHECK="BLK_DEV_DM DM_CRYPT FUSE_FS CRYPTO" + local CONFIG_CHECK="~BLK_DEV_DM ~DM_CRYPT ~FUSE_FS ~CRYPTO" linux-info_pkg_setup local WX_GTK_VER="2.8" |