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 C90F31384C3 for ; Mon, 7 Sep 2015 07:14:59 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3A3A714088; Mon, 7 Sep 2015 07:14:59 +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 D9DD514088 for ; Mon, 7 Sep 2015 07:14:58 +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 90C1334085B for ; Mon, 7 Sep 2015 07:14:55 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D0A0E17A for ; Mon, 7 Sep 2015 07:14:53 +0000 (UTC) From: "Thomas Kahle" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Thomas Kahle" Message-ID: <1441610077.4526ec793e76d0b48fddc35d3b7680fdbcd9b1b3.tomka@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-gfx/openscad/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-gfx/openscad/openscad-2015.03.ebuild X-VCS-Directories: media-gfx/openscad/ X-VCS-Committer: tomka X-VCS-Committer-Name: Thomas Kahle X-VCS-Revision: 4526ec793e76d0b48fddc35d3b7680fdbcd9b1b3 X-VCS-Branch: master Date: Mon, 7 Sep 2015 07:14:53 +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: 83d7cd21-2c81-491b-a3df-72a2f7891964 X-Archives-Hash: 234d53b851506a54643f69f6d50ada49 commit: 4526ec793e76d0b48fddc35d3b7680fdbcd9b1b3 Author: Thomas Kahle gentoo org> AuthorDate: Mon Sep 7 07:14:19 2015 +0000 Commit: Thomas Kahle gentoo org> CommitDate: Mon Sep 7 07:14:37 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4526ec79 media-gfx/openscad: Add "|| die", fix copyright. Package-Manager: portage-2.2.20.1 media-gfx/openscad/openscad-2015.03.ebuild | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/media-gfx/openscad/openscad-2015.03.ebuild b/media-gfx/openscad/openscad-2015.03.ebuild index 994c013..3248a78 100644 --- a/media-gfx/openscad/openscad-2015.03.ebuild +++ b/media-gfx/openscad/openscad-2015.03.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -31,7 +31,7 @@ RDEPEND="${CDEPEND}" src_prepare() { #Use our CFLAGS (specifically don't force x86) - sed -i "s/QMAKE_CXXFLAGS_RELEASE = .*//g" ${PN}.pro + sed -i "s/QMAKE_CXXFLAGS_RELEASE = .*//g" ${PN}.pro || die - sed -i "s/\/usr\/local/\/usr/g" ${PN}.pro + sed -i "s/\/usr\/local/\/usr/g" ${PN}.pro || die }