diff options
author | Michael Orlitzky <mjo@gentoo.org> | 2019-04-08 10:05:22 -0400 |
---|---|---|
committer | Michael Orlitzky <mjo@gentoo.org> | 2019-04-08 10:07:03 -0400 |
commit | a846952e30dc45d0d920b98dfae26254b21fd27c (patch) | |
tree | 461ffdda568dce1c2faebbf2c233b55d53ef467e /net-mail/postfix-logwatch | |
parent | net-mail/amavis-logwatch: remove "unused" -r3 ebuild. (diff) | |
download | gentoo-a846952e30dc45d0d920b98dfae26254b21fd27c.tar.gz gentoo-a846952e30dc45d0d920b98dfae26254b21fd27c.tar.bz2 gentoo-a846952e30dc45d0d920b98dfae26254b21fd27c.zip |
net-mail/postfix-logwatch: maintainer stabilize -r3 on x86/amd64.
This package is pure perl, and so would have been marked ALLARCHES.
Moreover, it requires a special type of log file (that contains
sensitive information) to test. So, I think it's reasonable for me as
the maintainer to stabilize it on amd64, and (per ALLARCHES), on x86.
Signed-off-by: Michael Orlitzky <mjo@gentoo.org>
Package-Manager: Portage-2.3.62, Repoman-2.3.11
Diffstat (limited to 'net-mail/postfix-logwatch')
-rw-r--r-- | net-mail/postfix-logwatch/postfix-logwatch-1.40.03-r3.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-mail/postfix-logwatch/postfix-logwatch-1.40.03-r3.ebuild b/net-mail/postfix-logwatch/postfix-logwatch-1.40.03-r3.ebuild index 1e6cf975500f..49ed6220090f 100644 --- a/net-mail/postfix-logwatch/postfix-logwatch-1.40.03-r3.ebuild +++ b/net-mail/postfix-logwatch/postfix-logwatch-1.40.03-r3.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Authors +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -9,7 +9,7 @@ SRC_URI="mirror://sourceforge/logreporters/${P}.tgz" LICENSE="MIT" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="amd64 x86" RDEPEND="dev-lang/perl" |