diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2024-03-14 10:02:40 +0200 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2024-03-14 10:02:40 +0200 |
commit | 842d04257028f00648289179f1933d26ba579835 (patch) | |
tree | 34c24f64a25468cc66caecc52ab51b79ee0dc88b /sys-apps | |
parent | sys-apps/mawk: Stabilize 1.3.4_p20240123 amd64, #926983 (diff) | |
download | gentoo-842d04257028f00648289179f1933d26ba579835.tar.gz gentoo-842d04257028f00648289179f1933d26ba579835.tar.bz2 gentoo-842d04257028f00648289179f1933d26ba579835.zip |
sys-apps/logwatch: Stabilize 7.10 ppc64, #926984
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'sys-apps')
-rw-r--r-- | sys-apps/logwatch/logwatch-7.10.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-apps/logwatch/logwatch-7.10.ebuild b/sys-apps/logwatch/logwatch-7.10.ebuild index 59fdebbdc0ed..d85439094965 100644 --- a/sys-apps/logwatch/logwatch-7.10.ebuild +++ b/sys-apps/logwatch/logwatch-7.10.ebuild @@ -13,7 +13,7 @@ if [[ ${PV} == 9999 ]] ; then inherit git-r3 else SRC_URI="mirror://sourceforge/${PN}/${P}/${P}.tar.gz" - KEYWORDS="~alpha amd64 arm arm64 ~hppa ppc ~ppc64 sparc x86" + KEYWORDS="~alpha amd64 arm arm64 ~hppa ppc ppc64 sparc x86" fi LICENSE="MIT" |