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 2952B13829C for ; Mon, 30 May 2016 17:41:06 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C231A21C051; Mon, 30 May 2016 17:41:04 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 3368B21C03E for ; Mon, 30 May 2016 17:41:04 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id C8C52340806 for ; Mon, 30 May 2016 17:41:02 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9A5E716C5 for ; Mon, 30 May 2016 17:41:00 +0000 (UTC) From: "Davide Pesavento" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Davide Pesavento" Message-ID: <1464630052.65e96b1f8a4e834b5fcaf9dc8d7350b2dc9063e4.pesa@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/qtagger/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-sound/qtagger/qtagger-1.0.1-r2.ebuild X-VCS-Directories: media-sound/qtagger/ X-VCS-Committer: pesa X-VCS-Committer-Name: Davide Pesavento X-VCS-Revision: 65e96b1f8a4e834b5fcaf9dc8d7350b2dc9063e4 X-VCS-Branch: master Date: Mon, 30 May 2016 17:41:00 +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: ccebdf1a-162a-4c73-aa71-14986ed2f19f X-Archives-Hash: 40bb9b68df971bf64dde25378213599b commit: 65e96b1f8a4e834b5fcaf9dc8d7350b2dc9063e4 Author: Davide Pesavento gentoo org> AuthorDate: Mon May 30 17:39:04 2016 +0000 Commit: Davide Pesavento gentoo org> CommitDate: Mon May 30 17:40:52 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=65e96b1f media-sound/qtagger: force CMAKE_MAKEFILE_GENERATOR=emake Gentoo-Bug: 558914 Package-Manager: portage-2.3.0_rc1 media-sound/qtagger/qtagger-1.0.1-r2.ebuild | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/media-sound/qtagger/qtagger-1.0.1-r2.ebuild b/media-sound/qtagger/qtagger-1.0.1-r2.ebuild index df8ae79..ae7c2b9 100644 --- a/media-sound/qtagger/qtagger-1.0.1-r2.ebuild +++ b/media-sound/qtagger/qtagger-1.0.1-r2.ebuild @@ -1,9 +1,10 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ EAPI=5 +CMAKE_MAKEFILE_GENERATOR="emake" inherit cmake-utils DESCRIPTION="Simple Qt4 ID3v2 tag editor" @@ -33,12 +34,11 @@ src_configure() { local mycmakeargs=( -DCMAKE_NO_BUILTIN_CHRPATH:BOOL=ON ) - cmake-utils_src_configure } src_install() { cmake-utils_src_install - rm "${D}"/usr/share/doc/${PF}/{ChangeLog~,LICENSE} + rm -f "${ED}"/usr/share/doc/${PF}/{ChangeLog~,LICENSE} || die }