Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-lang/mujs/
Date: Tue, 20 Apr 2021 15:02:22
Message-Id: 1618930921.681e9ce6e681e34f6ecf6e39fdfe004988001d64.sam@gentoo
1 commit: 681e9ce6e681e34f6ecf6e39fdfe004988001d64
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Tue Apr 20 15:01:37 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Tue Apr 20 15:02:01 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=681e9ce6
7
8 dev-lang/mujs: fix pkgconfig file
9
10 Closes: https://bugs.gentoo.org/784461
11 Signed-off-by: Sam James <sam <AT> gentoo.org>
12
13 dev-lang/mujs/{mujs-1.1.1-r1.ebuild => mujs-1.1.1-r2.ebuild} | 2 +-
14 1 file changed, 1 insertion(+), 1 deletion(-)
15
16 diff --git a/dev-lang/mujs/mujs-1.1.1-r1.ebuild b/dev-lang/mujs/mujs-1.1.1-r2.ebuild
17 similarity index 99%
18 rename from dev-lang/mujs/mujs-1.1.1-r1.ebuild
19 rename to dev-lang/mujs/mujs-1.1.1-r2.ebuild
20 index 39c708514d9..bc0c2a8caca 100644
21 --- a/dev-lang/mujs/mujs-1.1.1-r1.ebuild
22 +++ b/dev-lang/mujs/mujs-1.1.1-r2.ebuild
23 @@ -52,7 +52,7 @@ src_compile() {
24 src_install() {
25 local myemakeargs=(
26 DESTDIR="${ED}"
27 - VERSION=${PF}
28 + VERSION=${PV}
29 libdir="/usr/$(get_libdir)"
30 prefix=/usr
31 )