diff options
author | Rolf Eike Beer <eike@sf-mail.de> | 2020-06-17 17:35:10 +0200 |
---|---|---|
committer | Sergei Trofimovich <slyfox@gentoo.org> | 2020-06-17 19:08:21 +0100 |
commit | 5ad43973db39bd8512284919ee8388efe2cb6f09 (patch) | |
tree | cb83aa3c60a26fba2a19b575c8261ea0a31a5c7c /mail-mta | |
parent | mate-base/mate-session-manager: remove unused patches (diff) | |
download | gentoo-5ad43973db39bd8512284919ee8388efe2cb6f09.tar.gz gentoo-5ad43973db39bd8512284919ee8388efe2cb6f09.tar.bz2 gentoo-5ad43973db39bd8512284919ee8388efe2cb6f09.zip |
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 <eike@sf-mail.de>
Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
Diffstat (limited to 'mail-mta')
-rw-r--r-- | mail-mta/notqmail/notqmail-1.08.ebuild | 3 | ||||
-rw-r--r-- | 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 a714f858628e..b5ff5be5d0e3 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 6332e8b46af5..b5ff5be5d0e3 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 } |