diff options
author | Martin Schlemmer <azarah@gentoo.org> | 2001-10-15 00:02:10 +0000 |
---|---|---|
committer | Martin Schlemmer <azarah@gentoo.org> | 2001-10-15 00:02:10 +0000 |
commit | 91cec8693af6a0863aa09c6615d4a48f30882e34 (patch) | |
tree | 0edf25c116200a71bd3cffa4f26306295f9dd8ce /sys-apps | |
parent | added acpid (diff) | |
download | gentoo-2-91cec8693af6a0863aa09c6615d4a48f30882e34.tar.gz gentoo-2-91cec8693af6a0863aa09c6615d4a48f30882e34.tar.bz2 gentoo-2-91cec8693af6a0863aa09c6615d4a48f30882e34.zip |
DEPEND fixor
Diffstat (limited to 'sys-apps')
-rw-r--r-- | sys-apps/acpid/acpid-1.0.0.ebuild | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/sys-apps/acpid/acpid-1.0.0.ebuild b/sys-apps/acpid/acpid-1.0.0.ebuild index efaa74b0d14c..933ef72e4106 100644 --- a/sys-apps/acpid/acpid-1.0.0.ebuild +++ b/sys-apps/acpid/acpid-1.0.0.ebuild @@ -7,7 +7,10 @@ DESCRIPTION="Daemon for Advanced Configuration and Power Interface." SRC_URI="http://prdownloads.sourceforge.net/acpid/${P}.tar.gz" HOMEPAGE="http://acpid.sourceforge.net/" -DEPEND="virtual/glibc" +# We need the patched kernel with latest ACPI code, or else it will +# be broken. Hopefully it will be merge into release kernel soon. +DEPEND="virtual/glibc + >=sys-kernel/linux-sources-2.4.10-r4" src_compile() { |