mgorny 14/06/18 21:14:56 Modified: pango-1.36.3-r2.ebuild ChangeLog Log: Update dependencies to require guaranteed EAPI=5 or multilib ebuilds, bug #513718. (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!)
Revision Changes Path 1.4 x11-libs/pango/pango-1.36.3-r2.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/pango/pango-1.36.3-r2.ebuild?rev=1.4&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/pango/pango-1.36.3-r2.ebuild?rev=1.4&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/pango/pango-1.36.3-r2.ebuild?r1=1.3&r2=1.4 Index: pango-1.36.3-r2.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/x11-libs/pango/pango-1.36.3-r2.ebuild,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- pango-1.36.3-r2.ebuild 26 May 2014 05:57:01 -0000 1.3 +++ pango-1.36.3-r2.ebuild 18 Jun 2014 21:14:56 -0000 1.4 @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/pango/pango-1.36.3-r2.ebuild,v 1.3 2014/05/26 05:57:01 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/pango/pango-1.36.3-r2.ebuild,v 1.4 2014/06/18 21:14:56 mgorny Exp $ EAPI="5" GCONF_DEBUG="yes" @@ -18,16 +18,16 @@ IUSE="X +introspection" RDEPEND=" - >=media-libs/harfbuzz-0.9.9:=[glib(+),truetype(+),${MULTILIB_USEDEP}] - >=dev-libs/glib-2.33.12:2[${MULTILIB_USEDEP}] - >=media-libs/fontconfig-2.10.91:1.0=[${MULTILIB_USEDEP}] - media-libs/freetype:2=[${MULTILIB_USEDEP}] - >=x11-libs/cairo-1.12.10:=[X?,${MULTILIB_USEDEP}] + >=media-libs/harfbuzz-0.9.12:=[glib(+),truetype(+),${MULTILIB_USEDEP}] + >=dev-libs/glib-2.38.2-r1:2[${MULTILIB_USEDEP}] + >=media-libs/fontconfig-2.10.92:1.0=[${MULTILIB_USEDEP}] + >=media-libs/freetype-2.5.0.1:2=[${MULTILIB_USEDEP}] + >=x11-libs/cairo-1.12.14-r4:=[X?,${MULTILIB_USEDEP}] introspection? ( >=dev-libs/gobject-introspection-0.9.5 ) X? ( - x11-libs/libXrender[${MULTILIB_USEDEP}] - x11-libs/libX11[${MULTILIB_USEDEP}] - >=x11-libs/libXft-2.0.0[${MULTILIB_USEDEP}] + >=x11-libs/libXrender-0.9.8[${MULTILIB_USEDEP}] + >=x11-libs/libX11-1.6.2[${MULTILIB_USEDEP}] + >=x11-libs/libXft-2.3.1-r1[${MULTILIB_USEDEP}] ) abi_x86_32? ( !<=app-emulation/emul-linux-x86-gtklibs-20131008-r3 @@ -37,7 +37,7 @@ DEPEND="${RDEPEND} >=dev-util/gtk-doc-am-1.15 virtual/pkgconfig - X? ( x11-proto/xproto[${MULTILIB_USEDEP}] ) + X? ( >=x11-proto/xproto-7.0.24[${MULTILIB_USEDEP}] ) !<=sys-devel/autoconf-2.63:2.5 " 1.407 x11-libs/pango/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/pango/ChangeLog?rev=1.407&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/pango/ChangeLog?rev=1.407&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/pango/ChangeLog?r1=1.406&r2=1.407 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/x11-libs/pango/ChangeLog,v retrieving revision 1.406 retrieving revision 1.407 diff -u -r1.406 -r1.407 --- ChangeLog 26 May 2014 05:57:01 -0000 1.406 +++ ChangeLog 18 Jun 2014 21:14:56 -0000 1.407 @@ -1,6 +1,10 @@ # ChangeLog for x11-libs/pango # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/pango/ChangeLog,v 1.406 2014/05/26 05:57:01 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/pango/ChangeLog,v 1.407 2014/06/18 21:14:56 mgorny Exp $ + + 18 Jun 2014; Michał Górny <[email protected]> pango-1.36.3-r2.ebuild: + Update dependencies to require guaranteed EAPI=5 or multilib ebuilds, bug + #513718. 26 May 2014; Michał Górny <[email protected]> pango-1.36.3-r2.ebuild: Unconditionally use ${CHOST}-pango-querymodules since prefixing is now
