diff options
author | 2006-10-31 01:11:26 +0000 | |
---|---|---|
committer | 2006-10-31 01:11:26 +0000 | |
commit | 2b837d894f66d1285c6e6545d8f5f15929261aa9 (patch) | |
tree | 554d76d9c30f39708658432dae70c24c96f99775 /sys-apps/pmount/pmount-0.9.9.ebuild | |
parent | Version bump for new RC. (diff) | |
download | historical-2b837d894f66d1285c6e6545d8f5f15929261aa9.tar.gz historical-2b837d894f66d1285c6e6545d8f5f15929261aa9.tar.bz2 historical-2b837d894f66d1285c6e6545d8f5f15929261aa9.zip |
Fixing bug #150513 and bug #145135
Package-Manager: portage-2.1.2_pre3-r8
Diffstat (limited to 'sys-apps/pmount/pmount-0.9.9.ebuild')
-rw-r--r-- | sys-apps/pmount/pmount-0.9.9.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-apps/pmount/pmount-0.9.9.ebuild b/sys-apps/pmount/pmount-0.9.9.ebuild index ec2e005cc858..b62d4eb97916 100644 --- a/sys-apps/pmount/pmount-0.9.9.ebuild +++ b/sys-apps/pmount/pmount-0.9.9.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-apps/pmount/pmount-0.9.9.ebuild,v 1.12 2006/10/29 17:06:52 cardoe Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/pmount/pmount-0.9.9.ebuild,v 1.13 2006/10/31 01:11:26 cardoe Exp $ inherit eutils flag-o-matic @@ -13,7 +13,7 @@ SLOT="0" KEYWORDS="amd64 arm hppa ia64 ppc ppc64 sh sparc x86" IUSE="crypt" -DEPEND="|| ( >=sys-apps/dbus-core-0.91 >=sys-apps/dbus-0.33 ) +DEPEND=">=sys-apps/dbus-0.33 >=sys-apps/hal-0.5.2 >=sys-fs/sysfsutils-1.3.0 crypt? ( sys-fs/cryptsetup-luks )" |