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 B61A41389E2 for ; Mon, 24 Nov 2014 19:42:28 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 460BAE08F1; Mon, 24 Nov 2014 19:42:28 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id C566BE08E9 for ; Mon, 24 Nov 2014 19:42:27 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id E9CB234051F for ; Mon, 24 Nov 2014 19:42:26 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 94CC8AD28 for ; Mon, 24 Nov 2014 19:42:25 +0000 (UTC) From: "Gilles Dartiguelongue" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Gilles Dartiguelongue" Message-ID: <1416855850.54654b2afd6cc53118986d88a865c5e865e6ae00.eva@gentoo> Subject: [gentoo-commits] proj/gnome:master commit in: games-board/four-in-a-row/ X-VCS-Repository: proj/gnome X-VCS-Files: games-board/four-in-a-row/four-in-a-row-3.14.1.ebuild games-board/four-in-a-row/four-in-a-row-3.14.2.ebuild X-VCS-Directories: games-board/four-in-a-row/ X-VCS-Committer: eva X-VCS-Committer-Name: Gilles Dartiguelongue X-VCS-Revision: 54654b2afd6cc53118986d88a865c5e865e6ae00 X-VCS-Branch: master Date: Mon, 24 Nov 2014 19:42:25 +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: 34538175-bc3f-4a78-bb01-4810896dff1c X-Archives-Hash: d7cd1a1fc7b14488d50ddf2741cbde3d commit: 54654b2afd6cc53118986d88a865c5e865e6ae00 Author: Gilles Dartiguelongue gentoo org> AuthorDate: Mon Nov 24 18:51:27 2014 +0000 Commit: Gilles Dartiguelongue gentoo org> CommitDate: Mon Nov 24 19:04:10 2014 +0000 URL: http://sources.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=54654b2a games-board/four-in-a-row: 3.14.1 → 3.14.2 Screw appstream tools being strict by default. --- .../{four-in-a-row-3.14.1.ebuild => four-in-a-row-3.14.2.ebuild} | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/games-board/four-in-a-row/four-in-a-row-3.14.1.ebuild b/games-board/four-in-a-row/four-in-a-row-3.14.2.ebuild similarity index 83% rename from games-board/four-in-a-row/four-in-a-row-3.14.1.ebuild rename to games-board/four-in-a-row/four-in-a-row-3.14.2.ebuild index 222b217..264bb66 100644 --- a/games-board/four-in-a-row/four-in-a-row-3.14.1.ebuild +++ b/games-board/four-in-a-row/four-in-a-row-3.14.2.ebuild @@ -23,6 +23,11 @@ RDEPEND=" " DEPEND="${RDEPEND} app-text/yelp-tools + dev-util/appdata-tools >=dev-util/intltool-0.50 virtual/pkgconfig " + +src_configure() { + gnome-games_src_configure APPDATA_VALIDATE=$(type -P true) +}