summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2010-06-04 07:42:52 +0000
committerMichał Górny <mgorny@gentoo.org>2010-06-04 07:42:52 +0000
commitc419596198654a5fa7f577e57628f9f8361cdab4 (patch)
tree9f64d71742947a785b020090709e3a877cafc7ba /app-arch/zpaq/ChangeLog
parentdev-python/python-gudev: New Ebuild for bug 322557 thanks to hwoarang (diff)
downloadsunrise-c419596198654a5fa7f577e57628f9f8361cdab4.tar.gz
sunrise-c419596198654a5fa7f577e57628f9f8361cdab4.tar.bz2
sunrise-c419596198654a5fa7f577e57628f9f8361cdab4.zip
app-arch/zpaq: Use single sed for zpaqmake, use emake to compile executables. Due to the limitations of implicit make rules, zpaq.o needed to be renamed to zpaqstub.o.
svn path=/sunrise/; revision=10641
Diffstat (limited to 'app-arch/zpaq/ChangeLog')
-rw-r--r--app-arch/zpaq/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/app-arch/zpaq/ChangeLog b/app-arch/zpaq/ChangeLog
index e36a34a41..71036fcd0 100644
--- a/app-arch/zpaq/ChangeLog
+++ b/app-arch/zpaq/ChangeLog
@@ -2,6 +2,12 @@
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
# $Header: $
+ 04 Jun 2010; Michał Górny (sedzimir) <gentoo@mgorny.alt.pl>
+ zpaq-1.10.ebuild, files/zpaqmake.in:
+ Use single sed for zpaqmake, use emake to compile executables. Due to the
+ limitations of implicit make rules, zpaq.o needed to be renamed to
+ zpaqstub.o.
+
31 May 2010; Michał Górny (sedzimir) <gentoo@mgorny.alt.pl>
zpaq-1.10.ebuild:
Declare CXX earlier and do not quote it.