summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2023-12-26 17:37:02 +0100
committerMichał Górny <mgorny@gentoo.org>2024-01-07 12:37:42 +0100
commit57f70d96f89499376864c47dd0b1f8389c1a590c (patch)
treed2c4f4ff4488d9b260c8e61e1b5d6cd9e167be3e /app-text/crengine-ng
parentapp-mobilephone/scrcpy: [QA] Remove invalid USE=lto (diff)
downloadgentoo-57f70d96f89499376864c47dd0b1f8389c1a590c.tar.gz
gentoo-57f70d96f89499376864c47dd0b1f8389c1a590c.tar.bz2
gentoo-57f70d96f89499376864c47dd0b1f8389c1a590c.zip
app-text/crengine-ng: [QA] Remove invalid USE=lto
USE=lto in this package only appends -flto flag. This is not a valid use of the USE flag, as lto in Gentoo is enabled via setting flags manually. Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'app-text/crengine-ng')
-rw-r--r--app-text/crengine-ng/crengine-ng-0.9.10.ebuild5
1 files changed, 2 insertions, 3 deletions
diff --git a/app-text/crengine-ng/crengine-ng-0.9.10.ebuild b/app-text/crengine-ng/crengine-ng-0.9.10.ebuild
index 383b2f92facd..2941ba39c36d 100644
--- a/app-text/crengine-ng/crengine-ng-0.9.10.ebuild
+++ b/app-text/crengine-ng/crengine-ng-0.9.10.ebuild
@@ -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
@@ -12,7 +12,7 @@ SRC_URI+=" test? ( mirror://gnu/freefont/freefont-otf-20120503.tar.gz )"
LICENSE="GPL-2+"
SLOT="0/5"
KEYWORDS="amd64 ~arm64 x86"
-IUSE="+png +jpeg +gif +svg +chm +harfbuzz +fontconfig +libunibreak +fribidi +zstd +libutf8proc lto static-libs test"
+IUSE="+png +jpeg +gif +svg +chm +harfbuzz +fontconfig +libunibreak +fribidi +zstd +libutf8proc static-libs test"
RESTRICT="!test? ( test )"
@@ -68,7 +68,6 @@ src_configure() {
-DBUILD_TOOLS=OFF
-DENABLE_UNITTESTING=$(usex test)
-DOFFLINE_BUILD_MODE=ON
- -DENABLE_LTO=$(usex lto)
)
cmake_src_configure
}