diff options
author | Sam James <sam@gentoo.org> | 2021-04-02 10:52:44 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-04-03 16:43:21 +0100 |
commit | 52b799c7e09bb1d9b8163ef2f2b9b84439ad5d31 (patch) | |
tree | 954af46e50ee7d0610f2ec69042114b7f8892239 /media-gfx/flam3 | |
parent | media-gfx/engauge: fix variable references (diff) | |
download | gentoo-52b799c7e09bb1d9b8163ef2f2b9b84439ad5d31.tar.gz gentoo-52b799c7e09bb1d9b8163ef2f2b9b84439ad5d31.tar.bz2 gentoo-52b799c7e09bb1d9b8163ef2f2b9b84439ad5d31.zip |
media-gfx/flam3: fix variable references
Package-Manager: Portage-3.0.14-prefix, Repoman-3.0.2
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'media-gfx/flam3')
-rw-r--r-- | media-gfx/flam3/flam3-3.1.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/media-gfx/flam3/flam3-3.1.1.ebuild b/media-gfx/flam3/flam3-3.1.1.ebuild index bc2cc8e1aa49..935aeca183f1 100644 --- a/media-gfx/flam3/flam3-3.1.1.ebuild +++ b/media-gfx/flam3/flam3-3.1.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -6,7 +6,7 @@ inherit autotools eutils DESCRIPTION="Tools and a library for creating flame fractal images" HOMEPAGE="https://flam3.com/" -SRC_URI="https://github.com/scottdraves/flam3/archive/v$PV.tar.gz -> ${P}.tar.gz" +SRC_URI="https://github.com/scottdraves/flam3/archive/v${PV}.tar.gz -> ${P}.tar.gz" LICENSE="GPL-3" SLOT="0" |