Diff load-relative-1.3.1 with a load-relative-1.3.2

/usr/portage/app-emacs/load-relative/load-relative-1.3.2.ebuild 2023-10-09 14:52:28.696368330 +0300
1
# Copyright 1999-2022 Gentoo Authors
1
# Copyright 1999-2023 Gentoo Authors
2 2
# Distributed under the terms of the GNU General Public License v2
3 3

  
4 4
EAPI=8
......
7 7

  
8 8
DESCRIPTION="Relative loads for Emacs Lisp files"
9 9
HOMEPAGE="https://github.com/rocky/emacs-load-relative/"
10
SRC_URI="https://github.com/rocky/emacs-${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
10
SRC_URI="https://github.com/rocky/emacs-${PN}/archive/${PV}.tar.gz
11
	-> ${P}.tar.gz"
11 12
S="${WORKDIR}"/emacs-${P}
12 13

  
13 14
LICENSE="GPL-3+"
......
15 16
SLOT="0"
16 17

  
17 18
DOCS=( ChangeLog README.md )
18
ELISP_REMOVE="el-get-install.el"  # Unnecessary, used for install using el-get
19 19
SITEFILE="50${PN}-gentoo.el"
Thank you!