diff options
author | Sven Wegener <swegener@gentoo.org> | 2025-01-18 22:04:32 +0100 |
---|---|---|
committer | Sven Wegener <swegener@gentoo.org> | 2025-01-18 22:05:17 +0100 |
commit | b5de4e8bd0e8da0f7f1a3e29515b918a805f8453 (patch) | |
tree | 22b868708d555db51aca2c34caa08ff56a2cf677 /net-dns | |
parent | net-dns/pdns-recursor: filter LTO flags (diff) | |
download | gentoo-b5de4e8bd0e8da0f7f1a3e29515b918a805f8453.tar.gz gentoo-b5de4e8bd0e8da0f7f1a3e29515b918a805f8453.tar.bz2 gentoo-b5de4e8bd0e8da0f7f1a3e29515b918a805f8453.zip |
net-dns/pdns-recursor: remove lto USE flag
It was committed by accident.
Signed-off-by: Sven Wegener <swegener@gentoo.org>
Diffstat (limited to 'net-dns')
-rw-r--r-- | net-dns/pdns-recursor/pdns-recursor-5.2.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-dns/pdns-recursor/pdns-recursor-5.2.0.ebuild b/net-dns/pdns-recursor/pdns-recursor-5.2.0.ebuild index f78ff6485291..02223adeb190 100644 --- a/net-dns/pdns-recursor/pdns-recursor-5.2.0.ebuild +++ b/net-dns/pdns-recursor/pdns-recursor-5.2.0.ebuild @@ -58,7 +58,7 @@ SRC_URI="https://downloads.powerdns.com/releases/${P/_/-}.tar.bz2 ${CARGO_CRATE_ LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ~arm ~x86" -IUSE="debug dnstap lto snmp sodium systemd test valgrind" +IUSE="debug dnstap snmp sodium systemd test valgrind" REQUIRED_USE="${LUA_REQUIRED_USE}" RESTRICT="!test? ( test )" |