summaryrefslogtreecommitdiff
path: root/net-irc/ircii/ircii-20230930.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'net-irc/ircii/ircii-20230930.ebuild')
-rw-r--r--net-irc/ircii/ircii-20230930.ebuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/net-irc/ircii/ircii-20230930.ebuild b/net-irc/ircii/ircii-20230930.ebuild
index eeaa9dded08e..ada997f148c3 100644
--- a/net-irc/ircii/ircii-20230930.ebuild
+++ b/net-irc/ircii/ircii-20230930.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
@@ -14,7 +14,6 @@ HOMEPAGE="http://eterna.com.au/ircii/"
LICENSE="BSD"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~riscv ~x86 ~amd64-linux ~x86-linux ~ppc-macos"
-IUSE="lto"
DEPEND="dev-libs/openssl:0=
sys-libs/ncurses:0=
@@ -29,7 +28,8 @@ S="${WORKDIR}/${PN}"
src_configure() {
tc-export CC
- econf $(use_with lto)
+ # --with-lto only appends -flto (so does --without-lto, sigh)
+ econf
}
src_install() {