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 C8F991388C1 for ; Fri, 25 Dec 2015 12:08:11 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8B948E0878; Fri, 25 Dec 2015 12:08:09 +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 EAF6CE086B for ; Fri, 25 Dec 2015 12:08:08 +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 1B1AB33BE05 for ; Fri, 25 Dec 2015 12:08:08 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C2D97C6F for ; Fri, 25 Dec 2015 12:08:06 +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: <1451045284.0dfa9a21a1586d6b3df25f86f9f5ab8d0c229945.jlec@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-misc/birthday/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-misc/birthday/birthday-1.6.2.ebuild X-VCS-Directories: app-misc/birthday/ X-VCS-Committer: jlec X-VCS-Committer-Name: Justin Lecher X-VCS-Revision: 0dfa9a21a1586d6b3df25f86f9f5ab8d0c229945 X-VCS-Branch: master Date: Fri, 25 Dec 2015 12:08:06 +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: 85b75c1e-72bf-40b5-9394-d1cf70c98594 X-Archives-Hash: e160df7a484bf2cdd857abd1d21e8060 commit: 0dfa9a21a1586d6b3df25f86f9f5ab8d0c229945 Author: Justin Lecher gentoo org> AuthorDate: Fri Dec 25 12:03:22 2015 +0000 Commit: Justin Lecher gentoo org> CommitDate: Fri Dec 25 12:08:04 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0dfa9a21 app-misc/birthday: Fix test failures Gentoo-Bug: https://bugs.gentoo.org/show_bug.cgi?id=568930 Package-Manager: portage-2.2.26 Signed-off-by: Justin Lecher gentoo.org> app-misc/birthday/birthday-1.6.2.ebuild | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/app-misc/birthday/birthday-1.6.2.ebuild b/app-misc/birthday/birthday-1.6.2.ebuild index 600b935..c8f79f8 100644 --- a/app-misc/birthday/birthday-1.6.2.ebuild +++ b/app-misc/birthday/birthday-1.6.2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2011 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -18,8 +18,12 @@ src_unpack() { cd "${S}" # Don't strip, install in correct share dir and respect CFLAGS - sed -i -e "s:install -s:install:g" -e "s:#SHARE:SHARE:g" -e "s:-O2:${CFLAGS}:g" \ - Makefile || die + sed \ + -e "s:install -s:install:g" -e "s:#SHARE:SHARE:g" -e "s:-O2:${CFLAGS}:g" \ + -i Makefile || die + sed \ + -e 's:grep -v:grep --binary-files=text -v:g' \ + -i runtest.sh || die } src_compile() {