diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2024-03-14 09:48:10 +0200 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2024-03-14 09:48:10 +0200 |
commit | ad5ab7ab55262c677d9386105bec2ca7a0c9c978 (patch) | |
tree | f4629a8902982077b003a557578a4178a3584e35 /sys-apps/logwatch | |
parent | media-libs/libpng: Stabilize 1.6.43 ppc64, #926982 (diff) | |
download | gentoo-ad5ab7ab55262c677d9386105bec2ca7a0c9c978.tar.gz gentoo-ad5ab7ab55262c677d9386105bec2ca7a0c9c978.tar.bz2 gentoo-ad5ab7ab55262c677d9386105bec2ca7a0c9c978.zip |
sys-apps/logwatch: Stabilize 7.10 amd64, #926984
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'sys-apps/logwatch')
-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 3e51a17be56f..59fdebbdc0ed 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" |