commit: 756b5f2daed4f3e421e74e57e2aa7e1d2e7b5db0 Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Fri Apr 2 09:53:02 2021 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Sat Apr 3 15:43:46 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=756b5f2d
sci-libs/oce: fix variable references Package-Manager: Portage-3.0.14-prefix, Repoman-3.0.2 Signed-off-by: Sam James <sam <AT> gentoo.org> sci-libs/oce/oce-0.18.3-r2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sci-libs/oce/oce-0.18.3-r2.ebuild b/sci-libs/oce/oce-0.18.3-r2.ebuild index 11a072de0d6..9a331c5771e 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}"
