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 848221384B4 for ; Fri, 27 Nov 2015 08:26:01 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3196021C0B6; Fri, 27 Nov 2015 08:25:52 +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 EDB0E21C0B5 for ; Fri, 27 Nov 2015 08:25:50 +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 BFD2F340545 for ; Fri, 27 Nov 2015 08:25:49 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 421B4E54 for ; Fri, 27 Nov 2015 08:25:46 +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: <1448612732.6a31fc897b735f86d5d0141286401a4a98b93723.jlec@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-misc/boxes/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-misc/boxes/boxes-1.1.2-r1.ebuild X-VCS-Directories: app-misc/boxes/ X-VCS-Committer: jlec X-VCS-Committer-Name: Justin Lecher X-VCS-Revision: 6a31fc897b735f86d5d0141286401a4a98b93723 X-VCS-Branch: master Date: Fri, 27 Nov 2015 08:25:46 +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: 43ee4402-e09c-4099-aec6-d0d80acb979b X-Archives-Hash: 52a650e86be031efa0d3b3eaf1a5592b commit: 6a31fc897b735f86d5d0141286401a4a98b93723 Author: Justin Lecher gentoo org> AuthorDate: Fri Nov 27 08:25:32 2015 +0000 Commit: Justin Lecher gentoo org> CommitDate: Fri Nov 27 08:25:32 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6a31fc89 app-misc/boxes: Use proper C standards Gentoo-Bug: https://bugs.gentoo.org/show_bug.cgi?id=566906 Package-Manager: portage-2.2.25 Signed-off-by: Justin Lecher gentoo.org> app-misc/boxes/boxes-1.1.2-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-misc/boxes/boxes-1.1.2-r1.ebuild b/app-misc/boxes/boxes-1.1.2-r1.ebuild index 9fdd532..4d6bf35 100644 --- a/app-misc/boxes/boxes-1.1.2-r1.ebuild +++ b/app-misc/boxes/boxes-1.1.2-r1.ebuild @@ -21,7 +21,7 @@ DEPEND=" " src_prepare() { - append-cflags -Iregexp -I. -ansi + append-cflags -Iregexp -I. -ansi -std=c99 append-ldflags -Lregexp sed \ -e 's:STRIP=true:STRIP=false:g' \