Gentoo Archives: gentoo-commits

From: Lars Wendler <polynomial-c@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/opus/
Date: Fri, 26 May 2017 11:20:53
Message-Id: 1495797642.18a9646e70a7d5d3d57482202883a755d56933d9.polynomial-c@gentoo
1 commit: 18a9646e70a7d5d3d57482202883a755d56933d9
2 Author: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
3 AuthorDate: Fri May 26 11:20:28 2017 +0000
4 Commit: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
5 CommitDate: Fri May 26 11:20:42 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=18a9646e
7
8 media-libs/opus: Fixed version string in pkgconfig file.
9
10 Package-Manager: Portage-2.3.6, Repoman-2.3.2
11
12 media-libs/opus/opus-1.2_beta.ebuild | 5 +++++
13 1 file changed, 5 insertions(+)
14
15 diff --git a/media-libs/opus/opus-1.2_beta.ebuild b/media-libs/opus/opus-1.2_beta.ebuild
16 index 56f6b59a7f8..f863dd1233f 100644
17 --- a/media-libs/opus/opus-1.2_beta.ebuild
18 +++ b/media-libs/opus/opus-1.2_beta.ebuild
19 @@ -28,6 +28,11 @@ S="${WORKDIR}/${P/_/-}"
20
21 src_prepare() {
22 default
23 +
24 + if [[ ! -f package_version ]] ; then
25 + echo "PACKAGE_VERSION=\"${PV/_/-}\"" > package_version
26 + fi
27 +
28 eautoreconf
29 }