diff options
author | Markus Meier <maekke@gentoo.org> | 2012-04-29 16:15:56 +0000 |
---|---|---|
committer | Markus Meier <maekke@gentoo.org> | 2012-04-29 16:15:56 +0000 |
commit | 15f921ca573ccaebbca7b7f0a2083bf93f8fccef (patch) | |
tree | 1aefc7d776a050206f31e43b3d0692bfc5018fb5 /x11-libs/gdk-pixbuf | |
parent | removed unneeded unifdef handling; added LINGUAS support (diff) | |
download | gentoo-2-15f921ca573ccaebbca7b7f0a2083bf93f8fccef.tar.gz gentoo-2-15f921ca573ccaebbca7b7f0a2083bf93f8fccef.tar.bz2 gentoo-2-15f921ca573ccaebbca7b7f0a2083bf93f8fccef.zip |
x86 stable, bug #410611
(Portage version: 2.1.10.57/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.24.1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/x11-libs/gdk-pixbuf/ChangeLog b/x11-libs/gdk-pixbuf/ChangeLog index e565a075a676..700e92fd9967 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.61 2012/04/29 14:43:58 grobian Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/gdk-pixbuf/ChangeLog,v 1.62 2012/04/29 16:15:56 maekke Exp $ + + 29 Apr 2012; Markus Meier <maekke@gentoo.org> gdk-pixbuf-2.24.1.ebuild: + x86 stable, bug #410611 29 Apr 2012; Fabian Groffen <grobian@gentoo.org> gdk-pixbuf-2.26.1.ebuild: Run elibtoolize to fix gdk-pixbuf-loader not finding its own loaders on Darwin diff --git a/x11-libs/gdk-pixbuf/gdk-pixbuf-2.24.1.ebuild b/x11-libs/gdk-pixbuf/gdk-pixbuf-2.24.1.ebuild index cc9ab25f563d..fd842fd27693 100644 --- a/x11-libs/gdk-pixbuf/gdk-pixbuf-2.24.1.ebuild +++ b/x11-libs/gdk-pixbuf/gdk-pixbuf-2.24.1.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.24.1.ebuild,v 1.5 2012/04/25 21:06:17 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/gdk-pixbuf/gdk-pixbuf-2.24.1.ebuild,v 1.6 2012/04/29 16:15:56 maekke Exp $ EAPI="4" @@ -11,7 +11,7 @@ HOMEPAGE="http://www.gtk.org/" LICENSE="LGPL-2" SLOT="2" -KEYWORDS="~alpha amd64 arm ~hppa ~ia64 ~mips ~ppc ppc64 ~sh ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="~alpha amd64 arm ~hppa ~ia64 ~mips ~ppc ppc64 ~sh ~sparc x86 ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" IUSE="+X debug doc +introspection jpeg jpeg2k tiff test" COMMON_DEPEND=" |