From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id B16191382C5 for ; Sun, 29 Apr 2018 11:27:04 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id F304DE09B4; Sun, 29 Apr 2018 11:26:53 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id CB2D2E09B1 for ; Sun, 29 Apr 2018 11:26:53 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id ABF62335CA4 for ; Sun, 29 Apr 2018 11:26:52 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9A5222B4 for ; Sun, 29 Apr 2018 11:26:48 +0000 (UTC) From: "Pacho Ramos" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Pacho Ramos" Message-ID: <1525001183.3f631ac6ef209a227b49a0fbd28fb45eae2378e2.pacho@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: games-emulation/mamory/ X-VCS-Repository: repo/gentoo X-VCS-Files: games-emulation/mamory/mamory-0.2.25-r1.ebuild X-VCS-Directories: games-emulation/mamory/ X-VCS-Committer: pacho X-VCS-Committer-Name: Pacho Ramos X-VCS-Revision: 3f631ac6ef209a227b49a0fbd28fb45eae2378e2 X-VCS-Branch: master Date: Sun, 29 Apr 2018 11:26:48 +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: 661c9d29-5c79-41f1-81ff-fa6c29211854 X-Archives-Hash: 9252fb46c58c2f05980b11a7bc8cc433 commit: 3f631ac6ef209a227b49a0fbd28fb45eae2378e2 Author: Pacho Ramos gentoo org> AuthorDate: Sun Apr 29 11:19:41 2018 +0000 Commit: Pacho Ramos gentoo org> CommitDate: Sun Apr 29 11:26:23 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3f631ac6 games-emulation/mamory: Make repoman happy Package-Manager: Portage-2.3.31, Repoman-2.3.9 games-emulation/mamory/mamory-0.2.25-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/games-emulation/mamory/mamory-0.2.25-r1.ebuild b/games-emulation/mamory/mamory-0.2.25-r1.ebuild index 5067ebc567f..cccd915c6f2 100644 --- a/games-emulation/mamory/mamory-0.2.25-r1.ebuild +++ b/games-emulation/mamory/mamory-0.2.25-r1.ebuild @@ -35,7 +35,7 @@ src_prepare() { common/Makefile.am || die AT_M4DIR="config" eautoreconf - append-cflags -std=gnu89 # build with gcc5 (bug #570500) + append-cflags -std=gnu89 # build with gcc5 (bug #570500) } src_configure() {