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 D432E158094 for ; Sat, 23 Jul 2022 23:01:18 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7A08AE0C97; Sat, 23 Jul 2022 23:01:17 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 5A63BE0C97 for ; Sat, 23 Jul 2022 23:01:17 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 18A19340FB3 for ; Sat, 23 Jul 2022 23:01:16 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6204C326 for ; Sat, 23 Jul 2022 23:01:14 +0000 (UTC) From: "Ryan Fox" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ryan Fox" Message-ID: <1658617229.e3f79656b0f8d71bd5a3b1d8f1d173cfa373747e.flewkey@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: media-libs/portsmf/ X-VCS-Repository: repo/proj/guru X-VCS-Files: media-libs/portsmf/portsmf-239.ebuild media-libs/portsmf/portsmf-9999.ebuild X-VCS-Directories: media-libs/portsmf/ X-VCS-Committer: flewkey X-VCS-Committer-Name: Ryan Fox X-VCS-Revision: e3f79656b0f8d71bd5a3b1d8f1d173cfa373747e X-VCS-Branch: dev Date: Sat, 23 Jul 2022 23:01:14 +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: a331f5c9-c53d-4e87-a714-a4dd667eeebb X-Archives-Hash: 963b6e3a48e344ce542ecc400790fd21 commit: e3f79656b0f8d71bd5a3b1d8f1d173cfa373747e Author: Ryan Fox 2a03 party> AuthorDate: Sat Jul 23 22:59:55 2022 +0000 Commit: Ryan Fox 2a03 party> CommitDate: Sat Jul 23 23:00:29 2022 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=e3f79656 media-libs/portsmf: Fix pkg-config version Closes: https://bugs.gentoo.org/860192 Signed-off-by: Ryan Fox 2a03.party> media-libs/portsmf/portsmf-239.ebuild | 7 ++++++- media-libs/portsmf/portsmf-9999.ebuild | 7 ++++++- 2 files changed, 12 insertions(+), 2 deletions(-) diff --git a/media-libs/portsmf/portsmf-239.ebuild b/media-libs/portsmf/portsmf-239.ebuild index 3bec77ff8..4663b35f5 100644 --- a/media-libs/portsmf/portsmf-239.ebuild +++ b/media-libs/portsmf/portsmf-239.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=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 +} diff --git a/media-libs/portsmf/portsmf-9999.ebuild b/media-libs/portsmf/portsmf-9999.ebuild index 3bec77ff8..4663b35f5 100644 --- a/media-libs/portsmf/portsmf-9999.ebuild +++ b/media-libs/portsmf/portsmf-9999.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=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 +}