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 A402259CAC for ; Thu, 31 Mar 2016 06:52:27 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 14D6721C006; Thu, 31 Mar 2016 06:52:25 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 7AE8521C006 for ; Thu, 31 Mar 2016 06:52:24 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 84AFF340D5A for ; Thu, 31 Mar 2016 06:52:23 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1A5142C9 for ; Thu, 31 Mar 2016 06:52:20 +0000 (UTC) From: "Michael Sterrett" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michael Sterrett" Message-ID: <1459407125.2a36e8a2916d844db20a7d5a70e765bf2f1e5020.mr_bones_@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: games-puzzle/wizznic/ X-VCS-Repository: repo/gentoo X-VCS-Files: games-puzzle/wizznic/wizznic-306.ebuild X-VCS-Directories: games-puzzle/wizznic/ X-VCS-Committer: mr_bones_ X-VCS-Committer-Name: Michael Sterrett X-VCS-Revision: 2a36e8a2916d844db20a7d5a70e765bf2f1e5020 X-VCS-Branch: master Date: Thu, 31 Mar 2016 06:52:20 +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: ee768aee-7c46-4aab-8ab1-77f5fc567ca7 X-Archives-Hash: 0cff6a9396c90aa276f13cd74a275e4a commit: 2a36e8a2916d844db20a7d5a70e765bf2f1e5020 Author: Michael Sterrett gentoo org> AuthorDate: Thu Mar 31 06:51:07 2016 +0000 Commit: Michael Sterrett gentoo org> CommitDate: Thu Mar 31 06:52:05 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2a36e8a2 games-puzzle/wizznic: build with gcc5 (bug #574100); update HOMEPAGE Package-Manager: portage-2.2.26 games-puzzle/wizznic/wizznic-306.ebuild | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/games-puzzle/wizznic/wizznic-306.ebuild b/games-puzzle/wizznic/wizznic-306.ebuild index 2463eaf..a79e8fe 100644 --- a/games-puzzle/wizznic/wizznic-306.ebuild +++ b/games-puzzle/wizznic/wizznic-306.ebuild @@ -1,22 +1,23 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ EAPI=5 -inherit eutils games +inherit eutils flag-o-matic games DESCRIPTION="Block-clearing puzzle game" -HOMEPAGE="http://wizznic.sourceforge.net/" +HOMEPAGE="http://wizznic.org/" SRC_URI="mirror://sourceforge/wizznic/Wizznic_src_build_${PV}.tar.bz2" -LICENSE="GPL-3" +LICENSE="GPL-3+" SLOT="0" KEYWORDS="amd64 x86" IUSE="" -DEPEND="media-libs/libsdl[sound,joystick,video] +DEPEND="media-libs/libsdl[sound,joystick,opengl,video] media-libs/sdl-image[png] - media-libs/sdl-mixer[vorbis]" + media-libs/sdl-mixer[vorbis] + virtual/opengl" RDEPEND=${DEPEND} S=${WORKDIR}/Wizznic_src_build_${PV} @@ -32,6 +33,7 @@ src_prepare() { sed -i \ -e '/Dt WIZZNIC/s/1/6/' \ doc/wizznic.6 || die + append-cflags -std=gnu89 # build with gcc5 (bug #574100) } src_compile() {