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 50FA4138331 for ; Fri, 20 Apr 2018 19:48:08 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 92BB9E089A; Fri, 20 Apr 2018 19:48:07 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 74458E089A for ; Fri, 20 Apr 2018 19:48:07 +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 7E11F335C75 for ; Fri, 20 Apr 2018 19:48:06 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 09A5B28E for ; Fri, 20 Apr 2018 19:48:05 +0000 (UTC) From: "David Seifert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "David Seifert" Message-ID: <1524253618.41e382e8e0f2211762c8f1c3c60d89738a205ff0.soap@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-cdr/isomaster/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-cdr/isomaster/isomaster-1.3.14.ebuild X-VCS-Directories: app-cdr/isomaster/ X-VCS-Committer: soap X-VCS-Committer-Name: David Seifert X-VCS-Revision: 41e382e8e0f2211762c8f1c3c60d89738a205ff0 X-VCS-Branch: master Date: Fri, 20 Apr 2018 19:48:05 +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: 6d3ee5cf-8ce0-40fb-8457-688fbc212c9d X-Archives-Hash: af3a4a78c5a7fe7992da9d9651c31df4 commit: 41e382e8e0f2211762c8f1c3c60d89738a205ff0 Author: Marty E. Plummer startmail com> AuthorDate: Sun Apr 8 11:25:05 2018 +0000 Commit: David Seifert gentoo org> CommitDate: Fri Apr 20 19:46:58 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=41e382e8 app-cdr/isomaster: remove eutils Package-Manager: Portage-2.3.28, Repoman-2.3.9 app-cdr/isomaster/isomaster-1.3.14.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app-cdr/isomaster/isomaster-1.3.14.ebuild b/app-cdr/isomaster/isomaster-1.3.14.ebuild index 8bdde06a9ea..6a00360b44f 100644 --- a/app-cdr/isomaster/isomaster-1.3.14.ebuild +++ b/app-cdr/isomaster/isomaster-1.3.14.ebuild @@ -3,7 +3,7 @@ EAPI=6 -inherit eutils toolchain-funcs xdg-utils +inherit toolchain-funcs xdg-utils DESCRIPTION="Graphical CD image editor for reading, modifying and writing ISO images" HOMEPAGE="http://littlesvr.ca/isomaster" @@ -33,8 +33,8 @@ pkg_setup() { } src_prepare() { + default rm -R iniparser-4.1 || die - eapply_user } src_configure() { :; } #274361