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 33E8C1389E2 for ; Mon, 24 Nov 2014 19:42:29 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8E088E08E9; 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 F1D72E08E9 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 1ED5134052A for ; Mon, 24 Nov 2014 19:42:27 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B6718AD36 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: <1416856292.04b0e80d46ef814a164e3468c1a012b5f7fff4fe.eva@gentoo> Subject: [gentoo-commits] proj/gnome:master commit in: games-puzzle/gnome-klotski/ X-VCS-Repository: proj/gnome X-VCS-Files: games-puzzle/gnome-klotski/gnome-klotski-3.14.1.ebuild games-puzzle/gnome-klotski/gnome-klotski-3.14.2.ebuild X-VCS-Directories: games-puzzle/gnome-klotski/ X-VCS-Committer: eva X-VCS-Committer-Name: Gilles Dartiguelongue X-VCS-Revision: 04b0e80d46ef814a164e3468c1a012b5f7fff4fe 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: 1d92c0fa-9b9d-4328-8f21-47830ad322cf X-Archives-Hash: 29fc478943afb2ec17c72cbe68ddf4e3 commit: 04b0e80d46ef814a164e3468c1a012b5f7fff4fe Author: Gilles Dartiguelongue gentoo org> AuthorDate: Mon Nov 24 19:11:32 2014 +0000 Commit: Gilles Dartiguelongue gentoo org> CommitDate: Mon Nov 24 19:11:32 2014 +0000 URL: http://sources.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=04b0e80d games-puzzle/gnome-klotski: 3.14.1 → 3.14.2 --- .../{gnome-klotski-3.14.1.ebuild => gnome-klotski-3.14.2.ebuild} | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/games-puzzle/gnome-klotski/gnome-klotski-3.14.1.ebuild b/games-puzzle/gnome-klotski/gnome-klotski-3.14.2.ebuild similarity index 89% rename from games-puzzle/gnome-klotski/gnome-klotski-3.14.1.ebuild rename to games-puzzle/gnome-klotski/gnome-klotski-3.14.2.ebuild index 2815af7..4db3395 100644 --- a/games-puzzle/gnome-klotski/gnome-klotski-3.14.1.ebuild +++ b/games-puzzle/gnome-klotski/gnome-klotski-3.14.2.ebuild @@ -34,3 +34,7 @@ src_prepare() { gnome-games_src_prepare vala_src_prepare } + +src_configure() { + gnome-games_src_configure APPDATA_VALIDATE=$(type -P true) +}