From: Sam James (sam_c) Date: Wed, 20 May 2020 13:25:51 +0000 (+0000) Subject: dev-libs/botan: Declare distribution name X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=f959624beedd5ececb5c74f566470c4465968c80;p=gentoo.git dev-libs/botan: Declare distribution name Closes: https://bugs.gentoo.org/724230 Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Sam James (sam_c) Closes: https://github.com/gentoo/gentoo/pull/15892 Signed-off-by: Thomas Deutschmann --- diff --git a/dev-libs/botan/botan-2.14.0-r1.ebuild b/dev-libs/botan/botan-2.14.0-r1.ebuild index 61d86ec2499a..c9567b6aa769 100644 --- a/dev-libs/botan/botan-2.14.0-r1.ebuild +++ b/dev-libs/botan/botan-2.14.0-r1.ebuild @@ -91,6 +91,7 @@ src_configure() { --docdir=share/doc \ --libdir=$(get_libdir) \ --os=${myos} \ + --distribution-info="Gentoo ${PVR}" \ --prefix="${EPREFIX}/usr" \ --with-endian="$(tc-endian)" \ --with-python-version=$(IFS=","; echo "${pythonvers[*]}" ) \