media-libs/portsmf: Fix pkg-config version

Closes: https://bugs.gentoo.org/860192
Signed-off-by: Ryan Fox <flewkey@2a03.party>
This commit is contained in:
Ryan Fox
2022-07-23 15:59:55 -07:00
parent 08712d2e0b
commit e3f79656b0
2 changed files with 12 additions and 2 deletions

View File

@@ -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=8
@@ -21,3 +21,8 @@ SLOT="0"
DEPEND=""
RDEPEND="${DEPEND}"
BDEPEND=""
src_prepare() {
sed -i "s/0.1/${PV}/" "${S}/packaging/portSMF.pc.in"
cmake_src_prepare
}

View File

@@ -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=8
@@ -21,3 +21,8 @@ SLOT="0"
DEPEND=""
RDEPEND="${DEPEND}"
BDEPEND=""
src_prepare() {
sed -i "s/0.1/${PV}/" "${S}/packaging/portSMF.pc.in"
cmake_src_prepare
}