diff options
author | Sam James <sam@gentoo.org> | 2022-01-01 10:00:51 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-01-01 10:00:58 +0000 |
commit | 4192705813588e8da675f2a556632463f27f11f4 (patch) | |
tree | 1de676c767335b1572a738965de79c6cbb5dd493 /sys-fs/mergerfs-tools | |
parent | gui-libs/wlroots: fix RedundantUriRename (diff) | |
download | gentoo-4192705813588e8da675f2a556632463f27f11f4.tar.gz gentoo-4192705813588e8da675f2a556632463f27f11f4.tar.bz2 gentoo-4192705813588e8da675f2a556632463f27f11f4.zip |
sys-fs/mergerfs-tools: use conventional variable style
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'sys-fs/mergerfs-tools')
-rw-r--r-- | sys-fs/mergerfs-tools/mergerfs-tools-0_p20210502-r2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-fs/mergerfs-tools/mergerfs-tools-0_p20210502-r2.ebuild b/sys-fs/mergerfs-tools/mergerfs-tools-0_p20210502-r2.ebuild index 5a0890ce8bf1..6b237738979a 100644 --- a/sys-fs/mergerfs-tools/mergerfs-tools-0_p20210502-r2.ebuild +++ b/sys-fs/mergerfs-tools/mergerfs-tools-0_p20210502-r2.ebuild @@ -1,4 +1,4 @@ -# Copyright 2021 Gentoo Authors +# Copyright 2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -9,7 +9,7 @@ inherit python-any-r1 DESCRIPTION="Optional tools to help manage data in a mergerfs pool" HOMEPAGE="https://github.com/trapexit/mergerfs-tools" -SRC_URI="https://dev.gentoo.org/~slashbeast/distfiles/$PN/$P.tar.xz" +SRC_URI="https://dev.gentoo.org/~slashbeast/distfiles/${PN}/${P}.tar.xz" LICENSE="ISC" SLOT="0" |