Created attachment 413388 [details, diff] umurmur-0.2.16a-r1.ebuild.diff this also fixes: * move the ssl provider check to pkg_pretend because that is the proper place to do it, since it is presented before the actual merge is done and the user can still abort, which is not sanely possible in src_configure * don't add dependencies on ssl providers which are not chosen (due to our precedence detection)
LGTM (although I still wonder if we should have an eclass for this).
(In reply to Alex Xu (Hello71) from comment #1) > LGTM (although I still wonder if we should have an eclass for this). eclass for what?
(In reply to Julian Ospald (hasufell) from comment #2) > (In reply to Alex Xu (Hello71) from comment #1) > > LGTM (although I still wonder if we should have an eclass for this). > > eclass for what? ssl library selection.
Author: Lars Wendler <polynomial-c@gentoo.org> Date: Thu Oct 1 09:49:06 2015 media-sound/umurmur: Revbump to add libressl support (bug #561922) Package-Manager: portage-2.2.22 Signed-off-by: Lars Wendler <polynomial-c@gentoo.org>
(In reply to Alex Xu (Hello71) from comment #3) > (In reply to Julian Ospald (hasufell) from comment #2) > > (In reply to Alex Xu (Hello71) from comment #1) > > > LGTM (although I still wonder if we should have an eclass for this). > > > > eclass for what? > > ssl library selection. That selection is ebuild specific here.