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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 1303B159C9B for ; Wed, 7 Aug 2024 13:46:48 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 44978E2DCA; Wed, 7 Aug 2024 13:46:47 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 200EBE2DCA for ; Wed, 7 Aug 2024 13:46:47 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 2EDEE342FAB for ; Wed, 7 Aug 2024 13:46:46 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9D665E6F for ; Wed, 7 Aug 2024 13:46:44 +0000 (UTC) From: "William Hubbs" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "William Hubbs" Message-ID: <1723038385.56c057684d6fe6797dfe13d008d0c3430a9edaf9.williamh@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: mail-client/aerc/ X-VCS-Repository: repo/gentoo X-VCS-Files: mail-client/aerc/aerc-9999.ebuild X-VCS-Directories: mail-client/aerc/ X-VCS-Committer: williamh X-VCS-Committer-Name: William Hubbs X-VCS-Revision: 56c057684d6fe6797dfe13d008d0c3430a9edaf9 X-VCS-Branch: master Date: Wed, 7 Aug 2024 13:46:44 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: fcd8cf10-0604-4a62-b948-998940e45c7e X-Archives-Hash: 1b4030134cdc5ac497166ab5fdaae0e6 commit: 56c057684d6fe6797dfe13d008d0c3430a9edaf9 Author: William Hubbs gentoo org> AuthorDate: Wed Aug 7 13:46:25 2024 +0000 Commit: William Hubbs gentoo org> CommitDate: Wed Aug 7 13:46:25 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=56c05768 mail-client/aerc: sync live Signed-off-by: William Hubbs gentoo.org> mail-client/aerc/aerc-9999.ebuild | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/mail-client/aerc/aerc-9999.ebuild b/mail-client/aerc/aerc-9999.ebuild index 51bfaed44158..b90908cbf150 100644 --- a/mail-client/aerc/aerc-9999.ebuild +++ b/mail-client/aerc/aerc-9999.ebuild @@ -21,8 +21,9 @@ LICENSE="Apache-2.0 BSD BSD-2 MIT" SLOT="0" IUSE="notmuch" -DEPEND="notmuch? ( net-mail/notmuch:= )" -RDEPEND="${DEPEND}" +COMMON_DEPEND="notmuch? ( net-mail/notmuch:= )" +DEPEND="${COMMON_DEPEND}" +RDEPEND="${COMMON_DEPEND}" BDEPEND=" >=app-text/scdoc-1.11.3 >=dev-lang/go-1.18