diff options
author | Sam James <sam@gentoo.org> | 2021-04-12 01:00:08 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-04-12 02:07:19 +0100 |
commit | 4fb1ec8342a431f90c1ba5946549f6b612bbd197 (patch) | |
tree | 17fb01bd1877b115cc409824b30f2dfd8356f87f /sci-mathematics/gsl-shell | |
parent | net-libs/rabbitmq-c: fix DEPEND typo (diff) | |
download | gentoo-4fb1ec8342a431f90c1ba5946549f6b612bbd197.tar.gz gentoo-4fb1ec8342a431f90c1ba5946549f6b612bbd197.tar.bz2 gentoo-4fb1ec8342a431f90c1ba5946549f6b612bbd197.zip |
sci-mathematics/gsl-shell: fix DEPEND typo
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'sci-mathematics/gsl-shell')
-rw-r--r-- | sci-mathematics/gsl-shell/gsl-shell-2.3.0_beta1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sci-mathematics/gsl-shell/gsl-shell-2.3.0_beta1.ebuild b/sci-mathematics/gsl-shell/gsl-shell-2.3.0_beta1.ebuild index 739ce56d681c..f182d5168c48 100644 --- a/sci-mathematics/gsl-shell/gsl-shell-2.3.0_beta1.ebuild +++ b/sci-mathematics/gsl-shell/gsl-shell-2.3.0_beta1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -23,7 +23,7 @@ RDEPEND=" sys-libs/readline:0= || ( media-fonts/ubuntu-font-family media-fonts/freefont media-fonts/dejavu ) fox? ( x11-libs/fox:1.6 )" -DEPEND="${DEPEND} +DEPEND="${RDEPEND} virtual/pkgconfig doc? ( dev-python/sphinx[latex] )" |