diff options
author | Philipp Rösner <rndxelement@protonmail.com> | 2022-02-04 22:58:53 +0100 |
---|---|---|
committer | Joonas Niilola <juippis@gentoo.org> | 2022-02-05 08:52:37 +0200 |
commit | cc6a62cb2986ce596ab175392d1b73ba1894b3ef (patch) | |
tree | 4ca94f74cd375aea121dc97906032a66e6af142e /app-text/mupdf | |
parent | dev-python/ipython: Keyword 8.0.1 arm, #808378 (diff) | |
download | gentoo-cc6a62cb2986ce596ab175392d1b73ba1894b3ef.tar.gz gentoo-cc6a62cb2986ce596ab175392d1b73ba1894b3ef.tar.bz2 gentoo-cc6a62cb2986ce596ab175392d1b73ba1894b3ef.zip |
app-text/mupdf: fixed unconditional BDEPEND
The x11-base/xorg-proto is only needed if the X use flag is enabled.
Closes: https://bugs.gentoo.org/832628
Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Philipp Rösner <rndxelement@protonmail.com>
Closes: https://github.com/gentoo/gentoo/pull/24082
Signed-off-by: Joonas Niilola <juippis@gentoo.org>
Diffstat (limited to 'app-text/mupdf')
-rw-r--r-- | app-text/mupdf/mupdf-1.19.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-text/mupdf/mupdf-1.19.0.ebuild b/app-text/mupdf/mupdf-1.19.0.ebuild index f88096d3c7b6..6dfeb8c2ecc4 100644 --- a/app-text/mupdf/mupdf-1.19.0.ebuild +++ b/app-text/mupdf/mupdf-1.19.0.ebuild @@ -39,7 +39,7 @@ RDEPEND=" ) " DEPEND="${RDEPEND}" -BDEPEND="x11-base/xorg-proto +BDEPEND="X? ( x11-base/xorg-proto ) virtual/pkgconfig" PATCHES=( |