commit: ce75fd44941b0c56009d4cfb762ecf79998dde78 Author: Maciej Barć <xgqt <AT> gentoo <DOT> org> AuthorDate: Fri Sep 15 12:24:06 2023 +0000 Commit: Maciej Barć <xgqt <AT> gentoo <DOT> org> CommitDate: Fri Sep 15 12:25:29 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ce75fd44
app-emacs/magit: Documentation -> docs Closes: https://bugs.gentoo.org/914225 Signed-off-by: Maciej Barć <xgqt <AT> gentoo.org> app-emacs/magit/magit-9999.ebuild | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/app-emacs/magit/magit-9999.ebuild b/app-emacs/magit/magit-9999.ebuild index 592c14218074..b4313fb02089 100644 --- a/app-emacs/magit/magit-9999.ebuild +++ b/app-emacs/magit/magit-9999.ebuild @@ -11,20 +11,22 @@ HOMEPAGE="https://magit.vc/ if [[ ${PV} == *9999* ]] ; then inherit git-r3 + EGIT_REPO_URI="https://github.com/magit/magit.git" else SRC_URI="https://github.com/magit/magit/archive/v${PV}.tar.gz -> ${P}.tar.gz" KEYWORDS="~amd64 ~arm ~ppc64 ~riscv ~x86 ~amd64-linux ~x86-linux" fi + S="${WORKDIR}/${P}/lisp" LICENSE="GPL-3+" SLOT="0" IUSE="libgit" -DOCS=( ../README.md ../Documentation/AUTHORS.md ../Documentation/RelNotes ) -ELISP_TEXINFO="../Documentation/*.texi" +DOCS=( ../README.md ../docs/AUTHORS.md ../docs/RelNotes ) +ELISP_TEXINFO="../docs/*.texi" SITEFILE="50${PN}-gentoo.el" RDEPEND="
