diff options
author | Martin Schlemmer <azarah@gentoo.org> | 2002-06-13 18:43:55 +0000 |
---|---|---|
committer | Martin Schlemmer <azarah@gentoo.org> | 2002-06-13 18:43:55 +0000 |
commit | cd8f03ae6d5ce7ff9aea98f86bc82a5d4673936e (patch) | |
tree | 1e4cf7cf37a12846e77b9ac289404add1b8c0281 /sys-apps/acpid/acpid-1.0.1.ebuild | |
parent | repoman goes to town (diff) | |
download | gentoo-2-cd8f03ae6d5ce7ff9aea98f86bc82a5d4673936e.tar.gz gentoo-2-cd8f03ae6d5ce7ff9aea98f86bc82a5d4673936e.tar.bz2 gentoo-2-cd8f03ae6d5ce7ff9aea98f86bc82a5d4673936e.zip |
fix depend
Diffstat (limited to 'sys-apps/acpid/acpid-1.0.1.ebuild')
-rw-r--r-- | sys-apps/acpid/acpid-1.0.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-apps/acpid/acpid-1.0.1.ebuild b/sys-apps/acpid/acpid-1.0.1.ebuild index 19a901bf04fd..cd001f7b8ef6 100644 --- a/sys-apps/acpid/acpid-1.0.1.ebuild +++ b/sys-apps/acpid/acpid-1.0.1.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Maintainer: Martin Schlemmer <azarah@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/sys-apps/acpid/acpid-1.0.1.ebuild,v 1.1 2002/05/21 20:54:03 azarah Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/acpid/acpid-1.0.1.ebuild,v 1.2 2002/06/13 18:43:55 azarah Exp $ S=${WORKDIR}/${P} DESCRIPTION="Daemon for Advanced Configuration and Power Interface." @@ -11,7 +11,7 @@ HOMEPAGE="http://acpid.sourceforge.net/" # 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 - >=virtual/linux-sources-2.4.10-r4" + virtual/linux-sources" src_compile() { |