summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2021-04-02 10:55:14 +0100
committerSam James <sam@gentoo.org>2021-04-03 16:43:23 +0100
commit771ea604585ae8e2f88daf11ab059f8473976220 (patch)
tree76033214f640c60daf40c1265251e0a83f092c75
parentmedia-gfx/xdot: fix variable references (diff)
downloadgentoo-771ea604585ae8e2f88daf11ab059f8473976220.tar.gz
gentoo-771ea604585ae8e2f88daf11ab059f8473976220.tar.bz2
gentoo-771ea604585ae8e2f88daf11ab059f8473976220.zip
media-libs/lib3mf: fix variable references
Package-Manager: Portage-3.0.14-prefix, Repoman-3.0.2 Signed-off-by: Sam James <sam@gentoo.org>
-rw-r--r--media-libs/lib3mf/lib3mf-1.8.1.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/media-libs/lib3mf/lib3mf-1.8.1.ebuild b/media-libs/lib3mf/lib3mf-1.8.1.ebuild
index 6a9e8bdc83aa..a51555571c7c 100644
--- a/media-libs/lib3mf/lib3mf-1.8.1.ebuild
+++ b/media-libs/lib3mf/lib3mf-1.8.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=7
@@ -7,7 +7,7 @@ inherit cmake
DESCRIPTION="Implementation of the 3D Manufacturing Format file standard"
HOMEPAGE="https://3mf.io/"
-SRC_URI="https://github.com/3MFConsortium/$PN/archive/v$PV.tar.gz -> $P.tar.gz"
+SRC_URI="https://github.com/3MFConsortium/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="BSD"
SLOT="0"