diff options
author | Ulrich Müller <ulm@gentoo.org> | 2023-08-01 17:43:12 +0200 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2023-08-01 17:46:53 +0200 |
commit | 79869e0df0d4cde0c70be577f15b53794b831ce3 (patch) | |
tree | ec84498bb9d07ed072c3739e251d87e5c59db5b8 /app-doc | |
parent | media-fonts/noto: Stabilize 20230531 ppc64, #911557 (diff) | |
download | gentoo-79869e0df0d4cde0c70be577f15b53794b831ce3.tar.gz gentoo-79869e0df0d4cde0c70be577f15b53794b831ce3.tar.bz2 gentoo-79869e0df0d4cde0c70be577f15b53794b831ce3.zip |
app-doc/elisp-manual: Determine SLOT from ${PV}
Signed-off-by: Ulrich Müller <ulm@gentoo.org>
Diffstat (limited to 'app-doc')
-rw-r--r-- | app-doc/elisp-manual/elisp-manual-27.2.ebuild | 4 |
1 files 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" |