public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Jeroen Roovers" <jer@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/spu-tools/
Date: Mon, 10 Oct 2016 09:11:09 +0000 (UTC)	[thread overview]
Message-ID: <1476090652.2c987ea2946b7e08c543e48a0729bb9fdc1f1fb2.jer@gentoo> (raw)

commit:     2c987ea2946b7e08c543e48a0729bb9fdc1f1fb2
Author:     Jeroen Roovers <jer <AT> gentoo <DOT> org>
AuthorDate: Mon Oct 10 09:10:52 2016 +0000
Commit:     Jeroen Roovers <jer <AT> gentoo <DOT> org>
CommitDate: Mon Oct 10 09:10:52 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2c987ea2

sys-apps/spu-tools: Fix building with GCC-5.

Package-Manager: portage-2.3.1

 sys-apps/spu-tools/spu-tools-2.3.0.136.ebuild | 16 ++++++++++------
 1 file changed, 10 insertions(+), 6 deletions(-)

diff --git a/sys-apps/spu-tools/spu-tools-2.3.0.136.ebuild b/sys-apps/spu-tools/spu-tools-2.3.0.136.ebuild
index c5b73f1..c67eaa4 100644
--- a/sys-apps/spu-tools/spu-tools-2.3.0.136.ebuild
+++ b/sys-apps/spu-tools/spu-tools-2.3.0.136.ebuild
@@ -1,10 +1,10 @@
-# 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 toolchain-funcs
+inherit eutils flag-o-matic toolchain-funcs
 
 MY_P=${P/_p/-}
 
@@ -15,11 +15,14 @@ SRC_URI="mirror://sourceforge/libspe/${MY_P}.tar.gz"
 LICENSE="GPL-2"
 SLOT="0"
 KEYWORDS="ppc ppc64"
-IUSE=""
 
-RDEPEND="sys-libs/ncurses:0="
-DEPEND="${RDEPEND}
-	sys-apps/help2man"
+RDEPEND="
+	sys-libs/ncurses:0=
+"
+DEPEND="
+	${RDEPEND}
+	sys-apps/help2man
+"
 
 S="${WORKDIR}/${PN}/src"
 
@@ -28,6 +31,7 @@ src_prepare() {
 		"${FILESDIR}"/${P}-buildsystem.patch \
 		"${FILESDIR}"/${P}-format-security.patch
 	tc-export CC
+	append-cppflags -std=gnu89
 	export CFLAGS="${CFLAGS}"
 	export LDFLAGS="${LDFLAGS}"
 	export LIBS="$($(tc-getPKG_CONFIG) --libs ncurses)"


             reply	other threads:[~2016-10-10  9:11 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-10-10  9:11 Jeroen Roovers [this message]
  -- strict thread matches above, loose matches on Subject: below --
2021-11-06 20:33 [gentoo-commits] repo/gentoo:master commit in: sys-apps/spu-tools/ Jakov Smolić
2015-11-13 13:20 Justin Lecher
2015-11-13  9:48 Agostino Sarubbo
2015-11-12 10:37 Agostino Sarubbo

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1476090652.2c987ea2946b7e08c543e48a0729bb9fdc1f1fb2.jer@gentoo \
    --to=jer@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox