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 C48B51382C5 for ; Sat, 3 Apr 2021 15:48:47 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 914C3E0815; Sat, 3 Apr 2021 15:48:45 +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 49176E0815 for ; Sat, 3 Apr 2021 15:48:45 +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 615B8340B81 for ; Sat, 3 Apr 2021 15:48:44 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id EECE3634 for ; Sat, 3 Apr 2021 15:48:42 +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: <1617464913.170ac0f9f39ef299fc1d4ba4af0b53481120681b.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-mail/qmailadmin/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-mail/qmailadmin/qmailadmin-1.2.15-r1.ebuild X-VCS-Directories: net-mail/qmailadmin/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 170ac0f9f39ef299fc1d4ba4af0b53481120681b X-VCS-Branch: master Date: Sat, 3 Apr 2021 15:48:42 +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: 78d5068a-094b-4cd7-9957-bc8c05053e45 X-Archives-Hash: aa398660752f233c9a6701f9e5e96ea4 commit: 170ac0f9f39ef299fc1d4ba4af0b53481120681b Author: Sam James gentoo org> AuthorDate: Sat Apr 3 15:47:14 2021 +0000 Commit: Sam James gentoo org> CommitDate: Sat Apr 3 15:48:33 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=170ac0f9 net-mail/qmailadmin: sort inherit Signed-off-by: Sam James gentoo.org> net-mail/qmailadmin/qmailadmin-1.2.15-r1.ebuild | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/net-mail/qmailadmin/qmailadmin-1.2.15-r1.ebuild b/net-mail/qmailadmin/qmailadmin-1.2.15-r1.ebuild index f5949b52f56..a71c6727a32 100644 --- a/net-mail/qmailadmin/qmailadmin-1.2.15-r1.ebuild +++ b/net-mail/qmailadmin/qmailadmin-1.2.15-r1.ebuild @@ -3,7 +3,8 @@ EAPI=7 -inherit qmail webapp autotools +WEBAPP_MANUAL_SLOT="yes" +inherit autotools qmail webapp MY_P=${P/_rc/-rc} @@ -13,18 +14,18 @@ SRC_URI="mirror://sourceforge/${PN}/${MY_P}.tar.gz" LICENSE="GPL-2" SLOT="0" -WEBAPP_MANUAL_SLOT="yes" KEYWORDS="amd64 arm ~hppa ~ia64 ppc s390 sparc x86" IUSE="maildrop" # the RESTRICT is because the vpopmail lib directory is locked down # and non-root can't access them. RESTRICT="userpriv" -RDEPEND="virtual/qmail - >=net-mail/vpopmail-5.4.33 +RDEPEND=" net-mail/autorespond + >=net-mail/vpopmail-5.4.33 + virtual/qmail maildrop? ( >=mail-filter/maildrop-2.0.1 )" -DEPEND=${RDEPEND} +DEPEND="${RDEPEND}" S="${WORKDIR}"/${MY_P}