diff options
author | Alexandre Rostovtsev <tetromino@gentoo.org> | 2012-02-04 18:25:49 +0000 |
---|---|---|
committer | Alexandre Rostovtsev <tetromino@gentoo.org> | 2012-02-04 18:25:49 +0000 |
commit | 3adf8c62b40b29be8ed1607022068e5624b1e854 (patch) | |
tree | 5c6501616d379b8ad7ef439989bb22b504cfed8f /x11-libs/gdk-pixbuf | |
parent | Make python support optional. (diff) | |
download | gentoo-2-3adf8c62b40b29be8ed1607022068e5624b1e854.tar.gz gentoo-2-3adf8c62b40b29be8ed1607022068e5624b1e854.tar.bz2 gentoo-2-3adf8c62b40b29be8ed1607022068e5624b1e854.zip |
Drop superfluous elibtoolize call (bug #401983, thanks to Julian W.)
(Portage version: 2.2.0_alpha84/cvs/Linux x86_64)
Diffstat (limited to 'x11-libs/gdk-pixbuf')
-rw-r--r-- | x11-libs/gdk-pixbuf/ChangeLog | 8 | ||||
-rw-r--r-- | x11-libs/gdk-pixbuf/gdk-pixbuf-2.24.0-r1.ebuild | 6 |
2 files changed, 8 insertions, 6 deletions
diff --git a/x11-libs/gdk-pixbuf/ChangeLog b/x11-libs/gdk-pixbuf/ChangeLog index 5c611933c875..c765841de652 100644 --- a/x11-libs/gdk-pixbuf/ChangeLog +++ b/x11-libs/gdk-pixbuf/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for x11-libs/gdk-pixbuf -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/gdk-pixbuf/ChangeLog,v 1.44 2011/12/31 18:24:32 pacho Exp $ +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-libs/gdk-pixbuf/ChangeLog,v 1.45 2012/02/04 18:25:49 tetromino Exp $ + + 04 Feb 2012; Alexandre Rostovtsev <tetromino@gentoo.org> + gdk-pixbuf-2.24.0-r1.ebuild: + Drop superfluous elibtoolize call (bug #401983, thanks to Julian W.) *gdk-pixbuf-2.24.1 (31 Dec 2011) diff --git a/x11-libs/gdk-pixbuf/gdk-pixbuf-2.24.0-r1.ebuild b/x11-libs/gdk-pixbuf/gdk-pixbuf-2.24.0-r1.ebuild index 20470e7cec4e..925bb9deddae 100644 --- a/x11-libs/gdk-pixbuf/gdk-pixbuf-2.24.0-r1.ebuild +++ b/x11-libs/gdk-pixbuf/gdk-pixbuf-2.24.0-r1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2011 Gentoo Foundation +# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/gdk-pixbuf/gdk-pixbuf-2.24.0-r1.ebuild,v 1.10 2011/11/13 11:52:14 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/gdk-pixbuf/gdk-pixbuf-2.24.0-r1.ebuild,v 1.11 2012/02/04 18:25:49 tetromino Exp $ EAPI="4" @@ -43,8 +43,6 @@ src_prepare() { # This will avoid polluting the pkg-config file with versioned libpng, # which is causing problems with libpng14 -> libpng15 upgrade sed -i -e 's:libpng15:libpng libpng15:' configure.ac || die - - elibtoolize eautoreconf } |