diff options
author | Daniel Robbins <drobbins@gentoo.org> | 2002-04-25 06:56:23 +0000 |
---|---|---|
committer | Daniel Robbins <drobbins@gentoo.org> | 2002-04-25 06:56:23 +0000 |
commit | 4231c5a5e56aa56ce67fd71e4766f009e334d028 (patch) | |
tree | a5ec9e6477ae49fae405beb59c74993478178fa5 /sys-apps/acpid | |
parent | global update: "virtual/kernel" has been depreciated and "virtual/linux-sources" (diff) | |
download | historical-4231c5a5e56aa56ce67fd71e4766f009e334d028.tar.gz historical-4231c5a5e56aa56ce67fd71e4766f009e334d028.tar.bz2 historical-4231c5a5e56aa56ce67fd71e4766f009e334d028.zip |
global update: "virtual/kernel" has been depreciated and "virtual/linux-sources"
should be used instead. "virtual/linux-sources" means "a kernel source tree in /usr/src/linux"
Diffstat (limited to 'sys-apps/acpid')
-rw-r--r-- | sys-apps/acpid/acpid-1.0.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-apps/acpid/acpid-1.0.0.ebuild b/sys-apps/acpid/acpid-1.0.0.ebuild index a353e53cb1fb..c1fdd5baaa87 100644 --- a/sys-apps/acpid/acpid-1.0.0.ebuild +++ b/sys-apps/acpid/acpid-1.0.0.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.0.ebuild,v 1.3 2001/12/31 23:47:55 azarah Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/acpid/acpid-1.0.0.ebuild,v 1.4 2002/04/25 06:56:23 drobbins 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 - >=sys-kernel/linux-sources-2.4.10-r4" + >=virtual/linux-sources-2.4.10-r4" src_compile() { |