summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Auty <ikelos@gentoo.org>2009-08-31 21:53:26 +0000
committerMike Auty <ikelos@gentoo.org>2009-08-31 21:53:26 +0000
commit83bf2c876c60c458fc5cf0757bc00eba31937bba (patch)
tree26a5f1414765387cf7d84ab4e9f92f08325c7216 /app-crypt
parentVersion bump. Should fix cross-compilation issues. (diff)
downloadgentoo-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')
-rw-r--r--app-crypt/truecrypt/ChangeLog6
-rw-r--r--app-crypt/truecrypt/truecrypt-6.2.ebuild4
-rw-r--r--app-crypt/truecrypt/truecrypt-6.2a.ebuild4
3 files changed, 9 insertions, 5 deletions
diff --git a/app-crypt/truecrypt/ChangeLog b/app-crypt/truecrypt/ChangeLog
index c62ed9bbe495..9d121bce751d 100644
--- a/app-crypt/truecrypt/ChangeLog
+++ b/app-crypt/truecrypt/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for app-crypt/truecrypt
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-crypt/truecrypt/ChangeLog,v 1.49 2009/07/15 23:07:36 arfrever Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-crypt/truecrypt/ChangeLog,v 1.50 2009/08/31 21:53:26 ikelos Exp $
+
+ 31 Aug 2009; Mike Auty <ikelos@gentoo.org> truecrypt-6.2.ebuild,
+ truecrypt-6.2a.ebuild:
+ Making CONFIG_CHECK non-fatal for userland ebuilds, see bug 283320.
15 Jul 2009; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>
truecrypt-6.2a.ebuild:
diff --git a/app-crypt/truecrypt/truecrypt-6.2.ebuild b/app-crypt/truecrypt/truecrypt-6.2.ebuild
index 98b2264bdd5c..46ecb049e044 100644
--- a/app-crypt/truecrypt/truecrypt-6.2.ebuild
+++ b/app-crypt/truecrypt/truecrypt-6.2.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.2.ebuild,v 1.4 2009/05/21 17:39:53 arfrever Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-crypt/truecrypt/truecrypt-6.2.ebuild,v 1.5 2009/08/31 21:53:26 ikelos Exp $
EAPI="2"
@@ -31,7 +31,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"
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"