diff options
author | Diego Elio Pettenò <flameeyes@gentoo.org> | 2008-11-17 19:53:00 +0000 |
---|---|---|
committer | Diego Elio Pettenò <flameeyes@gentoo.org> | 2008-11-17 19:53:00 +0000 |
commit | db96d3e16a609bee5b0aaa3bef189f0a166d52bc (patch) | |
tree | 3c550ae2602f6e03b70c3d190e2324db0aee6f7f | |
parent | Fix patch to apply. (diff) | |
download | gentoo-2-db96d3e16a609bee5b0aaa3bef189f0a166d52bc.tar.gz gentoo-2-db96d3e16a609bee5b0aaa3bef189f0a166d52bc.tar.bz2 gentoo-2-db96d3e16a609bee5b0aaa3bef189f0a166d52bc.zip |
Fix patch to apply.
(Portage version: 2.2_rc14/cvs/Linux 2.6.27-gentoo-r2 x86_64)
-rw-r--r-- | app-arch/ppmd/ChangeLog | 6 | ||||
-rw-r--r-- | app-arch/ppmd/files/ppmd-p10-makefile.patch | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/app-arch/ppmd/ChangeLog b/app-arch/ppmd/ChangeLog index 595ba6eaea37..30541bf59cc1 100644 --- a/app-arch/ppmd/ChangeLog +++ b/app-arch/ppmd/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-arch/ppmd # Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-arch/ppmd/ChangeLog,v 1.34 2008/06/18 02:42:22 darkside Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-arch/ppmd/ChangeLog,v 1.35 2008/11/17 19:53:00 flameeyes Exp $ + + 17 Nov 2008; Diego E. Pettenò <flameeyes@gentoo.org> + files/ppmd-p10-makefile.patch: + Fix patch to apply. 18 Jun 2008; Jeremy Olexa <darkside@gentoo.org> -ppmd-9.1_p8.ebuild: remove old. bug #226529 diff --git a/app-arch/ppmd/files/ppmd-p10-makefile.patch b/app-arch/ppmd/files/ppmd-p10-makefile.patch index f73a187e613d..87e5ee835954 100644 --- a/app-arch/ppmd/files/ppmd-p10-makefile.patch +++ b/app-arch/ppmd/files/ppmd-p10-makefile.patch @@ -1,5 +1,5 @@ ---- /root/Makefile 2005-09-27 18:36:20.000000000 -0500 -+++ Makefile 2005-09-27 18:55:59.000000000 -0500 +--- a/Makefile 2005-09-27 18:36:20.000000000 -0500 ++++ b/Makefile 2005-09-27 18:55:59.000000000 -0500 @@ -3,16 +3,12 @@ TARGET = PPMd OBJS = PPMd.o Model.o |