diff options
author | Andrew Ammerlaan <andrewammerlaan@gentoo.org> | 2022-10-06 15:06:22 +0200 |
---|---|---|
committer | Andrew Ammerlaan <andrewammerlaan@gentoo.org> | 2022-10-06 15:06:22 +0200 |
commit | 069405d0726c3baac4c091c972c15c3ee08b79d7 (patch) | |
tree | 795364ce3f85932eea6be97182b0d18701c9c344 /sci-mathematics | |
parent | dev-lang/gdl: add 1.0.1, enable python3_{10,11} (diff) | |
download | gentoo-069405d0726c3baac4c091c972c15c3ee08b79d7.tar.gz gentoo-069405d0726c3baac4c091c972c15c3ee08b79d7.tar.bz2 gentoo-069405d0726c3baac4c091c972c15c3ee08b79d7.zip |
sci-mathematics/dataplot: add missing bdepend
Closes: https://bugs.gentoo.org/728890
Signed-off-by: Andrew Ammerlaan <andrewammerlaan@gentoo.org>
Diffstat (limited to 'sci-mathematics')
-rw-r--r-- | sci-mathematics/dataplot/dataplot-20131220.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sci-mathematics/dataplot/dataplot-20131220.ebuild b/sci-mathematics/dataplot/dataplot-20131220.ebuild index ea559f7ade99..ddad933a3c40 100644 --- a/sci-mathematics/dataplot/dataplot-20131220.ebuild +++ b/sci-mathematics/dataplot/dataplot-20131220.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -34,6 +34,7 @@ DEPEND="${COMMON_DEPEND} virtual/pkgconfig" RDEPEND="${COMMON_DEPEND} X? ( x11-misc/xdg-utils )" +BDEPEND="media-libs/gd" S_AUX="${WORKDIR}/${MY_P_AUX}" |