diff options
author | Michael Orlitzky <mjo@gentoo.org> | 2022-06-07 16:18:18 -0400 |
---|---|---|
committer | Michael Orlitzky <mjo@gentoo.org> | 2022-06-07 16:20:05 -0400 |
commit | b6ff43d4d57f77173552ab418005c222eb5eee1c (patch) | |
tree | 0a24d6f0e4d455ec21494f66c32f78d8a46deab8 /net-mail | |
parent | app-misc/asciinema: add 2.2.0 (diff) | |
download | gentoo-b6ff43d4d57f77173552ab418005c222eb5eee1c.tar.gz gentoo-b6ff43d4d57f77173552ab418005c222eb5eee1c.tar.bz2 gentoo-b6ff43d4d57f77173552ab418005c222eb5eee1c.zip |
net-mail/postfix-logwatch: maintainer stabilize v1.40.04.
Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Michael Orlitzky <mjo@gentoo.org>
Diffstat (limited to 'net-mail')
-rw-r--r-- | net-mail/postfix-logwatch/postfix-logwatch-1.40.04.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-mail/postfix-logwatch/postfix-logwatch-1.40.04.ebuild b/net-mail/postfix-logwatch/postfix-logwatch-1.40.04.ebuild index bab89768c04c..43edbac64654 100644 --- a/net-mail/postfix-logwatch/postfix-logwatch-1.40.04.ebuild +++ b/net-mail/postfix-logwatch/postfix-logwatch-1.40.04.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -9,7 +9,7 @@ SRC_URI="http://michael.orlitzky.com/code/releases/${P}.tar.xz" LICENSE="MIT" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="amd64 x86" RDEPEND="dev-lang/perl" |