diff options
author | Marco Scardovi <marco@scardovi.com> | 2021-12-15 22:16:36 +0100 |
---|---|---|
committer | Fabian Groffen <grobian@gentoo.org> | 2021-12-16 08:58:03 +0100 |
commit | b99fde15cf75a4f416adc8b55744a8bc267c27eb (patch) | |
tree | 89525b76df0c8f223da765fb832695a533718739 /acct-group | |
parent | www-apps/mediawiki: removed obsolete and vulnerable 1.36.2 (diff) | |
download | gentoo-b99fde15cf75a4f416adc8b55744a8bc267c27eb.tar.gz gentoo-b99fde15cf75a4f416adc8b55744a8bc267c27eb.tar.bz2 gentoo-b99fde15cf75a4f416adc8b55744a8bc267c27eb.zip |
acct-group/opendmarc: fix trailing space and bump to EAPI 8
Signed-off-by: Marco Scardovi <marco@scardovi.com>
Signed-off-by: Fabian Groffen <grobian@gentoo.org>
Diffstat (limited to 'acct-group')
-rw-r--r-- | acct-group/opendmarc/opendmarc-1.ebuild | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/acct-group/opendmarc/opendmarc-1.ebuild b/acct-group/opendmarc/opendmarc-1.ebuild new file mode 100644 index 000000000000..87306502f6d3 --- /dev/null +++ b/acct-group/opendmarc/opendmarc-1.ebuild @@ -0,0 +1,9 @@ +# Copyright 1999-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit acct-group + +DESCRIPTION="Group for mail-filter/opendmarc" +ACCT_GROUP_ID=244 |