summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2017-12-26 01:50:58 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2017-12-26 02:02:05 +0100
commit5033b7c210e5b051f97123c0c46f9b7aa252af81 (patch)
tree51397772e7c70bc514dad1610dbafdfb65f6747e /app-office
parentapp-office/scribus: Fix build with >=app-text/popper-0.58 (diff)
downloadgentoo-5033b7c210e5b051f97123c0c46f9b7aa252af81.tar.gz
gentoo-5033b7c210e5b051f97123c0c46f9b7aa252af81.tar.bz2
gentoo-5033b7c210e5b051f97123c0c46f9b7aa252af81.zip
app-office/scribus: Fix USE=minimal
Upstream commit 45478d86d487b9eb024a3b7a6feb9968b8874b57 Package-Manager: Portage-2.3.19, Repoman-2.3.6
Diffstat (limited to 'app-office')
-rw-r--r--app-office/scribus/scribus-1.5.3-r1.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/app-office/scribus/scribus-1.5.3-r1.ebuild b/app-office/scribus/scribus-1.5.3-r1.ebuild
index 2f05a227d5f2..4b50af54e96f 100644
--- a/app-office/scribus/scribus-1.5.3-r1.ebuild
+++ b/app-office/scribus/scribus-1.5.3-r1.ebuild
@@ -146,7 +146,7 @@ src_configure() {
-DWANT_GRAPHICSMAGICK="$(usex graphicsmagick)"
-DWANT_NOOSG="$(usex !osg)"
-DWANT_DEBUG="$(usex debug)"
- -DWANT_NOHEADERINSTALL="$(usex minimal)"
+ -DWANT_HEADERINSTALL="$(usex !minimal)"
-DWANT_HUNSPELL="$(usex hunspell)"
-DWANT_NOEXAMPLES="$(usex !examples)"
-DWANT_NOTEMPLATES="$(usex !templates)"