From 069405d0726c3baac4c091c972c15c3ee08b79d7 Mon Sep 17 00:00:00 2001 From: Andrew Ammerlaan Date: Thu, 6 Oct 2022 15:06:22 +0200 Subject: sci-mathematics/dataplot: add missing bdepend Closes: https://bugs.gentoo.org/728890 Signed-off-by: Andrew Ammerlaan --- sci-mathematics/dataplot/dataplot-20131220.ebuild | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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}" -- cgit v1.2.3-65-gdbad