dev-cpp/folly: porting, help wanted

I's just ported that package as dependency for
https://github.com/mhx/dwarfs

So I wanted help with following error:

Files matching a file type that is not allowed:
   usr/lib/libfolly.so.0.58.0-dev
   usr/lib/libfollybenchmark.so.0.58.0-dev
   usr/lib/libfolly_test_util.so.0.58.0-dev
 * ERROR: dev-cpp/folly-2020.11.30.00::guru failed:
 *   multilib-strict check failed!
 *
 * Call stack:
 *   misc-functions.sh, line 596:  Called install_qa_check
 *   misc-functions.sh, line 132:  Called source 'install_symlink_html_docs'
 *   80multilib-strict, line  46:  Called multilib_strict_check
 *   80multilib-strict, line  42:  Called die
 * The specific snippet of code:
 *              [[ ${abort} == yes ]] && die "multilib-strict check failed!"

Package-Manager: Portage-3.0.9, Repoman-3.0.2
Signed-off-by: Denis Reva <denis7774@gmail.com>
This commit is contained in:
Denis Reva
2020-12-02 01:56:22 +05:00
parent 43101f2191
commit 50009b2cff
3 changed files with 46 additions and 0 deletions

View File

@@ -0,0 +1,31 @@
# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
inherit cmake
DESCRIPTION="An open-source C++ library developed and used at Facebook"
HOMEPAGE="https://github.com/facebook/folly"
SRC_URI="https://github.com/facebook/folly/archive/v${PV}.tar.gz -> ${P}.tar.gz"
KEYWORDS="~amd64 ~arm64 ~x86"
LICENSE="Apache-2.0"
SLOT="0"
IUSE="static-libs"
DEPEND="app-arch/lz4
app-arch/snappy
app-arch/xz-utils
app-arch/zstd
dev-libs/double-conversion
dev-libs/libevent
dev-libs/openssl
dev-cpp/gflags
dev-cpp/glog[gflags]
dev-libs/boost[context,threads]
sys-libs/binutils-libs
sys-libs/zlib
sys-devel/binutils:*"
RDEPEND="${DEPEND}"