mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-08 14:43:27 -04:00
sys-fs/dwarfs: fix ordering of S variable
Signed-off-by: crueter <crueter@eden-emu.dev>
This commit is contained in:
@@ -9,11 +9,12 @@ DESCRIPTION="Fast high compression read-only filesystem for Linux, FreeBSD, macO
|
|||||||
HOMEPAGE="https://github.com/mhx/dwarfs"
|
HOMEPAGE="https://github.com/mhx/dwarfs"
|
||||||
SRC_URI="https://github.com/mhx/dwarfs/releases/download/v${PV}/${P}.tar.xz"
|
SRC_URI="https://github.com/mhx/dwarfs/releases/download/v${PV}/${P}.tar.xz"
|
||||||
|
|
||||||
|
S="${WORKDIR}/dwarfs-${PV}"
|
||||||
|
|
||||||
LICENSE="GPL-3 MIT"
|
LICENSE="GPL-3 MIT"
|
||||||
SLOT="0"
|
SLOT="0"
|
||||||
KEYWORDS="~amd64 ~arm64"
|
KEYWORDS="~amd64 ~arm64"
|
||||||
IUSE="test +tools +fuse +perfmon flac ricepp stacktrace"
|
IUSE="test +tools +fuse +perfmon flac ricepp stacktrace"
|
||||||
S="${WORKDIR}/dwarfs-${PV}"
|
|
||||||
|
|
||||||
RDEPEND="
|
RDEPEND="
|
||||||
>=app-arch/libarchive-3.8.6
|
>=app-arch/libarchive-3.8.6
|
||||||
|
|||||||
Reference in New Issue
Block a user