diff options
author | 2023-01-03 23:24:49 +0000 | |
---|---|---|
committer | 2023-01-03 23:24:56 +0000 | |
commit | e2675574381b6b98d3b6584165a39ea9df14bf03 (patch) | |
tree | 1a395db5c19f63c46298b9bc3f904e5eac2df2e0 /app-emacs/compat | |
parent | app-emacs/transient: Stabilize 0.3.7_p20220918-r1 amd64, #889586 (diff) | |
download | gentoo-e2675574381b6b98d3b6584165a39ea9df14bf03.tar.gz gentoo-e2675574381b6b98d3b6584165a39ea9df14bf03.tar.bz2 gentoo-e2675574381b6b98d3b6584165a39ea9df14bf03.zip |
app-emacs/compat: Stabilize 28.1.1.3 amd64, #889586
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-emacs/compat')
-rw-r--r-- | app-emacs/compat/compat-28.1.1.3.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-emacs/compat/compat-28.1.1.3.ebuild b/app-emacs/compat/compat-28.1.1.3.ebuild index 8a61c3a356a2..d7de25c5bf4b 100644 --- a/app-emacs/compat/compat-28.1.1.3.ebuild +++ b/app-emacs/compat/compat-28.1.1.3.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 @@ -15,7 +15,7 @@ S="${WORKDIR}"/${PN}-${H} LICENSE="GPL-3+" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="amd64 ~x86" BDEPEND="sys-apps/texinfo" |