commit: 964fdea84e7fe6bd6301c0e7236c77e99dac3568 Author: Michael Orlitzky <mjo <AT> gentoo <DOT> org> AuthorDate: Wed Aug 3 20:29:24 2022 +0000 Commit: Michael Orlitzky <mjo <AT> gentoo <DOT> org> CommitDate: Wed Aug 3 20:30:37 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=964fdea8
sci-libs/cddlib: hide spurious QA warning about pkg-config. Closes: https://bugs.gentoo.org/862726 Signed-off-by: Michael Orlitzky <mjo <AT> gentoo.org> sci-libs/cddlib/cddlib-094m-r1.ebuild | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/sci-libs/cddlib/cddlib-094m-r1.ebuild b/sci-libs/cddlib/cddlib-094m-r1.ebuild index bcfb95f450cd..6aa6754453b0 100644 --- a/sci-libs/cddlib/cddlib-094m-r1.ebuild +++ b/sci-libs/cddlib/cddlib-094m-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -6,6 +6,7 @@ EAPI=7 # This can't work forever; but for now, it's better than hard-coding the # correct version string. MY_PV="${PV:0:1}.${PV:1}" +QA_PKGCONFIG_VERSION="${MY_PV}" MY_P="${PN}-${MY_PV}" DESCRIPTION="C library implementing the Double Description Method"
