diff options
author | 2007-08-31 14:19:51 +0000 | |
---|---|---|
committer | 2007-08-31 14:19:51 +0000 | |
commit | 6c9c544e2e0bc93fe6ad7eb84a16b306e8c0767e (patch) | |
tree | 6642a80493aeeab8aa3049b30f1bffaee442f6e5 /sys-apps/hal/hal-0.5.9.1-r1.ebuild | |
parent | Fix module typo (diff) | |
download | gentoo-2-6c9c544e2e0bc93fe6ad7eb84a16b306e8c0767e.tar.gz gentoo-2-6c9c544e2e0bc93fe6ad7eb84a16b306e8c0767e.tar.bz2 gentoo-2-6c9c544e2e0bc93fe6ad7eb84a16b306e8c0767e.zip |
change libparted depend as suggested by agaffney in bug #190860
(Portage version: 2.1.3.7)
Diffstat (limited to 'sys-apps/hal/hal-0.5.9.1-r1.ebuild')
-rw-r--r-- | sys-apps/hal/hal-0.5.9.1-r1.ebuild | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/sys-apps/hal/hal-0.5.9.1-r1.ebuild b/sys-apps/hal/hal-0.5.9.1-r1.ebuild index f770b2ee1600..b4f4168cba1b 100644 --- a/sys-apps/hal/hal-0.5.9.1-r1.ebuild +++ b/sys-apps/hal/hal-0.5.9.1-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/hal/hal-0.5.9.1-r1.ebuild,v 1.8 2007/08/28 19:40:59 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/hal/hal-0.5.9.1-r1.ebuild,v 1.9 2007/08/31 14:19:51 cardoe Exp $ inherit eutils linux-info autotools flag-o-matic @@ -30,8 +30,7 @@ RDEPEND=">=dev-libs/glib-2.6 x86? ( >=sys-apps/dmidecode-2.7 ) ia64? ( >=sys-apps/dmidecode-2.7 ) dell? ( >=sys-libs/libsmbios-0.13.4 ) - disk-partition? ( >=sys-apps/parted-1.7.1 - <=sys-apps/parted-1.8.7 ) + disk-partition? ( <=sys-apps/parted-1.8.7 ) kernel_linux? ( crypt? ( || ( >=sys-fs/cryptsetup-1.0.5 >=sys-fs/cryptsetup-luks-1.0.1 ) ) ) selinux? ( sys-libs/libselinux |