diff options
author | Marinus Schraal <foser@gentoo.org> | 2004-09-21 14:35:19 +0000 |
---|---|---|
committer | Marinus Schraal <foser@gentoo.org> | 2004-09-21 14:35:19 +0000 |
commit | c7f3da729baf74730c16ca93b350b38e0505220c (patch) | |
tree | a29c3dfdfe3f177bc96dfd6c8bd8c47f9df68402 | |
parent | changelog update (Manifest recommit) (diff) | |
download | gentoo-2-c7f3da729baf74730c16ca93b350b38e0505220c.tar.gz gentoo-2-c7f3da729baf74730c16ca93b350b38e0505220c.tar.bz2 gentoo-2-c7f3da729baf74730c16ca93b350b38e0505220c.zip |
dep fix
-rw-r--r-- | sys-apps/hal/ChangeLog | 5 | ||||
-rw-r--r-- | sys-apps/hal/hal-0.2.98.ebuild | 5 |
2 files changed, 7 insertions, 3 deletions
diff --git a/sys-apps/hal/ChangeLog b/sys-apps/hal/ChangeLog index 66f34cf6b605..047bafa495c1 100644 --- a/sys-apps/hal/ChangeLog +++ b/sys-apps/hal/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-apps/hal # Copyright 1999-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/hal/ChangeLog,v 1.4 2004/09/20 22:58:00 foser Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/hal/ChangeLog,v 1.5 2004/09/21 14:35:19 foser Exp $ + + 21 Sep 2004; foser <foser@gentoo.org> hal-0.2.98.ebuild : + Add kernel26-headers dep, because of several reports (#64851) *hal-0.2.98 (21 Sep 2004) diff --git a/sys-apps/hal/hal-0.2.98.ebuild b/sys-apps/hal/hal-0.2.98.ebuild index d24fbbfe41c6..090c7d69c496 100644 --- a/sys-apps/hal/hal-0.2.98.ebuild +++ b/sys-apps/hal/hal-0.2.98.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/hal/hal-0.2.98.ebuild,v 1.1 2004/09/20 22:58:00 foser Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/hal/hal-0.2.98.ebuild,v 1.2 2004/09/21 14:35:19 foser Exp $ inherit eutils debug python @@ -19,7 +19,8 @@ RDEPEND=">=dev-libs/glib-2.2.2 dev-libs/expat sys-fs/udev sys-apps/hotplug - sys-libs/libcap" + sys-libs/libcap + sys-kernel/linux26-headers" DEPEND="${RDEPEND} dev-util/pkgconfig" |