From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id D10A8138334 for ; Sat, 30 Jun 2018 22:51:10 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DC909E0819; Sat, 30 Jun 2018 22:51:09 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 8785EE0819 for ; Sat, 30 Jun 2018 22:51:09 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 47D10335C70 for ; Sat, 30 Jun 2018 22:51:07 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D617D2E2 for ; Sat, 30 Jun 2018 22:51:04 +0000 (UTC) From: "David Seifert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "David Seifert" Message-ID: <1530399049.c79f2746fa7cfe21b465f69c60b3ef677a72f6ec.soap@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-dns/avahi/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-dns/avahi/avahi-0.6.32.ebuild net-dns/avahi/avahi-0.7-r1.ebuild X-VCS-Directories: net-dns/avahi/ X-VCS-Committer: soap X-VCS-Committer-Name: David Seifert X-VCS-Revision: c79f2746fa7cfe21b465f69c60b3ef677a72f6ec X-VCS-Branch: master Date: Sat, 30 Jun 2018 22:51:04 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 520f29e3-dbb0-462c-927b-36aee53f56ec X-Archives-Hash: 311b48aa9ceb26c102522f6c0e9ebfcb commit: c79f2746fa7cfe21b465f69c60b3ef677a72f6ec Author: David Seifert gentoo org> AuthorDate: Sat Jun 30 22:49:54 2018 +0000 Commit: David Seifert gentoo org> CommitDate: Sat Jun 30 22:50:49 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c79f2746 net-dns/avahi: [QA] Add subslot operator on sys-libs/gdbm Closes: https://bugs.gentoo.org/652058 Package-Manager: Portage-2.3.41, Repoman-2.3.9 net-dns/avahi/avahi-0.6.32.ebuild | 2 +- net-dns/avahi/avahi-0.7-r1.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/net-dns/avahi/avahi-0.6.32.ebuild b/net-dns/avahi/avahi-0.6.32.ebuild index 218142b2a49..a6428d5d20d 100644 --- a/net-dns/avahi/avahi-0.6.32.ebuild +++ b/net-dns/avahi/avahi-0.6.32.ebuild @@ -33,7 +33,7 @@ COMMON_DEPEND=" dev-libs/libdaemon dev-libs/expat dev-libs/glib:2[${MULTILIB_USEDEP}] - gdbm? ( sys-libs/gdbm[${MULTILIB_USEDEP}] ) + gdbm? ( sys-libs/gdbm:=[${MULTILIB_USEDEP}] ) gtk? ( x11-libs/gtk+:2[${MULTILIB_USEDEP}] ) gtk3? ( x11-libs/gtk+:3[${MULTILIB_USEDEP}] ) dbus? ( sys-apps/dbus[${MULTILIB_USEDEP}] ) diff --git a/net-dns/avahi/avahi-0.7-r1.ebuild b/net-dns/avahi/avahi-0.7-r1.ebuild index c250ef8c56c..7f4a2d67022 100644 --- a/net-dns/avahi/avahi-0.7-r1.ebuild +++ b/net-dns/avahi/avahi-0.7-r1.ebuild @@ -32,7 +32,7 @@ COMMON_DEPEND=" dev-libs/libdaemon dev-libs/expat dev-libs/glib:2[${MULTILIB_USEDEP}] - gdbm? ( sys-libs/gdbm[${MULTILIB_USEDEP}] ) + gdbm? ( sys-libs/gdbm:=[${MULTILIB_USEDEP}] ) qt5? ( dev-qt/qtcore:5 ) gtk? ( x11-libs/gtk+:2[${MULTILIB_USEDEP}] ) gtk3? ( x11-libs/gtk+:3[${MULTILIB_USEDEP}] )