diff options
author | 2022-08-03 16:29:24 -0400 | |
---|---|---|
committer | 2022-08-03 16:30:37 -0400 | |
commit | 964fdea84e7fe6bd6301c0e7236c77e99dac3568 (patch) | |
tree | 64eb569c790b76fc2944f9fad6def83756bbe2c3 /sci-libs | |
parent | sci-libs/brial: Migrate to ESYSROOT, drop static libs. (diff) | |
download | gentoo-964fdea84e7fe6bd6301c0e7236c77e99dac3568.tar.gz gentoo-964fdea84e7fe6bd6301c0e7236c77e99dac3568.tar.bz2 gentoo-964fdea84e7fe6bd6301c0e7236c77e99dac3568.zip |
sci-libs/cddlib: hide spurious QA warning about pkg-config.
Closes: https://bugs.gentoo.org/862726
Signed-off-by: Michael Orlitzky <mjo@gentoo.org>
Diffstat (limited to 'sci-libs')
-rw-r--r-- | sci-libs/cddlib/cddlib-094m-r1.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
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" |