diff options
author | Nirbheek Chauhan <nirbheek@gentoo.org> | 2012-03-30 19:29:22 +0000 |
---|---|---|
committer | Nirbheek Chauhan <nirbheek@gentoo.org> | 2012-03-30 19:29:22 +0000 |
commit | 5529e7337f6622e4dadb7e6b5b1a55d87c82d92e (patch) | |
tree | 17ac824866252eccf2adf3bbf69dbec2ddcd7515 /x11-libs/gdk-pixbuf | |
parent | Forgot SLOT dep in last commit. Readjust. (diff) | |
download | gentoo-2-5529e7337f6622e4dadb7e6b5b1a55d87c82d92e.tar.gz gentoo-2-5529e7337f6622e4dadb7e6b5b1a55d87c82d92e.tar.bz2 gentoo-2-5529e7337f6622e4dadb7e6b5b1a55d87c82d92e.zip |
Avoid eautoreconf
(Portage version: 2.2.0_alpha95/cvs/Linux x86_64)
Diffstat (limited to 'x11-libs/gdk-pixbuf')
-rw-r--r-- | x11-libs/gdk-pixbuf/ChangeLog | 5 | ||||
-rw-r--r-- | x11-libs/gdk-pixbuf/gdk-pixbuf-2.26.0.ebuild | 9 |
2 files changed, 9 insertions, 5 deletions
diff --git a/x11-libs/gdk-pixbuf/ChangeLog b/x11-libs/gdk-pixbuf/ChangeLog index f9468ba9dbb8..8647d31916a4 100644 --- a/x11-libs/gdk-pixbuf/ChangeLog +++ b/x11-libs/gdk-pixbuf/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-libs/gdk-pixbuf # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/gdk-pixbuf/ChangeLog,v 1.46 2012/03/27 04:45:56 tetromino Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/gdk-pixbuf/ChangeLog,v 1.47 2012/03/30 19:29:22 nirbheek Exp $ + + 30 Mar 2012; Nirbheek Chauhan <nirbheek@gentoo.org> gdk-pixbuf-2.26.0.ebuild: + Avoid eautoreconf *gdk-pixbuf-2.26.0 (27 Mar 2012) diff --git a/x11-libs/gdk-pixbuf/gdk-pixbuf-2.26.0.ebuild b/x11-libs/gdk-pixbuf/gdk-pixbuf-2.26.0.ebuild index c305fdc576ab..641410d24311 100644 --- a/x11-libs/gdk-pixbuf/gdk-pixbuf-2.26.0.ebuild +++ b/x11-libs/gdk-pixbuf/gdk-pixbuf-2.26.0.ebuild @@ -1,6 +1,6 @@ # 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.26.0.ebuild,v 1.1 2012/03/27 04:45:56 tetromino Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/gdk-pixbuf/gdk-pixbuf-2.26.0.ebuild,v 1.2 2012/03/30 19:29:22 nirbheek Exp $ EAPI="4" @@ -41,8 +41,9 @@ src_prepare() { # This will avoid polluting the pkg-config file with versioned libpng, # which is causing problems with libpng14 -> libpng15 upgrade # See upstream bug #667068 - sed -i -e 's:libpng15:libpng libpng15:' configure.ac || die - eautoreconf + sed -e 's:libpng15:libpng libpng15:' \ + -i configure || die + default } src_configure() { @@ -63,7 +64,7 @@ src_configure() { } src_install() { - emake DESTDIR="${D}" install + default dodoc AUTHORS NEWS* README* # New library, remove .la files |