diff options
author | Elfyn McBratney <beu@gentoo.org> | 2005-06-07 19:33:11 +0000 |
---|---|---|
committer | Elfyn McBratney <beu@gentoo.org> | 2005-06-07 19:33:11 +0000 |
commit | 87151e1ae464802f04caf1fc203d3ccd78dec98d (patch) | |
tree | 619a61ec65f6758e5004c5d1ed165d81709df9a6 /sys-apps/hal/hal-0.4.7-r2.ebuild | |
parent | Version bump (diff) | |
download | gentoo-2-87151e1ae464802f04caf1fc203d3ccd78dec98d.tar.gz gentoo-2-87151e1ae464802f04caf1fc203d3ccd78dec98d.tar.bz2 gentoo-2-87151e1ae464802f04caf1fc203d3ccd78dec98d.zip |
Fix DEPEND (sys-kernel/linux26-headers is no-longer in the tree).
(Portage version: 2.0.51.22-r1)
Diffstat (limited to 'sys-apps/hal/hal-0.4.7-r2.ebuild')
-rw-r--r-- | sys-apps/hal/hal-0.4.7-r2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-apps/hal/hal-0.4.7-r2.ebuild b/sys-apps/hal/hal-0.4.7-r2.ebuild index 0f30daf8927d..26eeef7bb2b6 100644 --- a/sys-apps/hal/hal-0.4.7-r2.ebuild +++ b/sys-apps/hal/hal-0.4.7-r2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/hal/hal-0.4.7-r2.ebuild,v 1.5 2005/06/06 12:24:05 corsair Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/hal/hal-0.4.7-r2.ebuild,v 1.6 2005/06/07 19:33:11 beu Exp $ inherit eutils python linux-info versionator flag-o-matic @@ -21,7 +21,7 @@ RDEPEND=">=dev-libs/glib-2.4 sys-libs/libcap dev-libs/popt >=sys-apps/util-linux-2.12i - || ( >=sys-kernel/linux-headers-2.6 sys-kernel/linux26-headers )" + >=sys-kernel/linux-headers-2.6" DEPEND="${RDEPEND} dev-util/pkgconfig |