summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Schlemmer <azarah@gentoo.org>2002-10-16 15:22:17 +0000
committerMartin Schlemmer <azarah@gentoo.org>2002-10-16 15:22:17 +0000
commit9b7239fb52a8e167c3d9b7789ae204015fe103a5 (patch)
treeb7804ab76b851dd8b6d0c1b87ff810ee575256b9 /sys-apps/acpid
parentmention python USE flag addition in changelog (diff)
downloadgentoo-2-9b7239fb52a8e167c3d9b7789ae204015fe103a5.tar.gz
gentoo-2-9b7239fb52a8e167c3d9b7789ae204015fe103a5.tar.bz2
gentoo-2-9b7239fb52a8e167c3d9b7789ae204015fe103a5.zip
fix hardcoded PV
Diffstat (limited to 'sys-apps/acpid')
-rw-r--r--sys-apps/acpid/acpid-1.0.1-r1.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-apps/acpid/acpid-1.0.1-r1.ebuild b/sys-apps/acpid/acpid-1.0.1-r1.ebuild
index 9fe1f08fab71..4e5bea45be64 100644
--- a/sys-apps/acpid/acpid-1.0.1-r1.ebuild
+++ b/sys-apps/acpid/acpid-1.0.1-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2002 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/acpid/acpid-1.0.1-r1.ebuild,v 1.1 2002/10/16 09:25:24 hanno Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/acpid/acpid-1.0.1-r1.ebuild,v 1.2 2002/10/16 15:22:17 azarah Exp $
S=${WORKDIR}/${P}
DESCRIPTION="Daemon for Advanced Configuration and Power Interface."
@@ -18,7 +18,7 @@ DEPEND="virtual/glibc
src_compile() {
make INSTPREFIX=${D} \
- CFLAGS="${CFLAGS} -DVERSION=\"\\\"1.0.1\\\"\"" || die
+ CFLAGS="${CFLAGS} -DVERSION=\"\\\"${PV}\\\"\"" || die
}
src_install () {