From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1242141-garchives=archives.gentoo.org@lists.gentoo.org> 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 CF1A31382C5 for <garchives@archives.gentoo.org>; Sat, 16 Jan 2021 22:01:08 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0F7D0E0802; Sat, 16 Jan 2021 22:01:08 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 EB89CE0802 for <gentoo-commits@lists.gentoo.org>; Sat, 16 Jan 2021 22:01:07 +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 335FF340F6A for <gentoo-commits@lists.gentoo.org>; Sat, 16 Jan 2021 22:01:05 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 906F249F for <gentoo-commits@lists.gentoo.org>; Sat, 16 Jan 2021 22:01:03 +0000 (UTC) From: "Sam James" <sam@gentoo.org> To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" <sam@gentoo.org> Message-ID: <1610834452.adb26c97b2279796ad083f12ae116903439fe765.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-mail/muchsync/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-mail/muchsync/muchsync-6.ebuild X-VCS-Directories: net-mail/muchsync/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: adb26c97b2279796ad083f12ae116903439fe765 X-VCS-Branch: master Date: Sat, 16 Jan 2021 22:01:03 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 06f64787-9340-4748-a1e8-e3a2c6c30e0e X-Archives-Hash: 72b6de1e2c6c48b98f4f207c9388c839 commit: adb26c97b2279796ad083f12ae116903439fe765 Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Sat Jan 16 22:00:52 2021 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Sat Jan 16 22:00:52 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=adb26c97 net-mail/muchsync: minor fixups * Add virtual/pkgconfig BDEPEND * Whitespace changes Package-Manager: Portage-3.0.12, Repoman-3.0.2 Signed-off-by: Sam James <sam <AT> gentoo.org> net-mail/muchsync/muchsync-6.ebuild | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/net-mail/muchsync/muchsync-6.ebuild b/net-mail/muchsync/muchsync-6.ebuild index 616cbee456b..2a36e5c9ba4 100644 --- a/net-mail/muchsync/muchsync-6.ebuild +++ b/net-mail/muchsync/muchsync-6.ebuild @@ -10,13 +10,13 @@ SRC_URI="http://www.muchsync.org/src/${P}.tar.gz" LICENSE="GPL-2+" SLOT="0" KEYWORDS="~amd64" -IUSE="" +BDEPEND="virtual/pkgconfig" DEPEND="dev-db/sqlite:3 dev-libs/openssl:0= dev-libs/xapian:= net-mail/notmuch:= - " +" RDEPEND="${DEPEND} net-misc/openssh - " +"