diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2024-04-04 18:05:46 +0300 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2024-04-04 18:05:46 +0300 |
commit | 24e889830c323bc93cb67c076d0a11221fc109b7 (patch) | |
tree | 477c8f714413ac1f6c0de23dce3144b9479d0700 /app-emacs | |
parent | app-emacs/flycheck-package: Stabilize 0.14 amd64, #928556 (diff) | |
download | gentoo-24e889830c323bc93cb67c076d0a11221fc109b7.tar.gz gentoo-24e889830c323bc93cb67c076d0a11221fc109b7.tar.bz2 gentoo-24e889830c323bc93cb67c076d0a11221fc109b7.zip |
app-emacs/mocker: Stabilize 0.5.0 amd64, #928556
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'app-emacs')
-rw-r--r-- | app-emacs/mocker/mocker-0.5.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-emacs/mocker/mocker-0.5.0.ebuild b/app-emacs/mocker/mocker-0.5.0.ebuild index 72cb42d3a884..dce0eae168d0 100644 --- a/app-emacs/mocker/mocker-0.5.0.ebuild +++ b/app-emacs/mocker/mocker-0.5.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -14,7 +14,7 @@ S="${WORKDIR}"/${MY_PN}-${PV} LICENSE="GPL-2+" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="amd64 ~x86" DOCS=( README.markdown ) SITEFILE="50${PN}-gentoo.el" |