diff options
author | Michał Górny <mgorny@gentoo.org> | 2014-06-18 21:14:56 +0000 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2014-06-18 21:14:56 +0000 |
commit | cb2d71059a62ca97d857aef8d68a20646709fa43 (patch) | |
tree | 1f69e6ab61cacb9de1b332a72d4c628fbd750e32 /x11-libs/pango | |
parent | Update dependencies to require guaranteed EAPI=5 or multilib ebuilds, bug #51... (diff) | |
download | gentoo-2-cb2d71059a62ca97d857aef8d68a20646709fa43.tar.gz gentoo-2-cb2d71059a62ca97d857aef8d68a20646709fa43.tar.bz2 gentoo-2-cb2d71059a62ca97d857aef8d68a20646709fa43.zip |
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!)
Diffstat (limited to 'x11-libs/pango')
-rw-r--r-- | x11-libs/pango/ChangeLog | 6 | ||||
-rw-r--r-- | x11-libs/pango/pango-1.36.3-r2.ebuild | 20 |
2 files changed, 15 insertions, 11 deletions
diff --git a/x11-libs/pango/ChangeLog b/x11-libs/pango/ChangeLog index 4364120074f3..4b09eecb3a4d 100644 --- a/x11-libs/pango/ChangeLog +++ b/x11-libs/pango/ChangeLog @@ -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 <mgorny@gentoo.org> pango-1.36.3-r2.ebuild: + Update dependencies to require guaranteed EAPI=5 or multilib ebuilds, bug + #513718. 26 May 2014; Michał Górny <mgorny@gentoo.org> pango-1.36.3-r2.ebuild: Unconditionally use ${CHOST}-pango-querymodules since prefixing is now diff --git a/x11-libs/pango/pango-1.36.3-r2.ebuild b/x11-libs/pango/pango-1.36.3-r2.ebuild index 46a817cd7fcb..0525f74f5f74 100644 --- a/x11-libs/pango/pango-1.36.3-r2.ebuild +++ b/x11-libs/pango/pango-1.36.3-r2.ebuild @@ -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 @@ KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 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 @@ RDEPEND=" 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 " |