diff options
author | Sam James <sam@gentoo.org> | 2022-03-10 23:06:06 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-03-10 23:06:06 +0000 |
commit | 95adfc9c63ffde11ce348aafc5d658811ed65f8c (patch) | |
tree | 9c19d7dbb5a9e850abe09342e1e8d7c0f2b6b310 /sci-mathematics | |
parent | media-libs/fontconfig: fix commands in global scope (diff) | |
download | gentoo-95adfc9c63ffde11ce348aafc5d658811ed65f8c.tar.gz gentoo-95adfc9c63ffde11ce348aafc5d658811ed65f8c.tar.bz2 gentoo-95adfc9c63ffde11ce348aafc5d658811ed65f8c.zip |
sci-mathematics/lcalc: fix RDEPEND typo
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'sci-mathematics')
-rw-r--r-- | sci-mathematics/lcalc/lcalc-2.0.5-r1.ebuild (renamed from sci-mathematics/lcalc/lcalc-2.0.5.ebuild) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sci-mathematics/lcalc/lcalc-2.0.5.ebuild b/sci-mathematics/lcalc/lcalc-2.0.5-r1.ebuild index 31542c170399..7e0b02e50370 100644 --- a/sci-mathematics/lcalc/lcalc-2.0.5.ebuild +++ b/sci-mathematics/lcalc/lcalc-2.0.5-r1.ebuild @@ -23,7 +23,7 @@ BDEPEND="dev-util/gengetopt" DEPEND="double-double? ( sci-libs/qd:= ) quad-double? ( sci-libs/qd:= ) pari? ( sci-mathematics/pari:= )" -REPEND="${DEPEND}" +RDEPEND="${DEPEND}" src_configure() { econf $(use_with pari) \ |