commit: f959624beedd5ececb5c74f566470c4465968c80 Author: Sam James (sam_c) <sam <AT> cmpct <DOT> info> AuthorDate: Wed May 20 13:25:51 2020 +0000 Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org> CommitDate: Tue May 26 20:18:08 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f959624b
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) <sam <AT> cmpct.info> Closes: https://github.com/gentoo/gentoo/pull/15892 Signed-off-by: Thomas Deutschmann <whissi <AT> gentoo.org> dev-libs/botan/botan-2.14.0-r1.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/dev-libs/botan/botan-2.14.0-r1.ebuild b/dev-libs/botan/botan-2.14.0-r1.ebuild index 61d86ec2499..c9567b6aa76 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[*]}" ) \
