diff options
author | Pacho Ramos <pacho@gentoo.org> | 2011-03-19 18:18:09 +0000 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2011-03-19 18:18:09 +0000 |
commit | 43534e94b663a5a5e3128daeb0d364e4487ac7cd (patch) | |
tree | 9c27ce8ad288702e85abbfb08aa23b80ac3eb040 /x11-libs/pango | |
parent | Remove virtual/alsa. (diff) | |
download | gentoo-2-43534e94b663a5a5e3128daeb0d364e4487ac7cd.tar.gz gentoo-2-43534e94b663a5a5e3128daeb0d364e4487ac7cd.tar.bz2 gentoo-2-43534e94b663a5a5e3128daeb0d364e4487ac7cd.zip |
Needs >=dev-libs/glib-2.24 due g_malloc0_n usage (bug #359425 by Daniel Díaz).
(Portage version: 2.1.9.43/cvs/Linux x86_64)
Diffstat (limited to 'x11-libs/pango')
-rw-r--r-- | x11-libs/pango/ChangeLog | 6 | ||||
-rw-r--r-- | x11-libs/pango/pango-1.28.3-r1.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/x11-libs/pango/ChangeLog b/x11-libs/pango/ChangeLog index 7f0d92bfcb27..e29440b771cf 100644 --- a/x11-libs/pango/ChangeLog +++ b/x11-libs/pango/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for x11-libs/pango # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/pango/ChangeLog,v 1.312 2011/03/18 17:33:13 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/pango/ChangeLog,v 1.313 2011/03/19 18:18:09 pacho Exp $ + + 19 Mar 2011; Pacho Ramos <pacho@gentoo.org> pango-1.28.3-r1.ebuild: + Needs >=dev-libs/glib-2.24 due g_malloc0_n usage (bug #359425 by Daniel + Díaz). 18 Mar 2011; Raúl Porcel <armin76@gentoo.org> pango-1.28.3-r1.ebuild: arm/ia64/s390/sh/sparc stable wrt #352087 diff --git a/x11-libs/pango/pango-1.28.3-r1.ebuild b/x11-libs/pango/pango-1.28.3-r1.ebuild index 0654cde90c11..74775bd153ca 100644 --- a/x11-libs/pango/pango-1.28.3-r1.ebuild +++ b/x11-libs/pango/pango-1.28.3-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/pango/pango-1.28.3-r1.ebuild,v 1.8 2011/03/18 17:33:13 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/pango/pango-1.28.3-r1.ebuild,v 1.9 2011/03/19 18:18:09 pacho Exp $ EAPI="3" GCONF_DEBUG="yes" @@ -15,7 +15,7 @@ SLOT="0" KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris" IUSE="X doc +introspection test" -RDEPEND=">=dev-libs/glib-2.17.3:2 +RDEPEND=">=dev-libs/glib-2.24:2 >=media-libs/fontconfig-2.5.0:1.0 media-libs/freetype:2 >=x11-libs/cairo-1.7.6[X?] |