commit: 5abe4ff8e90e079ea2a34969220ca0fd8eb4bdbf Author: Ulrich Müller <ulm <AT> gentoo <DOT> org> AuthorDate: Sun Jul 16 05:33:55 2023 +0000 Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org> CommitDate: Sun Jul 16 05:34:46 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5abe4ff8
app-emacs/exheres-mode: Fix S Ignore dead HOMEPAGE and SRC_URI for now, maybe this is only temporary. Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org> app-emacs/exheres-mode/exheres-mode-1.10.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app-emacs/exheres-mode/exheres-mode-1.10.ebuild b/app-emacs/exheres-mode/exheres-mode-1.10.ebuild index 45a923df12b6..105bd4a950d5 100644 --- a/app-emacs/exheres-mode/exheres-mode-1.10.ebuild +++ b/app-emacs/exheres-mode/exheres-mode-1.10.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 @@ -9,7 +9,7 @@ DESCRIPTION="Major mode for editing files in exheres format" HOMEPAGE="https://www.exherbo.org/ https://gitlab.exherbo.org/exherbo-misc/exheres-mode/" SRC_URI="https://dev.exherbo.org/distfiles/${PN}/${P}.tar.xz" -S="${S}"/src +S="${WORKDIR}/${P}/src" LICENSE="GPL-2+" SLOT="0"
