Gentoo Archives: gentoo-commits

From: Ian Whyman <thev00d00@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-lang/duktape/
Date: Sun, 28 Jun 2020 08:52:29
Message-Id: 1593334324.10cf094cdd34df34e8085e3ab615a7a7988bbad8.thev00d00@gentoo
1 commit: 10cf094cdd34df34e8085e3ab615a7a7988bbad8
2 Author: Ian Whyman <thev00d00 <AT> gentoo <DOT> org>
3 AuthorDate: Sun Jun 28 08:52:04 2020 +0000
4 Commit: Ian Whyman <thev00d00 <AT> gentoo <DOT> org>
5 CommitDate: Sun Jun 28 08:52:04 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=10cf094c
7
8 dev-lang/duktape: Fix header install
9
10 Closes: https://bugs.gentoo.org/729914
11 Closes: https://bugs.gentoo.org/729840
12 Package-Manager: Portage-2.3.103, Repoman-2.3.23
13 Signed-off-by: Ian Whyman <thev00d00 <AT> gentoo.org>
14
15 dev-lang/duktape/{duktape-2.5.0.ebuild => duktape-2.5.0-r1.ebuild} | 2 +-
16 1 file changed, 1 insertion(+), 1 deletion(-)
17
18 diff --git a/dev-lang/duktape/duktape-2.5.0.ebuild b/dev-lang/duktape/duktape-2.5.0-r1.ebuild
19 similarity index 93%
20 rename from dev-lang/duktape/duktape-2.5.0.ebuild
21 rename to dev-lang/duktape/duktape-2.5.0-r1.ebuild
22 index 56c63a07cbc..096bdf22910 100644
23 --- a/dev-lang/duktape/duktape-2.5.0.ebuild
24 +++ b/dev-lang/duktape/duktape-2.5.0-r1.ebuild
25 @@ -21,7 +21,7 @@ src_prepare() {
26 eapply_user
27
28 # Set install path
29 - sed -i "s#INSTALL_PREFIX = /usr/local#INSTALL_PREFIX = ${D::-1}/usr#" \
30 + sed -i "s#INSTALL_PREFIX = /usr/local#INSTALL_PREFIX = ${D%/}/usr#" \
31 Makefile.sharedlibrary || die "failed to set install path"
32
33 # Edit pkgconfig