Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 857576 - net-dns/getdns-1.7.0-r1: use appropriate cmake variables for libev, libevent, libuv
Summary: net-dns/getdns-1.7.0-r1: use appropriate cmake variables for libev, libevent,...
Status: UNCONFIRMED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All All
: Normal normal (vote)
Assignee: No maintainer - Look at https://wiki.gentoo.org/wiki/Project:Proxy_Maintainers if you want to take care of it
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2022-07-11 09:38 UTC by ayuayuayu
Modified: 2023-01-28 20:08 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
use BUILD_* instead of USE_* for libev, libevent, libuv (getdns-1.7.0-r1.ebuild.use-build.patch,1011 bytes, patch)
2022-07-11 09:38 UTC, ayuayuayu
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
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.