diff options
author | Doug Goldstein <cardoe@gentoo.org> | 2007-08-31 14:19:51 +0000 |
---|---|---|
committer | Doug Goldstein <cardoe@gentoo.org> | 2007-08-31 14:19:51 +0000 |
commit | 6c9c544e2e0bc93fe6ad7eb84a16b306e8c0767e (patch) | |
tree | 6642a80493aeeab8aa3049b30f1bffaee442f6e5 /sys-apps/hal | |
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')
-rw-r--r-- | sys-apps/hal/ChangeLog | 6 | ||||
-rw-r--r-- | sys-apps/hal/hal-0.5.9-r1.ebuild | 5 | ||||
-rw-r--r-- | sys-apps/hal/hal-0.5.9.1-r1.ebuild | 5 | ||||
-rw-r--r-- | sys-apps/hal/hal-0.5.9.1-r2.ebuild | 5 |
4 files changed, 11 insertions, 10 deletions
diff --git a/sys-apps/hal/ChangeLog b/sys-apps/hal/ChangeLog index faf5ca6a479a..707760abbd90 100644 --- a/sys-apps/hal/ChangeLog +++ b/sys-apps/hal/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sys-apps/hal # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/hal/ChangeLog,v 1.208 2007/08/28 21:33:19 cardoe Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/hal/ChangeLog,v 1.209 2007/08/31 14:19:51 cardoe Exp $ + + 31 Aug 2007; Doug Goldstein <cardoe@gentoo.org> hal-0.5.9-r1.ebuild, + hal-0.5.9.1-r1.ebuild, hal-0.5.9.1-r2.ebuild: + change libparted depend as suggested by agaffney in bug #190860 *hal-0.5.9.1-r2 (28 Aug 2007) diff --git a/sys-apps/hal/hal-0.5.9-r1.ebuild b/sys-apps/hal/hal-0.5.9-r1.ebuild index 45446a500d79..d836824d486c 100644 --- a/sys-apps/hal/hal-0.5.9-r1.ebuild +++ b/sys-apps/hal/hal-0.5.9-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-r1.ebuild,v 1.16 2007/08/14 15:45:46 strerror Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/hal/hal-0.5.9-r1.ebuild,v 1.17 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.6 ) + disk-partition? ( <=sys-apps/parted-1.8.6 ) kernel_linux? ( crypt? ( || ( >=sys-fs/cryptsetup-1.0.5 >=sys-fs/cryptsetup-luks-1.0.1 ) ) ) selinux? ( sys-libs/libselinux 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 diff --git a/sys-apps/hal/hal-0.5.9.1-r2.ebuild b/sys-apps/hal/hal-0.5.9.1-r2.ebuild index 9a30b1d82d0c..e2525981d4f5 100644 --- a/sys-apps/hal/hal-0.5.9.1-r2.ebuild +++ b/sys-apps/hal/hal-0.5.9.1-r2.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-r2.ebuild,v 1.1 2007/08/28 21:33:19 cardoe Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/hal/hal-0.5.9.1-r2.ebuild,v 1.2 2007/08/31 14:19:51 cardoe Exp $ inherit eutils linux-info autotools flag-o-matic @@ -31,8 +31,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 |