commit: b1c62426acf7fedab5f9ce94d8cce46290f1a603 Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org> AuthorDate: Fri Sep 4 12:57:32 2020 +0000 Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org> CommitDate: Fri Sep 4 12:57:42 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b1c62426
sys-libs/blocksruntime: install Blocks.h into private dir Blocks.h collides with gnustep-base/libobjc2. -fblocks does not really need external headers. For rare users that need it we still provide it in non-standard location. Reported-by: Toralf Förster Closes: https://bugs.gentoo.org/740356 Package-Manager: Portage-3.0.5, Repoman-3.0.1 Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org> ...untime-0_pre20171027.ebuild => blocksruntime-0_pre20171027-r1.ebuild} | 1 + 1 file changed, 1 insertion(+) diff --git a/sys-libs/blocksruntime/blocksruntime-0_pre20171027.ebuild b/sys-libs/blocksruntime/blocksruntime-0_pre20171027-r1.ebuild similarity index 94% rename from sys-libs/blocksruntime/blocksruntime-0_pre20171027.ebuild rename to sys-libs/blocksruntime/blocksruntime-0_pre20171027-r1.ebuild index a855b832dba..6c49e1748db 100644 --- a/sys-libs/blocksruntime/blocksruntime-0_pre20171027.ebuild +++ b/sys-libs/blocksruntime/blocksruntime-0_pre20171027-r1.ebuild @@ -35,6 +35,7 @@ src_compile() { src_install() { prefix="${EPREFIX}/usr" \ + includedir="${EPREFIX}/usr/include/blocksruntime" \ libdir="${EPREFIX}/usr/$(get_libdir)" \ DESTDIR="${D}" \ ./installlib $(use static-libs || echo -shared) || die
