Gentoo Archives: gentoo-commits

From: Sergei Trofimovich <slyfox@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-libs/blocksruntime/
Date: Fri, 04 Sep 2020 12:57:49
Message-Id: 1599224262.b1c62426acf7fedab5f9ce94d8cce46290f1a603.slyfox@gentoo
1 commit: b1c62426acf7fedab5f9ce94d8cce46290f1a603
2 Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
3 AuthorDate: Fri Sep 4 12:57:32 2020 +0000
4 Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
5 CommitDate: Fri Sep 4 12:57:42 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b1c62426
7
8 sys-libs/blocksruntime: install Blocks.h into private dir
9
10 Blocks.h collides with gnustep-base/libobjc2. -fblocks
11 does not really need external headers. For rare users
12 that need it we still provide it in non-standard location.
13
14 Reported-by: Toralf Förster
15 Closes: https://bugs.gentoo.org/740356
16 Package-Manager: Portage-3.0.5, Repoman-3.0.1
17 Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org>
18
19 ...untime-0_pre20171027.ebuild => blocksruntime-0_pre20171027-r1.ebuild} | 1 +
20 1 file changed, 1 insertion(+)
21
22 diff --git a/sys-libs/blocksruntime/blocksruntime-0_pre20171027.ebuild b/sys-libs/blocksruntime/blocksruntime-0_pre20171027-r1.ebuild
23 similarity index 94%
24 rename from sys-libs/blocksruntime/blocksruntime-0_pre20171027.ebuild
25 rename to sys-libs/blocksruntime/blocksruntime-0_pre20171027-r1.ebuild
26 index a855b832dba..6c49e1748db 100644
27 --- a/sys-libs/blocksruntime/blocksruntime-0_pre20171027.ebuild
28 +++ b/sys-libs/blocksruntime/blocksruntime-0_pre20171027-r1.ebuild
29 @@ -35,6 +35,7 @@ src_compile() {
30
31 src_install() {
32 prefix="${EPREFIX}/usr" \
33 + includedir="${EPREFIX}/usr/include/blocksruntime" \
34 libdir="${EPREFIX}/usr/$(get_libdir)" \
35 DESTDIR="${D}" \
36 ./installlib $(use static-libs || echo -shared) || die