diff options
-rw-r--r-- | dev-libs/libtommath/ChangeLog | 6 | ||||
-rw-r--r-- | dev-libs/libtommath/files/libtommath-0.42.0-makefile.patch | 2 |
2 files changed, 6 insertions, 2 deletions
diff --git a/dev-libs/libtommath/ChangeLog b/dev-libs/libtommath/ChangeLog index 7b9205a123c5..4c23ee3b8683 100644 --- a/dev-libs/libtommath/ChangeLog +++ b/dev-libs/libtommath/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-libs/libtommath # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/libtommath/ChangeLog,v 1.43 2011/08/07 16:55:25 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libtommath/ChangeLog,v 1.44 2011/09/09 07:16:01 radhermit Exp $ + + 09 Sep 2011; Tim Harder <radhermit@gentoo.org> + files/libtommath-0.42.0-makefile.patch: + Remove whitespace. 07 Aug 2011; Raúl Porcel <armin76@gentoo.org> libtommath-0.42.0.ebuild: alpha/ia64/sparc stable wrt #376163 diff --git a/dev-libs/libtommath/files/libtommath-0.42.0-makefile.patch b/dev-libs/libtommath/files/libtommath-0.42.0-makefile.patch index 03dd5a25fda5..af0b37b9dac2 100644 --- a/dev-libs/libtommath/files/libtommath-0.42.0-makefile.patch +++ b/dev-libs/libtommath/files/libtommath-0.42.0-makefile.patch @@ -13,7 +13,7 @@ objs: $(OBJECTS) -+.c.o: ++.c.o: + $(LTCOMPILE) $(CFLAGS) $(LDFLAGS) -o $@ -c $< + $(LIBNAME): $(OBJECTS) |