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 B7C391384B4 for ; Mon, 7 Dec 2015 08:22:44 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 72F5321C065; Mon, 7 Dec 2015 08:22:42 +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 A95F021C05D for ; Mon, 7 Dec 2015 08:22:41 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id ABB0733E01A for ; Mon, 7 Dec 2015 08:22:39 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B2CB09A1 for ; Mon, 7 Dec 2015 08:22:37 +0000 (UTC) From: "Justin Lecher" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Justin Lecher" Message-ID: <1449476551.8bddc4b710c6c9dc66efae65d705110f4702a4fb.jlec@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-fs/bcache-tools/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-fs/bcache-tools/bcache-tools-1.0.5.ebuild sys-fs/bcache-tools/bcache-tools-1.0.8.ebuild sys-fs/bcache-tools/bcache-tools-9999.ebuild sys-fs/bcache-tools/metadata.xml X-VCS-Directories: sys-fs/bcache-tools/ X-VCS-Committer: jlec X-VCS-Committer-Name: Justin Lecher X-VCS-Revision: 8bddc4b710c6c9dc66efae65d705110f4702a4fb X-VCS-Branch: master Date: Mon, 7 Dec 2015 08:22:37 +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: cc80a34b-0173-471c-a666-668f3b695204 X-Archives-Hash: 7c3720e53d64e5c54168eda909a3381f commit: 8bddc4b710c6c9dc66efae65d705110f4702a4fb Author: Justin Lecher gentoo org> AuthorDate: Mon Dec 7 08:03:11 2015 +0000 Commit: Justin Lecher gentoo org> CommitDate: Mon Dec 7 08:22:31 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8bddc4b7 sys-fs/bcache-tools: Set c standard during compilation Thanks Ted Tanberry for the fix Gentoo-Bug: https://bugs.gentoo.org/show_bug.cgi?id=562198 Package-Manager: portage-2.2.26 Signed-off-by: Justin Lecher gentoo.org> sys-fs/bcache-tools/bcache-tools-1.0.5.ebuild | 2 +- sys-fs/bcache-tools/bcache-tools-1.0.8.ebuild | 2 +- sys-fs/bcache-tools/bcache-tools-9999.ebuild | 2 +- sys-fs/bcache-tools/metadata.xml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/sys-fs/bcache-tools/bcache-tools-1.0.5.ebuild b/sys-fs/bcache-tools/bcache-tools-1.0.5.ebuild index 72946fa..a096611 100644 --- a/sys-fs/bcache-tools/bcache-tools-1.0.5.ebuild +++ b/sys-fs/bcache-tools/bcache-tools-1.0.5.ebuild @@ -22,7 +22,7 @@ src_prepare() { tc-export CC sed \ -e '/^CFLAGS/s:-O2::' \ - -e '/^CFLAGS/s:-g::' \ + -e '/^CFLAGS/s:-g:-std=gnu89:' \ -i Makefile || die } diff --git a/sys-fs/bcache-tools/bcache-tools-1.0.8.ebuild b/sys-fs/bcache-tools/bcache-tools-1.0.8.ebuild index 72946fa..a096611 100644 --- a/sys-fs/bcache-tools/bcache-tools-1.0.8.ebuild +++ b/sys-fs/bcache-tools/bcache-tools-1.0.8.ebuild @@ -22,7 +22,7 @@ src_prepare() { tc-export CC sed \ -e '/^CFLAGS/s:-O2::' \ - -e '/^CFLAGS/s:-g::' \ + -e '/^CFLAGS/s:-g:-std=gnu89:' \ -i Makefile || die } diff --git a/sys-fs/bcache-tools/bcache-tools-9999.ebuild b/sys-fs/bcache-tools/bcache-tools-9999.ebuild index ba397f6..efe8546 100644 --- a/sys-fs/bcache-tools/bcache-tools-9999.ebuild +++ b/sys-fs/bcache-tools/bcache-tools-9999.ebuild @@ -25,7 +25,7 @@ src_prepare() { tc-export CC sed \ -e '/^CFLAGS/s:-O2::' \ - -e '/^CFLAGS/s:-g::' \ + -e '/^CFLAGS/s:-g:-std=gnu89:' \ -i Makefile || die } diff --git a/sys-fs/bcache-tools/metadata.xml b/sys-fs/bcache-tools/metadata.xml index 3441f18..a311ddc 100644 --- a/sys-fs/bcache-tools/metadata.xml +++ b/sys-fs/bcache-tools/metadata.xml @@ -1,4 +1,4 @@ - +