commit: 79869e0df0d4cde0c70be577f15b53794b831ce3
Author: Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Tue Aug 1 15:43:12 2023 +0000
Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Tue Aug 1 15:46:53 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=79869e0d
app-doc/elisp-manual: Determine SLOT from ${PV}
Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>
app-doc/elisp-manual/elisp-manual-27.2.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/app-doc/elisp-manual/elisp-manual-27.2.ebuild
b/app-doc/elisp-manual/elisp-manual-27.2.ebuild
index d5b253d9182d..384d3d540172 100644
--- a/app-doc/elisp-manual/elisp-manual-27.2.ebuild
+++ b/app-doc/elisp-manual/elisp-manual-27.2.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
@@ -10,7 +10,7 @@ SRC_URI="https://dev.gentoo.org/~ulm/emacs/${P}.tar.xz"
S="${WORKDIR}/lispref"
LICENSE="FDL-1.3+"
-SLOT="27"
+SLOT="${PV%%.*}"
KEYWORDS="amd64 ppc ~riscv x86"
BDEPEND="sys-apps/texinfo"