From 57f70d96f89499376864c47dd0b1f8389c1a590c Mon Sep 17 00:00:00 2001 From: Michał Górny Date: Tue, 26 Dec 2023 17:37:02 +0100 Subject: app-text/crengine-ng: [QA] Remove invalid USE=lto MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 --- app-text/crengine-ng/crengine-ng-0.9.10.ebuild | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'app-text') 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 } -- cgit v1.2.3-65-gdbad