From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 989CE1384B4 for ; Sat, 19 Dec 2015 16:18:29 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7C51E21C0A0; Sat, 19 Dec 2015 16:18:15 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id E1FF021C09C for ; Sat, 19 Dec 2015 16:18:14 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id E129A340756 for ; Sat, 19 Dec 2015 16:18:13 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D7547CEB for ; Sat, 19 Dec 2015 16:18:10 +0000 (UTC) From: "Pacho Ramos" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Pacho Ramos" Message-ID: <1450541806.b3caeafc8448559f828e0bfa709e854f029ad2ef.pacho@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: games-board/hexxagon/ X-VCS-Repository: repo/gentoo X-VCS-Files: games-board/hexxagon/hexxagon-1.0.2.ebuild X-VCS-Directories: games-board/hexxagon/ X-VCS-Committer: pacho X-VCS-Committer-Name: Pacho Ramos X-VCS-Revision: b3caeafc8448559f828e0bfa709e854f029ad2ef X-VCS-Branch: master Date: Sat, 19 Dec 2015 16:18:10 +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: 3aeba2bb-eb90-4877-8d54-4be7645fcece X-Archives-Hash: be61cba71e3e4bef6109c5c4a7749ccf commit: b3caeafc8448559f828e0bfa709e854f029ad2ef Author: Pacho Ramos gentoo org> AuthorDate: Sat Dec 19 15:55:18 2015 +0000 Commit: Pacho Ramos gentoo org> CommitDate: Sat Dec 19 16:16:46 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b3caeafc games-board/hexxagon: Fix building with latest glibmm/libsigc++ Package-Manager: portage-2.2.26 games-board/hexxagon/hexxagon-1.0.2.ebuild | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/games-board/hexxagon/hexxagon-1.0.2.ebuild b/games-board/hexxagon/hexxagon-1.0.2.ebuild index 08f767a..1af79c1 100644 --- a/games-board/hexxagon/hexxagon-1.0.2.ebuild +++ b/games-board/hexxagon/hexxagon-1.0.2.ebuild @@ -3,7 +3,7 @@ # $Id$ EAPI=5 -inherit eutils games +inherit eutils flag-o-matic games DESCRIPTION="Clone of the original DOS game" HOMEPAGE="http://www.nesqi.se/" @@ -20,6 +20,10 @@ RDEPEND="dev-cpp/glibmm:2 DEPEND="${RDEPEND} virtual/pkgconfig" +src_prepare() { + append-cxxflags -std=c++11 +} + src_install() { emake DESTDIR="${D}" install newicon images/board_N_2.xpm ${PN}.xpm