diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2012-06-16 12:55:24 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2012-06-16 12:55:24 +0000 |
commit | f2fc76d69a350d090694f70b23567092c64919a4 (patch) | |
tree | eb08931f3d38eec07655ea3bb9af3a966573a347 /media-gfx | |
parent | Update to use the new GitHub repository in the gentoo organisation. (diff) | |
download | gentoo-2-f2fc76d69a350d090694f70b23567092c64919a4.tar.gz gentoo-2-f2fc76d69a350d090694f70b23567092c64919a4.tar.bz2 gentoo-2-f2fc76d69a350d090694f70b23567092c64919a4.zip |
off-by-one... typo
(Portage version: 2.2.0_alpha110/cvs/Linux x86_64)
Diffstat (limited to 'media-gfx')
-rw-r--r-- | media-gfx/comical/ChangeLog | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/media-gfx/comical/ChangeLog b/media-gfx/comical/ChangeLog index 53a186b578b9..1e69b95efc4d 100644 --- a/media-gfx/comical/ChangeLog +++ b/media-gfx/comical/ChangeLog @@ -1,12 +1,12 @@ # ChangeLog for media-gfx/comical # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/comical/ChangeLog,v 1.16 2012/06/16 12:47:31 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-gfx/comical/ChangeLog,v 1.17 2012/06/16 12:55:24 ssuominen Exp $ *comical-0.8-r3 (16 Jun 2012) 16 Jun 2012; Samuli Suominen <ssuominen@gentoo.org> +comical-0.8-r3.ebuild, +files/comical-0.8-syslibs.patch, files/comical.desktop: - Ensure x11-libs/wxGTK has USE="X" enabled wrt #407267 and Use system + Ensure x11-libs/wxGTK has USE="X" enabled wrt #407267 and use system libminizip and libunrar wrt #407269 by Piotr Szymaniak. Remove redudant Comment= from desktop entry. Use CXX and CXXFLAGS instead of CC and CFLAGS for g++. Stop using LDFLAGS for passing libraries and use LDLIBS instead. |