diff options
author | Jakub Moc <jakub@gentoo.org> | 2007-01-07 11:32:56 +0000 |
---|---|---|
committer | Jakub Moc <jakub@gentoo.org> | 2007-01-07 11:32:56 +0000 |
commit | 35d1919066522e947faa8f65638743b6d64ff46c (patch) | |
tree | 7410cb2f283ca73cc4ad2906a8e43edc21c66aac /sys-fs/cryptmount/cryptmount-1.2.ebuild | |
parent | Complete ebuild rewrite (diff) | |
download | sunrise-35d1919066522e947faa8f65638743b6d64ff46c.tar.gz sunrise-35d1919066522e947faa8f65638743b6d64ff46c.tar.bz2 sunrise-35d1919066522e947faa8f65638743b6d64ff46c.zip |
sys-fs/cryptmount: Fix gettext dependencies
svn path=/sunrise/; revision=2657
Diffstat (limited to 'sys-fs/cryptmount/cryptmount-1.2.ebuild')
-rw-r--r-- | sys-fs/cryptmount/cryptmount-1.2.ebuild | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/sys-fs/cryptmount/cryptmount-1.2.ebuild b/sys-fs/cryptmount/cryptmount-1.2.ebuild index 2b9a219b7..01225d57e 100644 --- a/sys-fs/cryptmount/cryptmount-1.2.ebuild +++ b/sys-fs/cryptmount/cryptmount-1.2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2006 Gentoo Foundation +# Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ @@ -13,11 +13,13 @@ SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="nls ssl" -DEPEND="sys-fs/device-mapper +RDEPEND="sys-fs/device-mapper >=dev-libs/libgcrypt-1.1.94 ssl? ( dev-libs/openssl ) + nls? ( virtual/libintl )" +DEPEND="${RDEPEND} nls? ( sys-devel/gettext )" -RDEPEND="${DEPEND}" + CONFIG_CHECK="BLK_DEV_DM" ERROR_BLK_DEV_DM="Please enable Device mapper support in your kernel config -> Device Drivers |