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 58890158094 for ; Sat, 13 Aug 2022 07:59:24 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 610E4E07FE; Sat, 13 Aug 2022 07:59:22 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 32D98E07FE for ; Sat, 13 Aug 2022 07:59:22 +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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 4A26F34138D for ; Sat, 13 Aug 2022 07:59:21 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 61DD357A for ; Sat, 13 Aug 2022 07:59:18 +0000 (UTC) From: "Matthew Smith" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matthew Smith" Message-ID: <1660377518.c34f6460db3d724411a48d78747cd55f381eb813.matthew@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/keystone/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/keystone/keystone-0.9.2-r1.ebuild dev-libs/keystone/keystone-9999.ebuild X-VCS-Directories: dev-libs/keystone/ X-VCS-Committer: matthew X-VCS-Committer-Name: Matthew Smith X-VCS-Revision: c34f6460db3d724411a48d78747cd55f381eb813 X-VCS-Branch: master Date: Sat, 13 Aug 2022 07:59:18 +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: 0b24c755-2184-4fae-b942-f0a4c4c4ab81 X-Archives-Hash: 9167c281d759efc7d68f1bbd615193c0 commit: c34f6460db3d724411a48d78747cd55f381eb813 Author: Mario Haustein hrz tu-chemnitz de> AuthorDate: Fri Aug 5 17:12:25 2022 +0000 Commit: Matthew Smith gentoo org> CommitDate: Sat Aug 13 07:58:38 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c34f6460 dev-libs/keystone: fix installed pkg-config file Closes: https://bugs.gentoo.org/858395 Signed-off-by: Mario Haustein hrz.tu-chemnitz.de> Signed-off-by: Matthew Smith gentoo.org> dev-libs/keystone/keystone-0.9.2-r1.ebuild | 3 +++ dev-libs/keystone/keystone-9999.ebuild | 3 +++ 2 files changed, 6 insertions(+) diff --git a/dev-libs/keystone/keystone-0.9.2-r1.ebuild b/dev-libs/keystone/keystone-0.9.2-r1.ebuild index c0221f1ff7a7..0ab05108b1bc 100644 --- a/dev-libs/keystone/keystone-0.9.2-r1.ebuild +++ b/dev-libs/keystone/keystone-0.9.2-r1.ebuild @@ -42,6 +42,9 @@ REQUIRED_USE=" python? ( ${PYTHON_REQUIRED_USE} ) " +# Upstream doesn't flag patch releases (bug 858395) +QA_PKGCONFIG_VERSION="$(ver_cut 1-2)" + wrap_python() { if use python; then pushd bindings/python >/dev/null || die diff --git a/dev-libs/keystone/keystone-9999.ebuild b/dev-libs/keystone/keystone-9999.ebuild index c0221f1ff7a7..0ab05108b1bc 100644 --- a/dev-libs/keystone/keystone-9999.ebuild +++ b/dev-libs/keystone/keystone-9999.ebuild @@ -42,6 +42,9 @@ REQUIRED_USE=" python? ( ${PYTHON_REQUIRED_USE} ) " +# Upstream doesn't flag patch releases (bug 858395) +QA_PKGCONFIG_VERSION="$(ver_cut 1-2)" + wrap_python() { if use python; then pushd bindings/python >/dev/null || die