commit: a514c2b395994d3e4649bfb02dfa8289f51f1ff3 Author: Mikle Kolyada <zlogene <AT> gentoo <DOT> org> AuthorDate: Sun Aug 30 11:52:38 2020 +0000 Commit: Mikle Kolyada <zlogene <AT> gentoo <DOT> org> CommitDate: Sun Aug 30 12:04:15 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a514c2b3
net-libs/libtorrent-rasterbar: force c++14 std Package-Manager: Portage-2.3.103, Repoman-2.3.23 Signed-off-by: Mikle Kolyada <zlogene <AT> gentoo.org> net-libs/libtorrent-rasterbar/libtorrent-rasterbar-1.2.9.ebuild | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/net-libs/libtorrent-rasterbar/libtorrent-rasterbar-1.2.9.ebuild b/net-libs/libtorrent-rasterbar/libtorrent-rasterbar-1.2.9.ebuild index ec2c3393a34..cd0f738cc55 100644 --- a/net-libs/libtorrent-rasterbar/libtorrent-rasterbar-1.2.9.ebuild +++ b/net-libs/libtorrent-rasterbar/libtorrent-rasterbar-1.2.9.ebuild @@ -8,7 +8,7 @@ PYTHON_REQ_USE="threads(+)" DISTUTILS_OPTIONAL=true DISTUTILS_IN_SOURCE_BUILD=true -inherit autotools distutils-r1 +inherit autotools flag-o-matic distutils-r1 DESCRIPTION="C++ BitTorrent implementation focusing on efficiency and scalability" HOMEPAGE="https://libtorrent.org https://github.com/arvidn/libtorrent" @@ -45,6 +45,7 @@ DEPEND="${RDEPEND} src_prepare() { mkdir -p "${S}"/build-aux || die touch "${S}"/build-aux/config.rpath || die + append-cxxflags -std=c++14 eautoreconf default
