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 D768158973 for ; Sat, 30 Jan 2016 15:11:37 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5AD1B21C002; Sat, 30 Jan 2016 15:11:32 +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 F1DC221C002 for ; Sat, 30 Jan 2016 15:11:31 +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 13124340C08 for ; Sat, 30 Jan 2016 15:11:31 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B93EC8F0 for ; Sat, 30 Jan 2016 15:11:29 +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: <1454166686.76aca9c8583227c0a267442b3f82d162b101dfea.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.8_p20140220-r1.ebuild sys-fs/bcache-tools/bcache-tools-1.0.8_p20140220.ebuild X-VCS-Directories: sys-fs/bcache-tools/ X-VCS-Committer: jlec X-VCS-Committer-Name: Justin Lecher X-VCS-Revision: 76aca9c8583227c0a267442b3f82d162b101dfea X-VCS-Branch: master Date: Sat, 30 Jan 2016 15:11:29 +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: 8a202fa2-a4dc-453b-a024-f423ee379cdd X-Archives-Hash: dc62a6c6974ffd0049db1d02fc66b205 commit: 76aca9c8583227c0a267442b3f82d162b101dfea Author: Justin Lecher gentoo org> AuthorDate: Sat Jan 30 15:11:14 2016 +0000 Commit: Justin Lecher gentoo org> CommitDate: Sat Jan 30 15:11:26 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=76aca9c8 sys-fs/bcache-tools: Fix build problems Gentoo-Bug: https://bugs.gentoo.org/show_bug.cgi?id=573372 Package-Manager: portage-2.2.27 Signed-off-by: Justin Lecher gentoo.org> ...0.8_p20140220.ebuild => bcache-tools-1.0.8_p20140220-r1.ebuild} | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/sys-fs/bcache-tools/bcache-tools-1.0.8_p20140220.ebuild b/sys-fs/bcache-tools/bcache-tools-1.0.8_p20140220-r1.ebuild similarity index 91% rename from sys-fs/bcache-tools/bcache-tools-1.0.8_p20140220.ebuild rename to sys-fs/bcache-tools/bcache-tools-1.0.8_p20140220-r1.ebuild index a3a949e..af47111 100644 --- a/sys-fs/bcache-tools/bcache-tools-1.0.8_p20140220.ebuild +++ b/sys-fs/bcache-tools/bcache-tools-1.0.8_p20140220-r1.ebuild @@ -6,7 +6,7 @@ EAPI=5 PYTHON_COMPAT=( python3_{3,4,5} ) -inherit eutils python-r1 toolchain-funcs udev +inherit eutils flag-o-matic python-r1 toolchain-funcs udev DESCRIPTION="Tools for bcachefs" HOMEPAGE="http://bcache.evilpiepirate.org/" @@ -32,7 +32,6 @@ PATCHES=( "${FILESDIR}"/${PV}/bcache-tools-1.0.8-noprobe.patch "${FILESDIR}"/${PV}/bcache-tools-20131018-fedconf.patch "${FILESDIR}"/${PV}/bcache-tools-status-20130826-man.patch - "${FILESDIR}"/${PV}/bcache-tools-1.0.8-probe-bcache-underlinking.patch ) S="${WORKDIR}"/${P%%_p*} @@ -41,9 +40,11 @@ src_prepare() { tc-export CC sed \ -e '/^CFLAGS/s:-O2::' \ - -e '/^CFLAGS/s:-g::' \ + -e '/^CFLAGS/s:-g:-std=gnu99:' \ -i Makefile || die + append-lfs-flags + cp ../bcache-status*/bcache-status . || die epatch "${PATCHES[@]}"