Gentoo Archives: gentoo-commits

From: Michael Orlitzky <mjo@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-libs/cddlib/
Date: Wed, 03 Aug 2022 20:32:44
Message-Id: 1659558637.964fdea84e7fe6bd6301c0e7236c77e99dac3568.mjo@gentoo
1 commit: 964fdea84e7fe6bd6301c0e7236c77e99dac3568
2 Author: Michael Orlitzky <mjo <AT> gentoo <DOT> org>
3 AuthorDate: Wed Aug 3 20:29:24 2022 +0000
4 Commit: Michael Orlitzky <mjo <AT> gentoo <DOT> org>
5 CommitDate: Wed Aug 3 20:30:37 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=964fdea8
7
8 sci-libs/cddlib: hide spurious QA warning about pkg-config.
9
10 Closes: https://bugs.gentoo.org/862726
11 Signed-off-by: Michael Orlitzky <mjo <AT> gentoo.org>
12
13 sci-libs/cddlib/cddlib-094m-r1.ebuild | 3 ++-
14 1 file changed, 2 insertions(+), 1 deletion(-)
15
16 diff --git a/sci-libs/cddlib/cddlib-094m-r1.ebuild b/sci-libs/cddlib/cddlib-094m-r1.ebuild
17 index bcfb95f450cd..6aa6754453b0 100644
18 --- a/sci-libs/cddlib/cddlib-094m-r1.ebuild
19 +++ b/sci-libs/cddlib/cddlib-094m-r1.ebuild
20 @@ -1,4 +1,4 @@
21 -# Copyright 1999-2021 Gentoo Authors
22 +# Copyright 1999-2022 Gentoo Authors
23 # Distributed under the terms of the GNU General Public License v2
24
25 EAPI=7
26 @@ -6,6 +6,7 @@ EAPI=7
27 # This can't work forever; but for now, it's better than hard-coding the
28 # correct version string.
29 MY_PV="${PV:0:1}.${PV:1}"
30 +QA_PKGCONFIG_VERSION="${MY_PV}"
31
32 MY_P="${PN}-${MY_PV}"
33 DESCRIPTION="C library implementing the Double Description Method"