summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2014-06-18 19:23:43 +0000
committerMichał Górny <mgorny@gentoo.org>2014-06-18 19:23:43 +0000
commit536170a8a7cc328ff4ed1b4a219b32c0ef783278 (patch)
tree1ff1baadbda55032c8ff8ea5cc0571e9a49a9206 /gnome-base/libglade
parentUpdate dependencies to require guaranteed EAPI=5 or multilib ebuilds, bug #51... (diff)
downloadgentoo-2-536170a8a7cc328ff4ed1b4a219b32c0ef783278.tar.gz
gentoo-2-536170a8a7cc328ff4ed1b4a219b32c0ef783278.tar.bz2
gentoo-2-536170a8a7cc328ff4ed1b4a219b32c0ef783278.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 'gnome-base/libglade')
-rw-r--r--gnome-base/libglade/ChangeLog6
-rw-r--r--gnome-base/libglade/libglade-2.6.4-r2.ebuild12
2 files changed, 11 insertions, 7 deletions
diff --git a/gnome-base/libglade/ChangeLog b/gnome-base/libglade/ChangeLog
index d8e80704bc13..fdc537a536ac 100644
--- a/gnome-base/libglade/ChangeLog
+++ b/gnome-base/libglade/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for gnome-base/libglade
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/gnome-base/libglade/ChangeLog,v 1.152 2014/06/18 08:57:42 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/gnome-base/libglade/ChangeLog,v 1.153 2014/06/18 19:23:43 mgorny Exp $
+
+ 18 Jun 2014; Michał Górny <mgorny@gentoo.org> libglade-2.6.4-r2.ebuild:
+ Update dependencies to require guaranteed EAPI=5 or multilib ebuilds, bug
+ #513718.
18 Jun 2014; Michał Górny <mgorny@gentoo.org> libglade-2.6.4-r2.ebuild:
Wrap REQUIRED_USE in tools? as well.
diff --git a/gnome-base/libglade/libglade-2.6.4-r2.ebuild b/gnome-base/libglade/libglade-2.6.4-r2.ebuild
index 011f06b61b10..f87266e53e4d 100644
--- a/gnome-base/libglade/libglade-2.6.4-r2.ebuild
+++ b/gnome-base/libglade/libglade-2.6.4-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/gnome-base/libglade/libglade-2.6.4-r2.ebuild,v 1.2 2014/06/18 08:57:42 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/gnome-base/libglade/libglade-2.6.4-r2.ebuild,v 1.3 2014/06/18 19:23:43 mgorny Exp $
EAPI=5
@@ -22,13 +22,13 @@ KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~amd6
IUSE="static-libs test tools"
REQUIRED_USE="tools? ( ${PYTHON_REQUIRED_USE} )"
-RDEPEND=">=dev-libs/glib-2.10:2[${MULTILIB_USEDEP}]
- >=x11-libs/gtk+-2.8.10:2[${MULTILIB_USEDEP}]
- >=dev-libs/atk-1.9[${MULTILIB_USEDEP}]
- >=dev-libs/libxml2-2.4.10[${MULTILIB_USEDEP}]
+RDEPEND=">=dev-libs/glib-2.38.2-r1:2[${MULTILIB_USEDEP}]
+ >=x11-libs/gtk+-2.24.23:2[${MULTILIB_USEDEP}]
+ >=dev-libs/atk-2.10.0[${MULTILIB_USEDEP}]
+ >=dev-libs/libxml2-2.9.1-r4[${MULTILIB_USEDEP}]
tools? ( ${PYTHON_DEPS} )"
DEPEND="${RDEPEND}
- virtual/pkgconfig[${MULTILIB_USEDEP}]"
+ >=virtual/pkgconfig-0-r1[${MULTILIB_USEDEP}]"
RDEPEND="${RDEPEND}
abi_x86_32? (
!<=app-emulation/emul-linux-x86-gtklibs-20140508-r2