Gentoo Archives: gentoo-commits

From: Thomas Deutschmann <whissi@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/botan/
Date: Tue, 26 May 2020 20:18:58
Message-Id: 1590524288.f959624beedd5ececb5c74f566470c4465968c80.whissi@gentoo
1 commit: f959624beedd5ececb5c74f566470c4465968c80
2 Author: Sam James (sam_c) <sam <AT> cmpct <DOT> info>
3 AuthorDate: Wed May 20 13:25:51 2020 +0000
4 Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
5 CommitDate: Tue May 26 20:18:08 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f959624b
7
8 dev-libs/botan: Declare distribution name
9
10 Closes: https://bugs.gentoo.org/724230
11 Package-Manager: Portage-2.3.99, Repoman-2.3.22
12 Signed-off-by: Sam James (sam_c) <sam <AT> cmpct.info>
13 Closes: https://github.com/gentoo/gentoo/pull/15892
14 Signed-off-by: Thomas Deutschmann <whissi <AT> gentoo.org>
15
16 dev-libs/botan/botan-2.14.0-r1.ebuild | 1 +
17 1 file changed, 1 insertion(+)
18
19 diff --git a/dev-libs/botan/botan-2.14.0-r1.ebuild b/dev-libs/botan/botan-2.14.0-r1.ebuild
20 index 61d86ec2499..c9567b6aa76 100644
21 --- a/dev-libs/botan/botan-2.14.0-r1.ebuild
22 +++ b/dev-libs/botan/botan-2.14.0-r1.ebuild
23 @@ -91,6 +91,7 @@ src_configure() {
24 --docdir=share/doc \
25 --libdir=$(get_libdir) \
26 --os=${myos} \
27 + --distribution-info="Gentoo ${PVR}" \
28 --prefix="${EPREFIX}/usr" \
29 --with-endian="$(tc-endian)" \
30 --with-python-version=$(IFS=","; echo "${pythonvers[*]}" ) \