diff options
author | Diego Elio Pettenò <flameeyes@gentoo.org> | 2006-06-01 23:35:00 +0000 |
---|---|---|
committer | Diego Elio Pettenò <flameeyes@gentoo.org> | 2006-06-01 23:35:00 +0000 |
commit | 2dd9337abbd11b6f34b7cab9e9f2f21335cd89fc (patch) | |
tree | cef214a9f0a72a48e0b4668095d8fac16d76eba4 /sys-fs/cryptsetup-luks/cryptsetup-luks-1.0.3-r2.ebuild | |
parent | Restrict confcache as per bug #134459. (diff) | |
download | gentoo-2-2dd9337abbd11b6f34b7cab9e9f2f21335cd89fc.tar.gz gentoo-2-2dd9337abbd11b6f34b7cab9e9f2f21335cd89fc.tar.bz2 gentoo-2-2dd9337abbd11b6f34b7cab9e9f2f21335cd89fc.zip |
Restrict confcache as epr bug #135202.
(Portage version: 2.1_rc3-r3)
Diffstat (limited to 'sys-fs/cryptsetup-luks/cryptsetup-luks-1.0.3-r2.ebuild')
-rw-r--r-- | sys-fs/cryptsetup-luks/cryptsetup-luks-1.0.3-r2.ebuild | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sys-fs/cryptsetup-luks/cryptsetup-luks-1.0.3-r2.ebuild b/sys-fs/cryptsetup-luks/cryptsetup-luks-1.0.3-r2.ebuild index c9df79f46edf..34362fd9ab6b 100644 --- a/sys-fs/cryptsetup-luks/cryptsetup-luks-1.0.3-r2.ebuild +++ b/sys-fs/cryptsetup-luks/cryptsetup-luks-1.0.3-r2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-fs/cryptsetup-luks/cryptsetup-luks-1.0.3-r2.ebuild,v 1.1 2006/06/01 09:39:59 strerror Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-fs/cryptsetup-luks/cryptsetup-luks-1.0.3-r2.ebuild,v 1.2 2006/06/01 23:35:00 flameeyes Exp $ inherit autotools linux-info eutils flag-o-matic @@ -19,6 +19,8 @@ DEPEND=">=sys-fs/device-mapper-1.00.07-r1 selinux? ( sys-libs/libselinux ) !sys-fs/cryptsetup" +RESTRICT="confcache" + dm-crypt_check() { ebegin "Checking for dm-crypt support" linux_chkconfig_present DM_CRYPT |