summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'sys-power/cpudyn')
-rw-r--r--sys-power/cpudyn/ChangeLog7
-rw-r--r--sys-power/cpudyn/cpudyn-1.0.1.ebuild6
2 files changed, 8 insertions, 5 deletions
diff --git a/sys-power/cpudyn/ChangeLog b/sys-power/cpudyn/ChangeLog
index 8ef64732526e..7d267d954fd9 100644
--- a/sys-power/cpudyn/ChangeLog
+++ b/sys-power/cpudyn/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for sys-power/cpudyn
-# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-power/cpudyn/ChangeLog,v 1.10 2008/01/26 01:13:52 rich0 Exp $
+# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/sys-power/cpudyn/ChangeLog,v 1.11 2009/06/12 14:05:52 flameeyes Exp $
+
+ 12 Jun 2009; Diego E. Pettenò <flameeyes@gentoo.org> cpudyn-1.0.1.ebuild:
+ Fix prestripped files.
26 Jan 2008; Richard Freeman <rich0@gentoo.org> cpudyn-1.0.1.ebuild:
amd64 stable
diff --git a/sys-power/cpudyn/cpudyn-1.0.1.ebuild b/sys-power/cpudyn/cpudyn-1.0.1.ebuild
index b3e4fda658b2..28a7fb3d1659 100644
--- a/sys-power/cpudyn/cpudyn-1.0.1.ebuild
+++ b/sys-power/cpudyn/cpudyn-1.0.1.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2008 Gentoo Foundation
+# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-power/cpudyn/cpudyn-1.0.1.ebuild,v 1.7 2008/01/26 01:13:52 rich0 Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-power/cpudyn/cpudyn-1.0.1.ebuild,v 1.8 2009/06/12 14:05:52 flameeyes Exp $
inherit eutils
@@ -22,7 +22,7 @@ src_unpack() {
}
src_compile() {
- emake cpudynd || die "Compilation failed."
+ emake LDFLAGS="${LDFLAGS}" cpudynd || die "Compilation failed."
}
src_install() {