sci-visualization/gnuplot: Add missing dependency on xorg-proto

Closes: https://bugs.gentoo.org/926524
Signed-off-by: Ulrich Müller <ulm@gentoo.org>
This commit is contained in:
Ulrich Müller 2024-03-09 21:03:37 +01:00
parent 960c46b14f
commit 9319e7db80
No known key found for this signature in database
GPG Key ID: 5188335088415E2E
4 changed files with 21 additions and 9 deletions

View File

@ -59,9 +59,12 @@ RDEPEND="
x11-libs/cairo
x11-libs/pango
x11-libs/gtk+:3 )
X? ( x11-libs/libXaw )"
X? (
x11-libs/libX11
x11-libs/libXaw )"
DEPEND="${RDEPEND}"
DEPEND="${RDEPEND}
X? ( x11-base/xorg-proto )"
BDEPEND="
virtual/pkgconfig

View File

@ -59,9 +59,12 @@ RDEPEND="
x11-libs/cairo
x11-libs/pango
x11-libs/gtk+:3 )
X? ( x11-libs/libXaw )"
X? (
x11-libs/libX11
x11-libs/libXaw )"
DEPEND="${RDEPEND}"
DEPEND="${RDEPEND}
X? ( x11-base/xorg-proto )"
BDEPEND="
virtual/pkgconfig

View File

@ -58,9 +58,12 @@ RDEPEND="
x11-libs/cairo
x11-libs/pango
x11-libs/gtk+:3 )
X? ( x11-libs/libXaw )"
X? (
x11-libs/libX11
x11-libs/libXaw )"
DEPEND="${RDEPEND}"
DEPEND="${RDEPEND}
X? ( x11-base/xorg-proto )"
BDEPEND="
virtual/pkgconfig

View File

@ -1,4 +1,4 @@
# Copyright 1999-2023 Gentoo Authors
# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@ -58,9 +58,12 @@ RDEPEND="
x11-libs/cairo
x11-libs/pango
x11-libs/gtk+:3 )
X? ( x11-libs/libXaw )"
X? (
x11-libs/libX11
x11-libs/libXaw )"
DEPEND="${RDEPEND}"
DEPEND="${RDEPEND}
X? ( x11-base/xorg-proto )"
BDEPEND="
virtual/pkgconfig