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 | |
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)
-rw-r--r-- | sys-apps/hal/ChangeLog | 6 | ||||
-rw-r--r-- | sys-apps/hal/hal-0.4.5-r2.ebuild | 4 | ||||
-rw-r--r-- | sys-apps/hal/hal-0.4.7-r2.ebuild | 4 |
3 files changed, 9 insertions, 5 deletions
diff --git a/sys-apps/hal/ChangeLog b/sys-apps/hal/ChangeLog index d1265f6696bf..b5ff86e17030 100644 --- a/sys-apps/hal/ChangeLog +++ b/sys-apps/hal/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sys-apps/hal # Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/hal/ChangeLog,v 1.38 2005/06/06 12:24:05 corsair Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/hal/ChangeLog,v 1.39 2005/06/07 19:33:11 beu Exp $ + + 07 Jun 2005; Elfyn McBratney <beu@gentoo.org> hal-0.4.5-r2.ebuild, + hal-0.4.7-r2.ebuild: + Fix DEPEND (sys-kernel/linux26-headers is no longer in the tree). 06 Jun 2005; Markus Rothe <corsair@gentoo.org> hal-0.4.7-r2.ebuild: Stable on ppc64 diff --git a/sys-apps/hal/hal-0.4.5-r2.ebuild b/sys-apps/hal/hal-0.4.5-r2.ebuild index 97a586631a9d..2a0252c834a1 100644 --- a/sys-apps/hal/hal-0.4.5-r2.ebuild +++ b/sys-apps/hal/hal-0.4.5-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.5-r2.ebuild,v 1.11 2005/05/23 20:34:55 dsd Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/hal/hal-0.4.5-r2.ebuild,v 1.12 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 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 |