diff options
author | 2014-06-18 20:33:30 +0000 | |
---|---|---|
committer | 2014-06-18 20:33:30 +0000 | |
commit | 14a18cc3efdec2e5bfbfcc53b7a3ba464628cd4f (patch) | |
tree | ed86d2b318a092c59f6386dd6d24a765ed7c68d7 /net-dns/avahi | |
parent | Update dependencies to require guaranteed EAPI=5 or multilib ebuilds, bug #51... (diff) | |
download | gentoo-2-14a18cc3efdec2e5bfbfcc53b7a3ba464628cd4f.tar.gz gentoo-2-14a18cc3efdec2e5bfbfcc53b7a3ba464628cd4f.tar.bz2 gentoo-2-14a18cc3efdec2e5bfbfcc53b7a3ba464628cd4f.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-dns/avahi')
-rw-r--r-- | net-dns/avahi/ChangeLog | 6 | ||||
-rw-r--r-- | net-dns/avahi/avahi-0.6.31-r5.ebuild | 10 |
2 files changed, 10 insertions, 6 deletions
diff --git a/net-dns/avahi/ChangeLog b/net-dns/avahi/ChangeLog index 84e2ad4ec2c8..e5b28ad856fd 100644 --- a/net-dns/avahi/ChangeLog +++ b/net-dns/avahi/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-dns/avahi # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-dns/avahi/ChangeLog,v 1.263 2014/05/16 18:53:22 swift Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-dns/avahi/ChangeLog,v 1.264 2014/06/18 20:33:30 mgorny Exp $ + + 18 Jun 2014; Michał Górny <mgorny@gentoo.org> avahi-0.6.31-r5.ebuild: + Update dependencies to require guaranteed EAPI=5 or multilib ebuilds, bug + #513718. 16 May 2014; Sven Vermeulen <swift@gentoo.org> avahi-0.6.30-r3.ebuild, avahi-0.6.31-r2.ebuild, avahi-0.6.31-r3.ebuild, avahi-0.6.31-r4.ebuild, diff --git a/net-dns/avahi/avahi-0.6.31-r5.ebuild b/net-dns/avahi/avahi-0.6.31-r5.ebuild index 16edbc6dc04b..adbcdf1f23a1 100644 --- a/net-dns/avahi/avahi-0.6.31-r5.ebuild +++ b/net-dns/avahi/avahi-0.6.31-r5.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-dns/avahi/avahi-0.6.31-r5.ebuild,v 1.2 2014/05/16 18:53:22 swift Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-dns/avahi/avahi-0.6.31-r5.ebuild,v 1.3 2014/06/18 20:33:30 mgorny Exp $ EAPI="5" @@ -32,12 +32,12 @@ REQUIRED_USE=" COMMON_DEPEND=" dev-libs/libdaemon dev-libs/expat - dev-libs/glib:2[${MULTILIB_USEDEP}] - gdbm? ( sys-libs/gdbm[${MULTILIB_USEDEP}] ) + >=dev-libs/glib-2.38.2-r1:2[${MULTILIB_USEDEP}] + gdbm? ( >=sys-libs/gdbm-1.10-r1[${MULTILIB_USEDEP}] ) qt4? ( dev-qt/qtcore:4 ) gtk? ( x11-libs/gtk+:2 ) gtk3? ( x11-libs/gtk+:3 ) - dbus? ( sys-apps/dbus[${MULTILIB_USEDEP}] ) + dbus? ( >=sys-apps/dbus-1.6.18-r1[${MULTILIB_USEDEP}] ) kernel_linux? ( sys-libs/libcap ) introspection? ( dev-libs/gobject-introspection ) mono? ( @@ -59,7 +59,7 @@ COMMON_DEPEND=" DEPEND=" ${COMMON_DEPEND} dev-util/intltool - virtual/pkgconfig[${MULTILIB_USEDEP}] + >=virtual/pkgconfig-0-r1[${MULTILIB_USEDEP}] doc? ( app-doc/doxygen ) |