diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2013-12-13 06:15:46 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2013-12-13 06:15:46 +0000 |
commit | 1365c2a9f975ffbfd40fbe87dfb5f5f88290c8ec (patch) | |
tree | b1a6e5b136934336aec0e37e904cf22554696952 /sys-devel/make/ChangeLog | |
parent | Mask dev-lang/python-3.2*, unmask dev-lang/python-3.3* targets (bug #474128). (diff) | |
download | historical-1365c2a9f975ffbfd40fbe87dfb5f5f88290c8ec.tar.gz historical-1365c2a9f975ffbfd40fbe87dfb5f5f88290c8ec.tar.bz2 historical-1365c2a9f975ffbfd40fbe87dfb5f5f88290c8ec.zip |
Fix parsing problem of certain utf-8 encoded Makefiles using upstream patch. One of those reasons you'd get "*** missing separator. Stop." message.
Package-Manager: portage-2.2.7/cvs/Linux x86_64
Manifest-Sign-Key: 0x4868F14D
Diffstat (limited to 'sys-devel/make/ChangeLog')
-rw-r--r-- | sys-devel/make/ChangeLog | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/sys-devel/make/ChangeLog b/sys-devel/make/ChangeLog index 58a27c932c2d..6f73a79f167d 100644 --- a/sys-devel/make/ChangeLog +++ b/sys-devel/make/ChangeLog @@ -1,6 +1,13 @@ # ChangeLog for sys-devel/make # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/make/ChangeLog,v 1.116 2013/10/13 16:51:59 polynomial-c Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/make/ChangeLog,v 1.117 2013/12/13 06:15:37 ssuominen Exp $ + +*make-4.0-r1 (13 Dec 2013) + + 13 Dec 2013; Samuli Suominen <ssuominen@gentoo.org> + +files/make-4.0-char-cast.patch, +make-4.0-r1.ebuild: + Fix parsing problem of certain utf-8 encoded Makefiles using upstream patch. + One of those reasons you'd get "*** missing separator. Stop." message. *make-4.0 (13 Oct 2013) |