diff options
author | Jason A. Donenfeld <zx2c4@gentoo.org> | 2020-02-05 14:05:45 +0100 |
---|---|---|
committer | Jason A. Donenfeld <zx2c4@gentoo.org> | 2020-02-05 14:05:45 +0100 |
commit | 3c2c01db67b6b3cb0bd9b30353d0359d7800a48d (patch) | |
tree | d15b37362700aa00d79767a1476fc0303b5def07 /mail-mta/opensmtpd | |
parent | mail-mta/opensmtpd: fixups from qa review (diff) | |
download | gentoo-3c2c01db67b6b3cb0bd9b30353d0359d7800a48d.tar.gz gentoo-3c2c01db67b6b3cb0bd9b30353d0359d7800a48d.tar.bz2 gentoo-3c2c01db67b6b3cb0bd9b30353d0359d7800a48d.zip |
mail-mta/opensmtpd: no more eautoreconf
This hasn't been used since the snapshot days.
Package-Manager: Portage-2.3.86, Repoman-2.3.20
Signed-off-by: Jason A. Donenfeld <zx2c4@gentoo.org>
Diffstat (limited to 'mail-mta/opensmtpd')
-rw-r--r-- | mail-mta/opensmtpd/opensmtpd-6.0.3_p1-r2.ebuild | 2 | ||||
-rw-r--r-- | mail-mta/opensmtpd/opensmtpd-6.6.2_p1.ebuild | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/mail-mta/opensmtpd/opensmtpd-6.0.3_p1-r2.ebuild b/mail-mta/opensmtpd/opensmtpd-6.0.3_p1-r2.ebuild index aa6cbcc3cab1..14d9fa69ea4a 100644 --- a/mail-mta/opensmtpd/opensmtpd-6.0.3_p1-r2.ebuild +++ b/mail-mta/opensmtpd/opensmtpd-6.0.3_p1-r2.ebuild @@ -3,7 +3,7 @@ EAPI=7 -inherit pam toolchain-funcs autotools systemd +inherit pam toolchain-funcs systemd DESCRIPTION="Lightweight but featured SMTP daemon from OpenBSD" HOMEPAGE="https://www.opensmtpd.org" diff --git a/mail-mta/opensmtpd/opensmtpd-6.6.2_p1.ebuild b/mail-mta/opensmtpd/opensmtpd-6.6.2_p1.ebuild index 71d8c7213d09..610591f1deec 100644 --- a/mail-mta/opensmtpd/opensmtpd-6.6.2_p1.ebuild +++ b/mail-mta/opensmtpd/opensmtpd-6.6.2_p1.ebuild @@ -3,7 +3,7 @@ EAPI=7 -inherit pam autotools systemd +inherit pam systemd DESCRIPTION="Lightweight but featured SMTP daemon from OpenBSD" HOMEPAGE="https://www.opensmtpd.org" |