Skip to content

Commit

Permalink
media-gfx/flam3: fix variable references
Browse files Browse the repository at this point in the history
Package-Manager: Portage-3.0.14-prefix, Repoman-3.0.2
Signed-off-by: Sam James <[email protected]>
  • Loading branch information
thesamesam committed Apr 3, 2021
1 parent e836101 commit 52b799c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions media-gfx/flam3/flam3-3.1.1.ebuild
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
# Copyright 1999-2020 Gentoo Authors
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=6
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"
Expand Down

0 comments on commit 52b799c

Please sign in to comment.