commit: 57f70d96f89499376864c47dd0b1f8389c1a590c
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Tue Dec 26 16:37:02 2023 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Jan 7 11:37:42 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=57f70d96
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 <AT> gentoo.org>
app-text/crengine-ng/crengine-ng-0.9.10.ebuild | 5 ++---
1 file 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
}