diff options
author | 2006-09-17 20:48:15 +0000 | |
---|---|---|
committer | 2006-09-17 20:48:15 +0000 | |
commit | 39d4ad7c1773856a2ea15290ed10565012e2421e (patch) | |
tree | a6a82f00ffd542c14b7c6f33f97eb57dc092baad /sys-apps/hal | |
parent | Stable on x86 (#147882) (diff) | |
download | gentoo-2-39d4ad7c1773856a2ea15290ed10565012e2421e.tar.gz gentoo-2-39d4ad7c1773856a2ea15290ed10565012e2421e.tar.bz2 gentoo-2-39d4ad7c1773856a2ea15290ed10565012e2421e.zip |
typo: dev-libs/dbus-glibs -> dev-libs/dbus-glib
(Portage version: 2.1.2_pre1)
Diffstat (limited to 'sys-apps/hal')
-rw-r--r-- | sys-apps/hal/hal-0.5.7.1-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-apps/hal/hal-0.5.7.1-r1.ebuild b/sys-apps/hal/hal-0.5.7.1-r1.ebuild index be97eac87ec4..8d443d0ec8fd 100644 --- a/sys-apps/hal/hal-0.5.7.1-r1.ebuild +++ b/sys-apps/hal/hal-0.5.7.1-r1.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/hal/hal-0.5.7.1-r1.ebuild,v 1.2 2006/09/17 12:35:48 steev Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/hal/hal-0.5.7.1-r1.ebuild,v 1.3 2006/09/17 20:48:15 mr_bones_ Exp $ inherit eutils linux-info debug @@ -14,7 +14,7 @@ KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86" IUSE="acpi crypt debug doc dmi pcmcia selinux" RDEPEND=">=dev-libs/glib-2.6 - || ( dev-libs/dbus-glibs sys-apps/dbus ) + || ( dev-libs/dbus-glib sys-apps/dbus ) >=sys-fs/udev-078 >=sys-apps/util-linux-2.12r || ( >=sys-kernel/linux-headers-2.6 >=sys-kernel/mips-headers-2.6 ) |