From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1117041-garchives=archives.gentoo.org@lists.gentoo.org> 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 1E638138334 for <garchives@archives.gentoo.org>; Wed, 16 Oct 2019 05:22:40 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CC95EE0916; Wed, 16 Oct 2019 05:22:36 +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 B5493E0916 for <gentoo-commits@lists.gentoo.org>; Wed, 16 Oct 2019 05:22:36 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 AF47434BE77 for <gentoo-commits@lists.gentoo.org>; Wed, 16 Oct 2019 05:22:35 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id CD5F0890 for <gentoo-commits@lists.gentoo.org>; Wed, 16 Oct 2019 05:22:31 +0000 (UTC) From: "Joonas Niilola" <juippis@gentoo.org> To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Joonas Niilola" <juippis@gentoo.org> Message-ID: <1571203321.5de1d467ce6ab50f8304a3de6e8bbdf3dba95918.juippis@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-gfx/curaengine/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-gfx/curaengine/curaengine-4.3.0.ebuild X-VCS-Directories: media-gfx/curaengine/ X-VCS-Committer: juippis X-VCS-Committer-Name: Joonas Niilola X-VCS-Revision: 5de1d467ce6ab50f8304a3de6e8bbdf3dba95918 X-VCS-Branch: master Date: Wed, 16 Oct 2019 05:22:31 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 8d4f49da-6c18-4654-a34b-c77ea67f2d32 X-Archives-Hash: da000f13e70e45bb1d9d19a6130404ac commit: 5de1d467ce6ab50f8304a3de6e8bbdf3dba95918 Author: Joonas Niilola <juippis <AT> gentoo <DOT> org> AuthorDate: Wed Oct 16 04:20:19 2019 +0000 Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org> CommitDate: Wed Oct 16 05:22:01 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5de1d467 media-gfx/curaengine: add missing die statement Package-Manager: Portage-2.3.76, Repoman-2.3.17 Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org> media-gfx/curaengine/curaengine-4.3.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media-gfx/curaengine/curaengine-4.3.0.ebuild b/media-gfx/curaengine/curaengine-4.3.0.ebuild index b13c853f36b..f42d62c313c 100644 --- a/media-gfx/curaengine/curaengine-4.3.0.ebuild +++ b/media-gfx/curaengine/curaengine-4.3.0.ebuild @@ -36,7 +36,7 @@ src_configure() { src_compile() { cmake-utils_src_make if use doc; then - doxygen + doxygen || die mv docs/html . || die find html -name '*.md5' -or -name '*.map' -delete || die DOCS+=( html )