diff options
author | Sam James <sam@gentoo.org> | 2021-04-16 09:12:40 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-04-16 12:17:59 +0100 |
commit | ca2616fb945a92c6e0e8b7fbed72089507d139ab (patch) | |
tree | f91c4e410ef0b2646051917d7a0720e3027f290d /mail-filter | |
parent | mail-filter/opendkim: eutils-- (diff) | |
download | gentoo-ca2616fb945a92c6e0e8b7fbed72089507d139ab.tar.gz gentoo-ca2616fb945a92c6e0e8b7fbed72089507d139ab.tar.bz2 gentoo-ca2616fb945a92c6e0e8b7fbed72089507d139ab.zip |
mail-filter/postforward: eutils--
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'mail-filter')
-rw-r--r-- | mail-filter/postforward/postforward-1.1.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mail-filter/postforward/postforward-1.1.0.ebuild b/mail-filter/postforward/postforward-1.1.0.ebuild index 681a874c9e66..2e0462535529 100644 --- a/mail-filter/postforward/postforward-1.1.0.ebuild +++ b/mail-filter/postforward/postforward-1.1.0.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 -inherit eutils golang-build +inherit golang-build DESCRIPTION="Postfix Sender Rewriting Scheme forwarding agent" EGO_PN="${PN}" |