diff options
author | Ulrich Müller <ulm@gentoo.org> | 2023-07-16 07:33:55 +0200 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2023-07-16 07:34:46 +0200 |
commit | 5abe4ff8e90e079ea2a34969220ca0fd8eb4bdbf (patch) | |
tree | 509893aa3096cedad31479adcc2fe88b79691065 /app-emacs/exheres-mode | |
parent | app-emacs/magit: New flag "libgit" (diff) | |
download | gentoo-5abe4ff8e90e079ea2a34969220ca0fd8eb4bdbf.tar.gz gentoo-5abe4ff8e90e079ea2a34969220ca0fd8eb4bdbf.tar.bz2 gentoo-5abe4ff8e90e079ea2a34969220ca0fd8eb4bdbf.zip |
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@gentoo.org>
Diffstat (limited to 'app-emacs/exheres-mode')
-rw-r--r-- | app-emacs/exheres-mode/exheres-mode-1.10.ebuild | 4 |
1 files 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" |