diff options
Diffstat (limited to 'app-admin/sysstat/sysstat-12.6.2-r1.ebuild')
-rw-r--r-- | app-admin/sysstat/sysstat-12.6.2-r1.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/app-admin/sysstat/sysstat-12.6.2-r1.ebuild b/app-admin/sysstat/sysstat-12.6.2-r1.ebuild index 4e72d8559c1a..bb65c56dfae5 100644 --- a/app-admin/sysstat/sysstat-12.6.2-r1.ebuild +++ b/app-admin/sysstat/sysstat-12.6.2-r1.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="https://github.com/${PN}/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="~alpha amd64 arm arm64 ~hppa ~mips ppc ppc64 ~riscv ~s390 sparc x86" -IUSE="dcron debug nls lm-sensors lto selinux systemd" +IUSE="dcron debug nls lm-sensors selinux systemd" BDEPEND=" virtual/pkgconfig @@ -48,12 +48,12 @@ src_prepare() { src_configure() { tc-export AR + # --enable-lto only appends -flto sa_lib_dir=/usr/lib/sa \ conf_dir=/etc \ econf \ $(use_enable !systemd use-crond) \ $(use_enable lm-sensors sensors) \ - $(use_enable lto) \ $(use_enable nls) \ $(usex debug --enable-debuginfo '') \ --disable-compress-manpg \ |