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 5C8FB1382BD for ; Fri, 24 Jun 2016 20:44:26 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5759E941B2; Fri, 24 Jun 2016 20:44:18 +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 AC560941C5 for ; Fri, 24 Jun 2016 20:44:17 +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 D0224340B54 for ; Fri, 24 Jun 2016 20:44:16 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id F34B02428 for ; Fri, 24 Jun 2016 20:44:13 +0000 (UTC) From: "Pacho Ramos" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Pacho Ramos" Message-ID: <1466801047.d97a9c8ccdc0f565632869b00affc6b8fcf0388e.pacho@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: gnome-extra/nautilus-tracker-tags/ X-VCS-Repository: repo/gentoo X-VCS-Files: gnome-extra/nautilus-tracker-tags/nautilus-tracker-tags-1.8.0.ebuild X-VCS-Directories: gnome-extra/nautilus-tracker-tags/ X-VCS-Committer: pacho X-VCS-Committer-Name: Pacho Ramos X-VCS-Revision: d97a9c8ccdc0f565632869b00affc6b8fcf0388e X-VCS-Branch: master Date: Fri, 24 Jun 2016 20:44:13 +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: 4b490b85-a800-4b21-9e9b-a0ed40f9a1ba X-Archives-Hash: 54e3bba3c80048cb564bf382efa0a792 commit: d97a9c8ccdc0f565632869b00affc6b8fcf0388e Author: Pacho Ramos gentoo org> AuthorDate: Fri Jun 24 20:43:18 2016 +0000 Commit: Pacho Ramos gentoo org> CommitDate: Fri Jun 24 20:44:07 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d97a9c8c gnome-extra/nautilus-tracker-tags: Fix src_prepare Package-Manager: portage-2.3.0_rc1 gnome-extra/nautilus-tracker-tags/nautilus-tracker-tags-1.8.0.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/gnome-extra/nautilus-tracker-tags/nautilus-tracker-tags-1.8.0.ebuild b/gnome-extra/nautilus-tracker-tags/nautilus-tracker-tags-1.8.0.ebuild index 20e8384..c1b8d70 100644 --- a/gnome-extra/nautilus-tracker-tags/nautilus-tracker-tags-1.8.0.ebuild +++ b/gnome-extra/nautilus-tracker-tags/nautilus-tracker-tags-1.8.0.ebuild @@ -35,6 +35,7 @@ pkg_setup() { } src_prepare() { + default cp "${FILESDIR}/0.12.5-Makefile" Makefile || die "cp failed" # config.h is not used, but is included in every source file... sed -e 's:#include "config.h"::' -i *.c *.h || die "sed failed"