diff options
author | Alexandre Rostovtsev <tetromino@gentoo.org> | 2012-04-12 17:04:23 +0000 |
---|---|---|
committer | Alexandre Rostovtsev <tetromino@gentoo.org> | 2012-04-12 17:04:23 +0000 |
commit | 38f8d1fe60b644a5be26a5d0f206d4b5806b9640 (patch) | |
tree | a84b01cfe19d08310e3a9eea4faab5b90d779af3 /x11-libs/gdk-pixbuf | |
parent | Pin telepathy-qt dep to 0.8.x (bug 411111). Add runtime dep on app-crypt/qca-... (diff) | |
download | gentoo-2-38f8d1fe60b644a5be26a5d0f206d4b5806b9640.tar.gz gentoo-2-38f8d1fe60b644a5be26a5d0f206d4b5806b9640.tar.bz2 gentoo-2-38f8d1fe60b644a5be26a5d0f206d4b5806b9640.zip |
autotools eclass not needed.
(Portage version: 2.2.0_alpha100/cvs/Linux x86_64)
Diffstat (limited to 'x11-libs/gdk-pixbuf')
-rw-r--r-- | x11-libs/gdk-pixbuf/ChangeLog | 6 | ||||
-rw-r--r-- | x11-libs/gdk-pixbuf/gdk-pixbuf-2.26.0.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/x11-libs/gdk-pixbuf/ChangeLog b/x11-libs/gdk-pixbuf/ChangeLog index 8647d31916a4..8e44a2f44e08 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-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/gdk-pixbuf/ChangeLog,v 1.47 2012/03/30 19:29:22 nirbheek Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/gdk-pixbuf/ChangeLog,v 1.48 2012/04/12 17:04:23 tetromino Exp $ + + 12 Apr 2012; Alexandre Rostovtsev <tetromino@gentoo.org> + gdk-pixbuf-2.26.0.ebuild: + autotools eclass not needed. 30 Mar 2012; Nirbheek Chauhan <nirbheek@gentoo.org> gdk-pixbuf-2.26.0.ebuild: Avoid eautoreconf 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 641410d24311..1eea78fcbb23 100644 --- a/x11-libs/gdk-pixbuf/gdk-pixbuf-2.26.0.ebuild +++ b/x11-libs/gdk-pixbuf/gdk-pixbuf-2.26.0.ebuild @@ -1,10 +1,10 @@ # 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.2 2012/03/30 19:29:22 nirbheek Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/gdk-pixbuf/gdk-pixbuf-2.26.0.ebuild,v 1.3 2012/04/12 17:04:23 tetromino Exp $ EAPI="4" -inherit gnome.org multilib libtool autotools +inherit gnome.org multilib libtool DESCRIPTION="Image loading library for GTK+" HOMEPAGE="http://www.gtk.org/" |