diff options
author | Martin Schlemmer <azarah@gentoo.org> | 2002-10-16 15:22:17 +0000 |
---|---|---|
committer | Martin Schlemmer <azarah@gentoo.org> | 2002-10-16 15:22:17 +0000 |
commit | 2a98ba4803192458fd7a8aaf52801aeb7b4956ed (patch) | |
tree | 68fcc67e59737b7d60c7f1df1b22f47b5557ccad /sys-apps | |
parent | mention python USE flag addition in changelog (diff) | |
download | historical-2a98ba4803192458fd7a8aaf52801aeb7b4956ed.tar.gz historical-2a98ba4803192458fd7a8aaf52801aeb7b4956ed.tar.bz2 historical-2a98ba4803192458fd7a8aaf52801aeb7b4956ed.zip |
fix hardcoded PV
Diffstat (limited to 'sys-apps')
-rw-r--r-- | sys-apps/acpid/acpid-1.0.1-r1.ebuild | 4 |
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 () { |