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 3A093139694 for ; Mon, 29 May 2017 20:04:10 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6CB70E0E5E; Mon, 29 May 2017 20:04:09 +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 3DD57E0E5E for ; Mon, 29 May 2017 20:04:09 +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 0EAF334105A for ; Mon, 29 May 2017 20:04:08 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9C9EE7454 for ; Mon, 29 May 2017 20:04:06 +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: <1496088240.4c52493d88cbef2c3946329eb8e5750cea0065c7.pesa@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-gfx/valentina/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-gfx/valentina/valentina-0.5.0.ebuild X-VCS-Directories: media-gfx/valentina/ X-VCS-Committer: pesa X-VCS-Committer-Name: Davide Pesavento X-VCS-Revision: 4c52493d88cbef2c3946329eb8e5750cea0065c7 X-VCS-Branch: master Date: Mon, 29 May 2017 20:04:06 +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: eb52c68e-780b-4766-bae7-11fd45a8bb54 X-Archives-Hash: 71dccda6d672a44a38d1cb9ee7dff8b0 commit: 4c52493d88cbef2c3946329eb8e5750cea0065c7 Author: Davide Pesavento gentoo org> AuthorDate: Mon May 29 20:03:45 2017 +0000 Commit: Davide Pesavento gentoo org> CommitDate: Mon May 29 20:04:00 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4c52493d media-gfx/valentina: add missing inherit for epatch Package-Manager: Portage-2.3.6, Repoman-2.3.2 media-gfx/valentina/valentina-0.5.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media-gfx/valentina/valentina-0.5.0.ebuild b/media-gfx/valentina/valentina-0.5.0.ebuild index b05f1b1382b..172cf895fa3 100644 --- a/media-gfx/valentina/valentina-0.5.0.ebuild +++ b/media-gfx/valentina/valentina-0.5.0.ebuild @@ -3,7 +3,7 @@ EAPI=6 -inherit qmake-utils gnome2-utils fdo-mime +inherit epatch qmake-utils gnome2-utils fdo-mime DESCRIPTION="Cloth patternmaking software" HOMEPAGE="http://valentinaproject.bitbucket.org/"