commit:     c34f6460db3d724411a48d78747cd55f381eb813
Author:     Mario Haustein <mario.haustein <AT> hrz <DOT> tu-chemnitz <DOT> de>
AuthorDate: Fri Aug  5 17:12:25 2022 +0000
Commit:     Matthew Smith <matthew <AT> gentoo <DOT> 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 <mario.haustein <AT> hrz.tu-chemnitz.de>
Signed-off-by: Matthew Smith <matthew <AT> 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

Reply via email to