diff options
author | Matt Housh <jaeger@crux.nu> | 2007-12-23 11:44:26 -0600 |
---|---|---|
committer | Matt Housh <jaeger@crux.nu> | 2007-12-23 11:44:26 -0600 |
commit | 96c9ba4be7b08ef8fbe755cc8bb44975cf6dfb69 (patch) | |
tree | 2904f9eb3c1a7c231e7b318272428324ef64041b | |
parent | faace1bf390bc0aeeb8c17889543b9c4c5187edc (diff) | |
download | opt-96c9ba4be7b08ef8fbe755cc8bb44975cf6dfb69.tar.gz opt-96c9ba4be7b08ef8fbe755cc8bb44975cf6dfb69.tar.xz |
hal, hal-info: reversed hal-info dependency to avoid confusionrelease-2.4
-rw-r--r-- | hal-info/Pkgfile | 1 | ||||
-rw-r--r-- | hal/Pkgfile | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/hal-info/Pkgfile b/hal-info/Pkgfile index db80583e7..93680ac63 100644 --- a/hal-info/Pkgfile +++ b/hal-info/Pkgfile @@ -1,6 +1,7 @@ # Description: Device information for HAL # URL: http://www.freedesktop.org/wiki/Software/hal # Maintainer: Matt Housh, jaeger at crux dot nu +# Depends on: hal name=hal-info version=20071030 diff --git a/hal/Pkgfile b/hal/Pkgfile index 99e85e037..21d0a0f0d 100644 --- a/hal/Pkgfile +++ b/hal/Pkgfile @@ -1,7 +1,7 @@ # Description: Hardware Abstraction Layer # URL: http://www.freedesktop.org/wiki/Software/hal # Maintainer: Matt Housh, jaeger at crux dot nu -# Depends on: dbus, dbus-glib, hal-info +# Depends on: dbus, dbus-glib name=hal version=0.5.10 |