Gentoo Archives: gentoo-commits

From: Kent Fredric <kentnl@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-lang/nqp/
Date: Wed, 07 Aug 2019 11:42:58
Message-Id: 1565178108.0479b21840dde31a190c9c630b8b397ca9192b19.kentnl@gentoo
1 commit: 0479b21840dde31a190c9c630b8b397ca9192b19
2 Author: Kent Fredric <kentnl <AT> gentoo <DOT> org>
3 AuthorDate: Wed Aug 7 10:32:32 2019 +0000
4 Commit: Kent Fredric <kentnl <AT> gentoo <DOT> org>
5 CommitDate: Wed Aug 7 11:41:48 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0479b218
7
8 dev-lang/nqp: Employ ${EPREFIX} in --prefix
9
10 Package-Manager: Portage-2.3.66, Repoman-2.3.16
11 Signed-off-by: Kent Fredric <kentnl <AT> gentoo.org>
12
13 dev-lang/nqp/nqp-2018.06-r1.ebuild | 2 +-
14 dev-lang/nqp/nqp-2018.08-r1.ebuild | 2 +-
15 dev-lang/nqp/nqp-2018.09-r1.ebuild | 2 +-
16 dev-lang/nqp/nqp-2018.12-r1.ebuild | 2 +-
17 dev-lang/nqp/nqp-2019.03-r1.ebuild | 2 +-
18 dev-lang/nqp/nqp-9999.ebuild | 2 +-
19 6 files changed, 6 insertions(+), 6 deletions(-)
20
21 diff --git a/dev-lang/nqp/nqp-2018.06-r1.ebuild b/dev-lang/nqp/nqp-2018.06-r1.ebuild
22 index b940317f245..12c384f5289 100644
23 --- a/dev-lang/nqp/nqp-2018.06-r1.ebuild
24 +++ b/dev-lang/nqp/nqp-2018.06-r1.ebuild
25 @@ -69,7 +69,7 @@ nqp_configure() {
26 pushd "${BUILD_DIR}" > /dev/null || die
27 local myconfargs=(
28 "--backend=${MULTIBUILD_VARIANT}"
29 - "--prefix=/usr" )
30 + "--prefix=${EPREFIX%/}/usr" )
31
32 perl Configure.pl "${myconfargs[@]}" || die
33 popd || die
34
35 diff --git a/dev-lang/nqp/nqp-2018.08-r1.ebuild b/dev-lang/nqp/nqp-2018.08-r1.ebuild
36 index b940317f245..12c384f5289 100644
37 --- a/dev-lang/nqp/nqp-2018.08-r1.ebuild
38 +++ b/dev-lang/nqp/nqp-2018.08-r1.ebuild
39 @@ -69,7 +69,7 @@ nqp_configure() {
40 pushd "${BUILD_DIR}" > /dev/null || die
41 local myconfargs=(
42 "--backend=${MULTIBUILD_VARIANT}"
43 - "--prefix=/usr" )
44 + "--prefix=${EPREFIX%/}/usr" )
45
46 perl Configure.pl "${myconfargs[@]}" || die
47 popd || die
48
49 diff --git a/dev-lang/nqp/nqp-2018.09-r1.ebuild b/dev-lang/nqp/nqp-2018.09-r1.ebuild
50 index b940317f245..12c384f5289 100644
51 --- a/dev-lang/nqp/nqp-2018.09-r1.ebuild
52 +++ b/dev-lang/nqp/nqp-2018.09-r1.ebuild
53 @@ -69,7 +69,7 @@ nqp_configure() {
54 pushd "${BUILD_DIR}" > /dev/null || die
55 local myconfargs=(
56 "--backend=${MULTIBUILD_VARIANT}"
57 - "--prefix=/usr" )
58 + "--prefix=${EPREFIX%/}/usr" )
59
60 perl Configure.pl "${myconfargs[@]}" || die
61 popd || die
62
63 diff --git a/dev-lang/nqp/nqp-2018.12-r1.ebuild b/dev-lang/nqp/nqp-2018.12-r1.ebuild
64 index b940317f245..12c384f5289 100644
65 --- a/dev-lang/nqp/nqp-2018.12-r1.ebuild
66 +++ b/dev-lang/nqp/nqp-2018.12-r1.ebuild
67 @@ -69,7 +69,7 @@ nqp_configure() {
68 pushd "${BUILD_DIR}" > /dev/null || die
69 local myconfargs=(
70 "--backend=${MULTIBUILD_VARIANT}"
71 - "--prefix=/usr" )
72 + "--prefix=${EPREFIX%/}/usr" )
73
74 perl Configure.pl "${myconfargs[@]}" || die
75 popd || die
76
77 diff --git a/dev-lang/nqp/nqp-2019.03-r1.ebuild b/dev-lang/nqp/nqp-2019.03-r1.ebuild
78 index b940317f245..12c384f5289 100644
79 --- a/dev-lang/nqp/nqp-2019.03-r1.ebuild
80 +++ b/dev-lang/nqp/nqp-2019.03-r1.ebuild
81 @@ -69,7 +69,7 @@ nqp_configure() {
82 pushd "${BUILD_DIR}" > /dev/null || die
83 local myconfargs=(
84 "--backend=${MULTIBUILD_VARIANT}"
85 - "--prefix=/usr" )
86 + "--prefix=${EPREFIX%/}/usr" )
87
88 perl Configure.pl "${myconfargs[@]}" || die
89 popd || die
90
91 diff --git a/dev-lang/nqp/nqp-9999.ebuild b/dev-lang/nqp/nqp-9999.ebuild
92 index 61c5c890f01..e62293edbfb 100644
93 --- a/dev-lang/nqp/nqp-9999.ebuild
94 +++ b/dev-lang/nqp/nqp-9999.ebuild
95 @@ -69,7 +69,7 @@ nqp_configure() {
96 pushd "${BUILD_DIR}" > /dev/null || die
97 local myconfargs=(
98 "--backend=${MULTIBUILD_VARIANT}"
99 - "--prefix=/usr" )
100 + "--prefix=${EPREFIX%/}/usr" )
101
102 perl Configure.pl "${myconfargs[@]}" || die
103 popd || die