diff options
author | Doug Goldstein <cardoe@gentoo.org> | 2007-04-09 21:42:25 +0000 |
---|---|---|
committer | Doug Goldstein <cardoe@gentoo.org> | 2007-04-09 21:42:25 +0000 |
commit | 9906e8bd2964d6bd1c67ff7b62fccc45353c10e5 (patch) | |
tree | 246c65a54343328c5f33cfe964f70460b15d6978 /sys-apps | |
parent | Keyworded ~x86-fbsd wrt bug 173405 (diff) | |
download | gentoo-2-9906e8bd2964d6bd1c67ff7b62fccc45353c10e5.tar.gz gentoo-2-9906e8bd2964d6bd1c67ff7b62fccc45353c10e5.tar.bz2 gentoo-2-9906e8bd2964d6bd1c67ff7b62fccc45353c10e5.zip |
Gentoo/FreeBSD dep on libvolume_id. udev is only Linux as well.
(Portage version: 2.1.2.3)
Diffstat (limited to 'sys-apps')
-rw-r--r-- | sys-apps/hal/ChangeLog | 5 | ||||
-rw-r--r-- | sys-apps/hal/hal-0.5.9.ebuild | 5 |
2 files changed, 7 insertions, 3 deletions
diff --git a/sys-apps/hal/ChangeLog b/sys-apps/hal/ChangeLog index 48ec964787bc..55650bb7c458 100644 --- a/sys-apps/hal/ChangeLog +++ b/sys-apps/hal/ChangeLog @@ -1,6 +1,9 @@ # 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.152 2007/04/09 21:32:22 cardoe Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/hal/ChangeLog,v 1.153 2007/04/09 21:42:25 cardoe Exp $ + + 09 Apr 2007; Doug Goldstein <cardoe@gentoo.org> hal-0.5.9.ebuild: + Gentoo/FreeBSD dep on libvolume_id. udev is only Linux as well 09 Apr 2007; Doug Goldstein <cardoe@gentoo.org> hal-0.5.9.ebuild: INOTIFY -> INOTIFY_USER diff --git a/sys-apps/hal/hal-0.5.9.ebuild b/sys-apps/hal/hal-0.5.9.ebuild index 5b797692c618..6e5523a1edf5 100644 --- a/sys-apps/hal/hal-0.5.9.ebuild +++ b/sys-apps/hal/hal-0.5.9.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.ebuild,v 1.11 2007/04/09 21:32:22 cardoe Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/hal/hal-0.5.9.ebuild,v 1.12 2007/04/09 21:42:25 cardoe Exp $ inherit eutils linux-info autotools flag-o-matic @@ -17,9 +17,10 @@ IUSE="acpi crypt debug dell disk-partition doc pam pcmcia selinux ${KERNEL_IUSE} RDEPEND=">=dev-libs/glib-2.6 >=dev-libs/dbus-glib-0.61 - >=sys-fs/udev-104 + kernel_linux? ( >=sys-fs/udev-104 ) kernel_linux? ( >=sys-apps/util-linux-2.12r-r1 ) kernel_linux? ( >=sys-kernel/linux-headers-2.6.17 ) + kernel_FreeBSD? ( dev-libs/libvolume_id ) >=dev-libs/expat-1.95.8 >=sys-apps/pciutils-2.2.3 >=dev-libs/libusb-0.1.10a |