summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2023-06-01 22:13:45 +0100
committerSam James <sam@gentoo.org>2023-06-01 22:13:58 +0100
commit9bd88af42c258807ff6f0487885a9254537cd34e (patch)
tree9d3744f0f5d3b6dbfe8a69f1c7884e559082dc82 /app-text
parentapp-misc/tmuxp: add 1.28.1 (diff)
downloadgentoo-9bd88af42c258807ff6f0487885a9254537cd34e.tar.gz
gentoo-9bd88af42c258807ff6f0487885a9254537cd34e.tar.bz2
gentoo-9bd88af42c258807ff6f0487885a9254537cd34e.zip
app-text/poppler: fix OFF typo
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-text')
-rw-r--r--app-text/poppler/poppler-23.05.0.ebuild2
-rw-r--r--app-text/poppler/poppler-9999.ebuild2
2 files changed, 2 insertions, 2 deletions
diff --git a/app-text/poppler/poppler-23.05.0.ebuild b/app-text/poppler/poppler-23.05.0.ebuild
index ff17b922df37..a7287e4efeee 100644
--- a/app-text/poppler/poppler-23.05.0.ebuild
+++ b/app-text/poppler/poppler-23.05.0.ebuild
@@ -105,7 +105,7 @@ src_configure() {
append-lfs-flags # bug #898506
local mycmakeargs=(
- -DBUILD_GTK_TESTS=OFFF
+ -DBUILD_GTK_TESTS=OFF
-DBUILD_QT5_TESTS=$(usex test $(usex qt5))
-DBUILD_CPP_TESTS=$(usex test)
-DBUILD_MANUAL_TESTS=$(usex test)
diff --git a/app-text/poppler/poppler-9999.ebuild b/app-text/poppler/poppler-9999.ebuild
index 12b2f50d86e7..3e8c75ae38bc 100644
--- a/app-text/poppler/poppler-9999.ebuild
+++ b/app-text/poppler/poppler-9999.ebuild
@@ -105,7 +105,7 @@ src_configure() {
append-lfs-flags # bug #898506
local mycmakeargs=(
- -DBUILD_GTK_TESTS=OFFF
+ -DBUILD_GTK_TESTS=OFF
-DBUILD_QT5_TESTS=$(usex test $(usex qt5))
-DBUILD_CPP_TESTS=$(usex test)
-DBUILD_MANUAL_TESTS=$(usex test)