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 19F64138334 for ; Sat, 30 Jun 2018 11:29:55 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 052CAE088F; Sat, 30 Jun 2018 11:29:54 +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 D36FEE088F for ; Sat, 30 Jun 2018 11:29:53 +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 D0F54335C89 for ; Sat, 30 Jun 2018 11:29:52 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B43232C8 for ; Sat, 30 Jun 2018 11:29:50 +0000 (UTC) From: "David Seifert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "David Seifert" Message-ID: <1530358038.2de7688161f15e8b57c8eb31ed4b212d9e952990.soap@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/libcaca/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/libcaca/libcaca-0.99_beta19.ebuild X-VCS-Directories: media-libs/libcaca/ X-VCS-Committer: soap X-VCS-Committer-Name: David Seifert X-VCS-Revision: 2de7688161f15e8b57c8eb31ed4b212d9e952990 X-VCS-Branch: master Date: Sat, 30 Jun 2018 11:29:50 +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: 8023cbf5-6bc9-458f-b56c-a62aba7657ff X-Archives-Hash: a1d1706a60a552796acef24af14548b6 commit: 2de7688161f15e8b57c8eb31ed4b212d9e952990 Author: David Seifert gentoo org> AuthorDate: Sat Jun 30 11:27:18 2018 +0000 Commit: David Seifert gentoo org> CommitDate: Sat Jun 30 11:27:18 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2de76881 media-libs/libcaca: Force C++11 Closes: https://bugs.gentoo.org/653400 Package-Manager: Portage-2.3.41, Repoman-2.3.9 media-libs/libcaca/libcaca-0.99_beta19.ebuild | 3 +++ 1 file changed, 3 insertions(+) diff --git a/media-libs/libcaca/libcaca-0.99_beta19.ebuild b/media-libs/libcaca/libcaca-0.99_beta19.ebuild index c57546e7c40..95e1897cc71 100644 --- a/media-libs/libcaca/libcaca-0.99_beta19.ebuild +++ b/media-libs/libcaca/libcaca-0.99_beta19.ebuild @@ -84,6 +84,9 @@ src_prepare() { append-cflags -DX_DISPLAY_MISSING fi + # bug 653400 + append-cxxflags -std=c++11 + # Removed 'has_version '>=dev-texlive/texlive-latex-2013' &&' that prefixed this # patch before wrt #517474 epatch "${FILESDIR}"/${PN}-0.99_beta18-latex_hacks.patch