Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-arch/lz4/
Date: Sun, 05 Feb 2017 10:12:57
Message-Id: 1486289565.7bd1e138670b484e76bf52736f65ceac37305ba2.mgorny@gentoo
1 commit: 7bd1e138670b484e76bf52736f65ceac37305ba2
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sun Feb 5 10:10:58 2017 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sun Feb 5 10:12:45 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7bd1e138
7
8 app-arch/lz4: Fix missing Version in .pc, #608144
9
10 app-arch/lz4/{lz4-1.7.5.ebuild => lz4-1.7.5-r1.ebuild} | 3 +++
11 1 file changed, 3 insertions(+)
12
13 diff --git a/app-arch/lz4/lz4-1.7.5.ebuild b/app-arch/lz4/lz4-1.7.5-r1.ebuild
14 similarity index 89%
15 rename from app-arch/lz4/lz4-1.7.5.ebuild
16 rename to app-arch/lz4/lz4-1.7.5-r1.ebuild
17 index 3e59139..baab43b 100644
18 --- a/app-arch/lz4/lz4-1.7.5.ebuild
19 +++ b/app-arch/lz4/lz4-1.7.5-r1.ebuild
20 @@ -33,4 +33,7 @@ multilib_src_configure() {
21 )
22
23 cmake-utils_src_configure
24 +
25 + # fix missing version in .pc, #608144
26 + sed -i -e "/Version/s:$:${PV}:" "${BUILD_DIR}"/liblz4.pc || die
27 }