diff options
author | 2014-06-18 20:35:31 +0000 | |
---|---|---|
committer | 2014-06-18 20:35:31 +0000 | |
commit | a1a3a4d77943321ffdeef5d579a211ae6e28d993 (patch) | |
tree | cc91cd12fea7d99097dbaa8020f7fbede479eaae /net-libs/glib-networking | |
parent | Update dependencies to require guaranteed EAPI=5 or multilib ebuilds, bug #51... (diff) | |
download | gentoo-2-a1a3a4d77943321ffdeef5d579a211ae6e28d993.tar.gz gentoo-2-a1a3a4d77943321ffdeef5d579a211ae6e28d993.tar.bz2 gentoo-2-a1a3a4d77943321ffdeef5d579a211ae6e28d993.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 'net-libs/glib-networking')
-rw-r--r-- | net-libs/glib-networking/ChangeLog | 7 | ||||
-rw-r--r-- | net-libs/glib-networking/glib-networking-2.40.1-r1.ebuild | 14 |
2 files changed, 13 insertions, 8 deletions
diff --git a/net-libs/glib-networking/ChangeLog b/net-libs/glib-networking/ChangeLog index 87832b0595bd..8c6c817d0a70 100644 --- a/net-libs/glib-networking/ChangeLog +++ b/net-libs/glib-networking/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for net-libs/glib-networking # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/glib-networking/ChangeLog,v 1.83 2014/06/08 09:11:45 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/glib-networking/ChangeLog,v 1.84 2014/06/18 20:35:31 mgorny Exp $ + + 18 Jun 2014; Michał Górny <mgorny@gentoo.org> + glib-networking-2.40.1-r1.ebuild: + Update dependencies to require guaranteed EAPI=5 or multilib ebuilds, bug + #513718. *glib-networking-2.40.1-r1 (08 Jun 2014) diff --git a/net-libs/glib-networking/glib-networking-2.40.1-r1.ebuild b/net-libs/glib-networking/glib-networking-2.40.1-r1.ebuild index bef7148b75bc..475b217298d3 100644 --- a/net-libs/glib-networking/glib-networking-2.40.1-r1.ebuild +++ b/net-libs/glib-networking/glib-networking-2.40.1-r1.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/net-libs/glib-networking/glib-networking-2.40.1-r1.ebuild,v 1.1 2014/06/08 09:11:45 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/glib-networking/glib-networking-2.40.1-r1.ebuild,v 1.2 2014/06/18 20:35:31 mgorny Exp $ EAPI="5" GCONF_DEBUG="no" @@ -17,20 +17,20 @@ IUSE="+gnome +libproxy smartcard +ssl test" KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x86-solaris" RDEPEND=" - >=dev-libs/glib-2.39.1:2[${MULTILIB_USEDEP}] + >=dev-libs/glib-2.40.0-r1:2[${MULTILIB_USEDEP}] gnome? ( gnome-base/gsettings-desktop-schemas ) - libproxy? ( >=net-libs/libproxy-0.4.6-r3:=[${MULTILIB_USEDEP}] ) + libproxy? ( >=net-libs/libproxy-0.4.11-r1:=[${MULTILIB_USEDEP}] ) smartcard? ( - >=app-crypt/p11-kit-0.8[${MULTILIB_USEDEP}] - >=net-libs/gnutls-2.12.8:=[pkcs11,${MULTILIB_USEDEP}] ) + >=app-crypt/p11-kit-0.18.4[${MULTILIB_USEDEP}] + >=net-libs/gnutls-2.12.23-r6:=[pkcs11,${MULTILIB_USEDEP}] ) ssl? ( app-misc/ca-certificates - >=net-libs/gnutls-2.12.8:=[${MULTILIB_USEDEP}] ) + >=net-libs/gnutls-2.12.23-r6:=[${MULTILIB_USEDEP}] ) " DEPEND="${RDEPEND} >=dev-util/intltool-0.35.0 sys-devel/gettext - virtual/pkgconfig[${MULTILIB_USEDEP}] + >=virtual/pkgconfig-0-r1[${MULTILIB_USEDEP}] test? ( sys-apps/dbus[X] ) " # eautoreconf needs >=sys-devel/autoconf-2.65:2.5 |