summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2014-06-24 22:19:40 +0000
committerMichał Górny <mgorny@gentoo.org>2014-06-24 22:19:40 +0000
commit181cc927d6a58162b1f25d4a03a6e587539004b2 (patch)
tree06bc79325ca6f94951357dea720d421d58e9e498 /x11-libs/pango
parentLower dev-libs/glib dep to first known EAPI=5 version, requested by Funtoo fo... (diff)
downloadgentoo-2-181cc927d6a58162b1f25d4a03a6e587539004b2.tar.gz
gentoo-2-181cc927d6a58162b1f25d4a03a6e587539004b2.tar.bz2
gentoo-2-181cc927d6a58162b1f25d4a03a6e587539004b2.zip
Lower dev-libs/glib dep to first known EAPI=5 version, requested by Funtoo for GNOME 3.6.
(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/ChangeLog6
-rw-r--r--x11-libs/pango/pango-1.36.3-r2.ebuild4
2 files changed, 7 insertions, 3 deletions
diff --git a/x11-libs/pango/ChangeLog b/x11-libs/pango/ChangeLog
index 4b09eecb3a4d..16e1e48a4d81 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.407 2014/06/18 21:14:56 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/pango/ChangeLog,v 1.408 2014/06/24 22:19:40 mgorny Exp $
+
+ 24 Jun 2014; Michał Górny <mgorny@gentoo.org> pango-1.36.3-r2.ebuild:
+ Lower dev-libs/glib dep to first known EAPI=5 version, requested by Funtoo for
+ GNOME 3.6.
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
diff --git a/x11-libs/pango/pango-1.36.3-r2.ebuild b/x11-libs/pango/pango-1.36.3-r2.ebuild
index 0525f74f5f74..0a02e25cfadd 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.4 2014/06/18 21:14:56 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/pango/pango-1.36.3-r2.ebuild,v 1.5 2014/06/24 22:19:40 mgorny Exp $
EAPI="5"
GCONF_DEBUG="yes"
@@ -19,7 +19,7 @@ IUSE="X +introspection"
RDEPEND="
>=media-libs/harfbuzz-0.9.12:=[glib(+),truetype(+),${MULTILIB_USEDEP}]
- >=dev-libs/glib-2.38.2-r1:2[${MULTILIB_USEDEP}]
+ >=dev-libs/glib-2.34.3: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}]