diff options
author | Bernard Cafarelli <voyageur@gentoo.org> | 2011-04-20 15:35:43 +0000 |
---|---|---|
committer | Bernard Cafarelli <voyageur@gentoo.org> | 2011-04-20 15:35:43 +0000 |
commit | d8ec7901febda6c5403600e1d0f94c225d8a060f (patch) | |
tree | 9e7c50f4e95229b6dc9d1884b0b531ab8dd73eba /gnustep-apps/cdplayer/ChangeLog | |
parent | update freetype font patch, bug #360841 again (diff) | |
download | gentoo-2-d8ec7901febda6c5403600e1d0f94c225d8a060f.tar.gz gentoo-2-d8ec7901febda6c5403600e1d0f94c225d8a060f.tar.bz2 gentoo-2-d8ec7901febda6c5403600e1d0f94c225d8a060f.zip |
Fix compilation (use of bool keyword as variable name)
(Portage version: 2.2.0_alpha30/cvs/Linux x86_64)
Diffstat (limited to 'gnustep-apps/cdplayer/ChangeLog')
-rw-r--r-- | gnustep-apps/cdplayer/ChangeLog | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/gnustep-apps/cdplayer/ChangeLog b/gnustep-apps/cdplayer/ChangeLog index 08e12970fae1..afaf1870ebf3 100644 --- a/gnustep-apps/cdplayer/ChangeLog +++ b/gnustep-apps/cdplayer/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for gnustep-apps/cdplayer -# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/gnustep-apps/cdplayer/ChangeLog,v 1.1 2008/11/03 12:17:17 voyageur Exp $ +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/gnustep-apps/cdplayer/ChangeLog,v 1.2 2011/04/20 15:35:43 voyageur Exp $ + +*cdplayer-0.5-r1 (20 Apr 2011) + + 20 Apr 2011; Bernard Cafarelli <voyageur@gentoo.org> -cdplayer-0.5.ebuild, + +cdplayer-0.5-r1.ebuild: + Fix compilation (use of bool keyword as variable name) *cdplayer-0.5 (03 Nov 2008) |