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 20C9413835B for ; Wed, 17 Jun 2020 18:08:44 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2CBFBE0A07; Wed, 17 Jun 2020 18:08:43 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 1867AE0A07 for ; Wed, 17 Jun 2020 18:08:43 +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 2921B34F2AC for ; Wed, 17 Jun 2020 18:08:42 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id EA1CF175 for ; Wed, 17 Jun 2020 18:08:38 +0000 (UTC) From: "Sergei Trofimovich" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sergei Trofimovich" Message-ID: <1592417301.5ad43973db39bd8512284919ee8388efe2cb6f09.slyfox@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: mail-mta/notqmail/ X-VCS-Repository: repo/gentoo X-VCS-Files: mail-mta/notqmail/notqmail-1.08.ebuild mail-mta/notqmail/notqmail-9999.ebuild X-VCS-Directories: mail-mta/notqmail/ X-VCS-Committer: slyfox X-VCS-Committer-Name: Sergei Trofimovich X-VCS-Revision: 5ad43973db39bd8512284919ee8388efe2cb6f09 X-VCS-Branch: master Date: Wed, 17 Jun 2020 18:08:38 +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: a88b765e-8a8e-4254-9735-0bb6b4a8411c X-Archives-Hash: 9c418ba0fdcce34dc9589e412a9c582c commit: 5ad43973db39bd8512284919ee8388efe2cb6f09 Author: Rolf Eike Beer sf-mail de> AuthorDate: Wed Jun 17 15:35:10 2020 +0000 Commit: Sergei Trofimovich gentoo org> CommitDate: Wed Jun 17 18:08:21 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5ad43973 mail-mta/notqmail: remove unneeded dependency groff was used to build cat-manpages, that were not installed anyway. Since the 1.08 release it is possible to fake their build for packagers that do not care, so do it. Signed-off-by: Rolf Eike Beer sf-mail.de> Signed-off-by: Sergei Trofimovich gentoo.org> mail-mta/notqmail/notqmail-1.08.ebuild | 3 +-- mail-mta/notqmail/notqmail-9999.ebuild | 5 ++--- 2 files changed, 3 insertions(+), 5 deletions(-) diff --git a/mail-mta/notqmail/notqmail-1.08.ebuild b/mail-mta/notqmail/notqmail-1.08.ebuild index a714f858628..b5ff5be5d0e 100644 --- a/mail-mta/notqmail/notqmail-1.08.ebuild +++ b/mail-mta/notqmail/notqmail-1.08.ebuild @@ -54,7 +54,6 @@ DEPEND=" net-dns/libidn2 net-mail/queue-repair sys-apps/gentoo-functions - sys-apps/groff ssl? ( !libressl? ( >=dev-libs/openssl-1.1:0= ) libressl? ( dev-libs/libressl:= ) @@ -142,7 +141,7 @@ src_prepare() { } src_compile() { - qmail_src_compile + qmail_src_compile NROFF=true use qmail-spp && qmail_spp_src_compile } diff --git a/mail-mta/notqmail/notqmail-9999.ebuild b/mail-mta/notqmail/notqmail-9999.ebuild index 6332e8b46af..b5ff5be5d0e 100644 --- a/mail-mta/notqmail/notqmail-9999.ebuild +++ b/mail-mta/notqmail/notqmail-9999.ebuild @@ -19,7 +19,7 @@ if [[ ${PV} == "9999" ]] ; then EGIT_REPO_URI="https://github.com/notqmail/notqmail.git" inherit git-r3 else - KEYWORDS="~amd64 ~hppa ~sparc" + KEYWORDS="~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc" SRC_URI="https://github.com/notqmail/notqmail/releases/download/${P}/${P}.tar.xz" fi @@ -54,7 +54,6 @@ DEPEND=" net-dns/libidn2 net-mail/queue-repair sys-apps/gentoo-functions - sys-apps/groff ssl? ( !libressl? ( >=dev-libs/openssl-1.1:0= ) libressl? ( dev-libs/libressl:= ) @@ -142,7 +141,7 @@ src_prepare() { } src_compile() { - qmail_src_compile + qmail_src_compile NROFF=true use qmail-spp && qmail_spp_src_compile }