From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 4C9561396D9 for ; Wed, 15 Nov 2017 19:40:29 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9C203E0EB7; Wed, 15 Nov 2017 19:40:27 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 78C50E0EB7 for ; Wed, 15 Nov 2017 19:40:27 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 459E033D3C7 for ; Wed, 15 Nov 2017 19:40:26 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id CA3419BD9 for ; Wed, 15 Nov 2017 19:40:24 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1510774808.23413086429d22ecb4984df5d7ed7c396018cd0c.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/libstaroffice/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-text/libstaroffice/libstaroffice-0.0.4.ebuild X-VCS-Directories: app-text/libstaroffice/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 23413086429d22ecb4984df5d7ed7c396018cd0c X-VCS-Branch: master Date: Wed, 15 Nov 2017 19:40:24 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 67ccf8c4-1f70-4962-b0cf-ba1b91aa62c2 X-Archives-Hash: df24348d2b1fec470f24f5a6e424250c commit: 23413086429d22ecb4984df5d7ed7c396018cd0c Author: Andreas Sturmlechner gentoo org> AuthorDate: Wed Nov 15 19:38:32 2017 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Wed Nov 15 19:40:08 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=23413086 app-text/libstaroffice: --with-sharedptr=c++11 Closes: https://bugs.gentoo.org/637632 Package-Manager: Portage-2.3.14, Repoman-2.3.6 app-text/libstaroffice/libstaroffice-0.0.4.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/app-text/libstaroffice/libstaroffice-0.0.4.ebuild b/app-text/libstaroffice/libstaroffice-0.0.4.ebuild index e075367c1c9..21554f6b7b9 100644 --- a/app-text/libstaroffice/libstaroffice-0.0.4.ebuild +++ b/app-text/libstaroffice/libstaroffice-0.0.4.ebuild @@ -33,6 +33,7 @@ src_prepare() { src_configure() { econf \ --disable-werror \ + --with-sharedptr=c++11 \ $(use_enable debug) \ $(use_with doc docs) \ $(use_enable tools) \