diff options
author | 2008-06-27 14:49:01 +0000 | |
---|---|---|
committer | 2008-06-27 14:49:01 +0000 | |
commit | e05db2429b192618a4027ebab4476706d542cc13 (patch) | |
tree | 0c616ab86436d749c75a23f4b2734c508d3ab31c /sys-apps/hal | |
parent | Cleanup old ebuilds. (diff) | |
download | historical-e05db2429b192618a4027ebab4476706d542cc13.tar.gz historical-e05db2429b192618a4027ebab4476706d542cc13.tar.bz2 historical-e05db2429b192618a4027ebab4476706d542cc13.zip |
Fix depend on hal-info to accept newer versions
Package-Manager: portage-2.1.4.4
Diffstat (limited to 'sys-apps/hal')
-rw-r--r-- | sys-apps/hal/ChangeLog | 5 | ||||
-rw-r--r-- | sys-apps/hal/hal-0.5.11-r1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sys-apps/hal/ChangeLog b/sys-apps/hal/ChangeLog index 79e3a444cb42..d79aba6c9130 100644 --- a/sys-apps/hal/ChangeLog +++ b/sys-apps/hal/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-apps/hal # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/hal/ChangeLog,v 1.242 2008/06/23 16:19:27 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/hal/ChangeLog,v 1.243 2008/06/27 14:49:01 tester Exp $ + + 27 Jun 2008; Olivier Crête <tester@gentoo.org> hal-0.5.11-r1.ebuild: + Fix depend on hal-info to accept newer versions 23 Jun 2008; Jeroen Roovers <jer@gentoo.org> hal-0.5.11-r1.ebuild: Stable for HPPA (bug #222219). diff --git a/sys-apps/hal/hal-0.5.11-r1.ebuild b/sys-apps/hal/hal-0.5.11-r1.ebuild index 2b36794f1dab..82e5943bf5f4 100644 --- a/sys-apps/hal/hal-0.5.11-r1.ebuild +++ b/sys-apps/hal/hal-0.5.11-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/hal/hal-0.5.11-r1.ebuild,v 1.4 2008/06/23 16:19:27 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/hal/hal-0.5.11-r1.ebuild,v 1.5 2008/06/27 14:49:01 tester Exp $ inherit eutils linux-info autotools flag-o-matic @@ -54,7 +54,7 @@ DEPEND="${RDEPEND} app-text/xmlto dev-libs/libxml2 )" -PDEPEND="=app-misc/hal-info-20080310 +PDEPEND=">=app-misc/hal-info-20080310 !gnome-extra/hal-device-manager laptop? ( >=sys-power/pm-utils-0.99.3 )" |