Gentoo Archives: gentoo-commits

From: Alfredo Tupone <tupone@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/glm/
Date: Fri, 10 Jan 2020 18:00:41
Message-Id: 1578679218.c05c832c745e2fc99c292f28b976cdae01dd8515.tupone@gentoo
1 commit: c05c832c745e2fc99c292f28b976cdae01dd8515
2 Author: Tupone Alfredo <tupone <AT> gentoo <DOT> org>
3 AuthorDate: Fri Jan 10 18:00:18 2020 +0000
4 Commit: Alfredo Tupone <tupone <AT> gentoo <DOT> org>
5 CommitDate: Fri Jan 10 18:00:18 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c05c832c
7
8 media-libs/glm: Fix glm.pc
9
10 Package-Manager: Portage-2.3.79, Repoman-2.3.16
11 Signed-off-by: Alfredo Tupone <tupone <AT> gentoo.org>
12
13 media-libs/glm/glm-0.9.9.7.ebuild | 4 +++-
14 1 file changed, 3 insertions(+), 1 deletion(-)
15
16 diff --git a/media-libs/glm/glm-0.9.9.7.ebuild b/media-libs/glm/glm-0.9.9.7.ebuild
17 index ac6c4ff427a..c144e6b5a4c 100644
18 --- a/media-libs/glm/glm-0.9.9.7.ebuild
19 +++ b/media-libs/glm/glm-0.9.9.7.ebuild
20 @@ -18,7 +18,9 @@ RESTRICT="!test? ( test )"
21 RDEPEND="virtual/opengl"
22
23 src_prepare() {
24 - sed -e "s:@CMAKE_INSTALL_PREFIX@:${EPREFIX}/usr:" \
25 + sed \
26 + -e "s:@CMAKE_INSTALL_PREFIX@:${EPREFIX}/usr:" \
27 + -e "s:@GLM_VERSION@:0.9.9:" \
28 "${FILESDIR}"/glm.pc.in \
29 > glm.pc
30 cmake-utils_src_prepare