summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMario Haustein <mario.haustein@hrz.tu-chemnitz.de>2022-08-05 19:12:25 +0200
committerMatthew Smith <matthew@gentoo.org>2022-08-13 08:58:38 +0100
commitc34f6460db3d724411a48d78747cd55f381eb813 (patch)
treefdb9aad75f4e0327518e79f6513973a819e3c677 /dev-libs/keystone
parentdev-libs/keystone: add myself as a maintainer (diff)
downloadgentoo-c34f6460db3d724411a48d78747cd55f381eb813.tar.gz
gentoo-c34f6460db3d724411a48d78747cd55f381eb813.tar.bz2
gentoo-c34f6460db3d724411a48d78747cd55f381eb813.zip
dev-libs/keystone: fix installed pkg-config file
Closes: https://bugs.gentoo.org/858395 Signed-off-by: Mario Haustein <mario.haustein@hrz.tu-chemnitz.de> Signed-off-by: Matthew Smith <matthew@gentoo.org>
Diffstat (limited to 'dev-libs/keystone')
-rw-r--r--dev-libs/keystone/keystone-0.9.2-r1.ebuild3
-rw-r--r--dev-libs/keystone/keystone-9999.ebuild3
2 files changed, 6 insertions, 0 deletions
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