diff options
author | Thomas Deutschmann <whissi@gentoo.org> | 2020-12-21 02:36:51 +0100 |
---|---|---|
committer | Thomas Deutschmann <whissi@gentoo.org> | 2020-12-21 02:36:51 +0100 |
commit | bc4a98f5acfd1e21a584db9ba34c4584a70d9516 (patch) | |
tree | d755d006f879289b7bc65aa71f2137fb2d2e0f94 /sys-apps | |
parent | dev-libs/libpipeline: x86 stable (bug #759682) (diff) | |
download | gentoo-bc4a98f5acfd1e21a584db9ba34c4584a70d9516.tar.gz gentoo-bc4a98f5acfd1e21a584db9ba34c4584a70d9516.tar.bz2 gentoo-bc4a98f5acfd1e21a584db9ba34c4584a70d9516.zip |
sys-apps/logwatch: x86 stable (bug #759010)
Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
Diffstat (limited to 'sys-apps')
-rw-r--r-- | sys-apps/logwatch/logwatch-7.5.4.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-apps/logwatch/logwatch-7.5.4.ebuild b/sys-apps/logwatch/logwatch-7.5.4.ebuild index 247b3915d881..09b79251a9d1 100644 --- a/sys-apps/logwatch/logwatch-7.5.4.ebuild +++ b/sys-apps/logwatch/logwatch-7.5.4.ebuild @@ -12,7 +12,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 DESCRIPTION="Analyzes and Reports on system logs" |