diff options
author | Sam James <sam@gentoo.org> | 2021-04-02 10:53:02 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-04-03 16:43:46 +0100 |
commit | 756b5f2daed4f3e421e74e57e2aa7e1d2e7b5db0 (patch) | |
tree | 4dbe1757d587d8cea69bf3c30115f0ac4da2a8b9 /sci-libs | |
parent | sci-geosciences/opencpn-plugin-logbookkonni: fix variable reference, missing die (diff) | |
download | gentoo-756b5f2daed4f3e421e74e57e2aa7e1d2e7b5db0.tar.gz gentoo-756b5f2daed4f3e421e74e57e2aa7e1d2e7b5db0.tar.bz2 gentoo-756b5f2daed4f3e421e74e57e2aa7e1d2e7b5db0.zip |
sci-libs/oce: 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 'sci-libs')
-rw-r--r-- | sci-libs/oce/oce-0.18.3-r2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sci-libs/oce/oce-0.18.3-r2.ebuild b/sci-libs/oce/oce-0.18.3-r2.ebuild index 11a072de0d62..9a331c5771e8 100644 --- a/sci-libs/oce/oce-0.18.3-r2.ebuild +++ b/sci-libs/oce/oce-0.18.3-r2.ebuild @@ -7,7 +7,7 @@ inherit cmake check-reqs java-pkg-opt-2 DESCRIPTION="Development platform for CAD/CAE, 3D surface/solid modeling and data exchange" HOMEPAGE="https://github.com/tpaviot/oce" -SRC_URI="https://github.com/tpaviot/oce/archive/OCE-$PV.tar.gz" +SRC_URI="https://github.com/tpaviot/oce/archive/OCE-${PV}.tar.gz" LICENSE="|| ( Open-CASCADE-LGPL-2.1-Exception-1.0 LGPL-2.1 )" SLOT="${PV}" |