mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-06 00:48:18 -07:00
sci-visualization/gr: Always depend on libX11 and libXt
Closes: https://bugs.gentoo.org/749723 Package-Manager: Portage-3.0.8, Repoman-3.0.1 Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
This commit is contained in:
@@ -12,7 +12,7 @@ SRC_URI="https://github.com/sciapp/gr/archive/v${PV}.tar.gz -> ${P}.tar.gz"
|
||||
LICENSE="MIT"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
IUSE="cairo ffmpeg postscript tiff truetype X"
|
||||
IUSE="cairo ffmpeg postscript tiff truetype"
|
||||
|
||||
DEPEND="
|
||||
dev-qt/qtgui:5
|
||||
@@ -23,12 +23,13 @@ DEPEND="
|
||||
media-libs/qhull
|
||||
sys-libs/zlib
|
||||
virtual/opengl
|
||||
x11-libs/libX11
|
||||
x11-libs/libXt
|
||||
cairo? ( x11-libs/cairo )
|
||||
ffmpeg? ( media-video/ffmpeg )
|
||||
postscript? ( app-text/ghostscript-gpl )
|
||||
tiff? ( media-libs/tiff )
|
||||
truetype? ( media-libs/freetype )
|
||||
X? ( x11-libs/libX11 x11-libs/libXt )
|
||||
"
|
||||
RDEPEND="${DEPEND}"
|
||||
BDEPEND=""
|
||||
|
||||
Reference in New Issue
Block a user