Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 857576

Summary: net-dns/getdns-1.7.0-r1: use appropriate cmake variables for libev, libevent, libuv
Product: Gentoo Linux Reporter: ayuayuayu
Component: Current packagesAssignee: No maintainer - Look at https://wiki.gentoo.org/wiki/Project:Proxy_Maintainers if you want to take care of it <maintainer-needed>
Status: UNCONFIRMED ---    
Severity: normal    
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: All   
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: use BUILD_* instead of USE_* for libev, libevent, libuv

Description ayuayuayu 2022-07-11 09:38:11 UTC
Created attachment 790982 [details, diff]
use BUILD_* instead of USE_* for libev, libevent, libuv

it seems the USE_* variables turned in to 'internal' variables and were replaced by equivalent BUILD_* variables:
https://github.com/getdnsapi/getdns/commit/4453febf2dae7cd92e2c767de154fc4c57f178ff

the current ebuild can result in automagic dependencies on libev, etc.