From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 4069E158094 for ; Wed, 3 Aug 2022 20:32:44 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 589B0E0BBE; Wed, 3 Aug 2022 20:32:43 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 425BBE0BBE for ; Wed, 3 Aug 2022 20:32:43 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 6511E34102E for ; Wed, 3 Aug 2022 20:32:42 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id AB6A254D for ; Wed, 3 Aug 2022 20:32:40 +0000 (UTC) From: "Michael Orlitzky" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michael Orlitzky" Message-ID: <1659558637.964fdea84e7fe6bd6301c0e7236c77e99dac3568.mjo@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-libs/cddlib/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-libs/cddlib/cddlib-094m-r1.ebuild X-VCS-Directories: sci-libs/cddlib/ X-VCS-Committer: mjo X-VCS-Committer-Name: Michael Orlitzky X-VCS-Revision: 964fdea84e7fe6bd6301c0e7236c77e99dac3568 X-VCS-Branch: master Date: Wed, 3 Aug 2022 20:32:40 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: df9ac5d8-da60-4eb9-9da3-b5a2a4aab9b2 X-Archives-Hash: a65eb5a1376639ac5cabb33c6eb2c103 commit: 964fdea84e7fe6bd6301c0e7236c77e99dac3568 Author: Michael Orlitzky gentoo org> AuthorDate: Wed Aug 3 20:29:24 2022 +0000 Commit: Michael Orlitzky gentoo 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 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"