diff options
author | Marinus Schraal <foser@gentoo.org> | 2004-12-02 21:45:07 +0000 |
---|---|---|
committer | Marinus Schraal <foser@gentoo.org> | 2004-12-02 21:45:07 +0000 |
commit | 988983ce00cd5bf93c75588fc5045566b670f4cf (patch) | |
tree | 5ffd27579b690ca7cfafceadb8d51be6124125a6 /sys-apps | |
parent | Fixed ChangeLog header. (Manifest recommit) (diff) | |
download | gentoo-2-988983ce00cd5bf93c75588fc5045566b670f4cf.tar.gz gentoo-2-988983ce00cd5bf93c75588fc5045566b670f4cf.tar.bz2 gentoo-2-988983ce00cd5bf93c75588fc5045566b670f4cf.zip |
fix glib dep
Diffstat (limited to 'sys-apps')
-rw-r--r-- | sys-apps/hal/ChangeLog | 3 | ||||
-rw-r--r-- | sys-apps/hal/hal-0.4.2.ebuild | 4 |
2 files changed, 4 insertions, 3 deletions
diff --git a/sys-apps/hal/ChangeLog b/sys-apps/hal/ChangeLog index 5271807fa98e..c36e097d5bfa 100644 --- a/sys-apps/hal/ChangeLog +++ b/sys-apps/hal/ChangeLog @@ -1,11 +1,12 @@ # 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.13 2004/12/02 21:35:05 foser Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/hal/ChangeLog,v 1.14 2004/12/02 21:45:07 foser Exp $ *hal-0.4.2 (02 Dec 2004) 02 Dec 2004; foser <foser@gentoo.org> hal-0.4.2.ebuild : New release, add proper debug & pcmcia USE flags + Up glib dep to 2.4 because of #71316 *hal-0.4.1-r1 (30 Nov 2004) diff --git a/sys-apps/hal/hal-0.4.2.ebuild b/sys-apps/hal/hal-0.4.2.ebuild index 2744057a7e25..4e7cfefd064f 100644 --- a/sys-apps/hal/hal-0.4.2.ebuild +++ b/sys-apps/hal/hal-0.4.2.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.4.2.ebuild,v 1.1 2004/12/02 21:35:05 foser Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/hal/hal-0.4.2.ebuild,v 1.2 2004/12/02 21:45:07 foser Exp $ inherit eutils python @@ -13,7 +13,7 @@ SLOT="0" KEYWORDS="~x86 ~amd64 ~ia64 ~ppc ~ppc64" IUSE="debug pcmcia" -RDEPEND=">=dev-libs/glib-2.2.2 +RDEPEND=">=dev-libs/glib-2.4 >=sys-apps/dbus-0.22-r1 dev-libs/expat sys-fs/udev |