diff options
author | Sam James <sam@gentoo.org> | 2023-01-06 21:52:53 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-01-06 21:52:53 +0000 |
commit | 61aa41e0cebba64fba6403d43c2cd42b2db9e55d (patch) | |
tree | 71aeece250039198cf0cc133efb77e6ad7aebf21 /app-emacs/nagios-mode | |
parent | app-emulation/qemu: Stabilize 7.2.0 ppc64, #889974 (diff) | |
download | gentoo-61aa41e0cebba64fba6403d43c2cd42b2db9e55d.tar.gz gentoo-61aa41e0cebba64fba6403d43c2cd42b2db9e55d.tar.bz2 gentoo-61aa41e0cebba64fba6403d43c2cd42b2db9e55d.zip |
app-emacs/nagios-mode: Stabilize 0.4 ALLARCHES, #889580
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-emacs/nagios-mode')
-rw-r--r-- | app-emacs/nagios-mode/nagios-mode-0.4.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-emacs/nagios-mode/nagios-mode-0.4.ebuild b/app-emacs/nagios-mode/nagios-mode-0.4.ebuild index ee260c178eff..61504ff07fce 100644 --- a/app-emacs/nagios-mode/nagios-mode-0.4.ebuild +++ b/app-emacs/nagios-mode/nagios-mode-0.4.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -11,7 +11,7 @@ SRC_URI="http://michael.orlitzky.com/code/releases/${P}.tar.xz" LICENSE="GPL-3+" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="amd64 x86" SITEFILE="50${PN}-gentoo.el" DOCS="ChangeLog README test_suite.cfg" |