diff options
author | Sam James (sam_c) <sam@cmpct.info> | 2020-05-20 13:25:51 +0000 |
---|---|---|
committer | Thomas Deutschmann <whissi@gentoo.org> | 2020-05-26 22:18:08 +0200 |
commit | f959624beedd5ececb5c74f566470c4465968c80 (patch) | |
tree | 77116b86bfa25e2d221b1c16e87e8337d63ecd0d /dev-libs/botan | |
parent | dev-libs/botan: Fix tests with USE=bindist (diff) | |
download | gentoo-f959624beedd5ececb5c74f566470c4465968c80.tar.gz gentoo-f959624beedd5ececb5c74f566470c4465968c80.tar.bz2 gentoo-f959624beedd5ececb5c74f566470c4465968c80.zip |
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@cmpct.info>
Closes: https://github.com/gentoo/gentoo/pull/15892
Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
Diffstat (limited to 'dev-libs/botan')
-rw-r--r-- | dev-libs/botan/botan-2.14.0-r1.ebuild | 1 |
1 files changed, 1 insertions, 0 deletions
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[*]}" ) \ |