From 79869e0df0d4cde0c70be577f15b53794b831ce3 Mon Sep 17 00:00:00 2001 From: Ulrich Müller Date: Tue, 1 Aug 2023 17:43:12 +0200 Subject: app-doc/elisp-manual: Determine SLOT from ${PV} MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Ulrich Müller --- app-doc/elisp-manual/elisp-manual-27.2.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'app-doc/elisp-manual') 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" -- cgit v1.2.3-65-gdbad