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 807B3158043 for ; Sun, 3 Mar 2024 05:52:13 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BB1DEE29B2; Sun, 3 Mar 2024 05:52:12 +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 9563AE29AC for ; Sun, 3 Mar 2024 05:52:12 +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 A459B343012 for ; Sun, 3 Mar 2024 05:52:11 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 39445118C for ; Sun, 3 Mar 2024 05:52:10 +0000 (UTC) From: "Sam James" 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" Message-ID: <1709445071.390f613a5342052b7c01a1aa4558048ef38685ce.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-dns/maradns/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-dns/maradns/maradns-3.5.0022.ebuild net-dns/maradns/maradns-3.5.0036.ebuild X-VCS-Directories: net-dns/maradns/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 390f613a5342052b7c01a1aa4558048ef38685ce X-VCS-Branch: master Date: Sun, 3 Mar 2024 05:52:10 +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: 7fca1338-fe0c-4f39-8e94-fedfe4330a19 X-Archives-Hash: 71461443050cd334584a46d1311415ef commit: 390f613a5342052b7c01a1aa4558048ef38685ce Author: Eli Schwartz gmail com> AuthorDate: Sun Mar 3 04:45:17 2024 +0000 Commit: Sam James gentoo org> CommitDate: Sun Mar 3 05:51:11 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=390f613a net-dns/maradns: don't require acct-* packages to compile With --buildpkgonly the account packages aren't needed, so don't force them to be installed yet. An RDEPEND is fine. Signed-off-by: Eli Schwartz gmail.com> Signed-off-by: Sam James gentoo.org> net-dns/maradns/maradns-3.5.0022.ebuild | 5 ++--- net-dns/maradns/maradns-3.5.0036.ebuild | 3 +-- 2 files changed, 3 insertions(+), 5 deletions(-) diff --git a/net-dns/maradns/maradns-3.5.0022.ebuild b/net-dns/maradns/maradns-3.5.0022.ebuild index 85670bec1b68..2b29f3c404a5 100644 --- a/net-dns/maradns/maradns-3.5.0022.ebuild +++ b/net-dns/maradns/maradns-3.5.0022.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -18,11 +18,10 @@ IUSE="examples" BDEPEND="${PYTHON_DEPS} dev-lang/perl" -DEPEND=" +RDEPEND=" acct-group/maradns acct-user/duende acct-user/maradns" -RDEPEND="${DEPEND}" PATCHES=( "${FILESDIR}"/${P}-flags.patch diff --git a/net-dns/maradns/maradns-3.5.0036.ebuild b/net-dns/maradns/maradns-3.5.0036.ebuild index fc926f30ad71..3ae5a00374ac 100644 --- a/net-dns/maradns/maradns-3.5.0036.ebuild +++ b/net-dns/maradns/maradns-3.5.0036.ebuild @@ -18,11 +18,10 @@ IUSE="examples" BDEPEND="${PYTHON_DEPS} dev-lang/perl" -DEPEND=" +RDEPEND=" acct-group/maradns acct-user/duende acct-user/maradns" -RDEPEND="${DEPEND}" PATCHES=( "${FILESDIR}"/${PN}-3.5.0036-flags.patch