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 E1380138CD0 for ; Tue, 19 May 2015 18:51:15 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0EA2CE0997; Tue, 19 May 2015 18:51:14 +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 B9DE2E0997 for ; Tue, 19 May 2015 18:51:13 +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 A3600340BD1 for ; Tue, 19 May 2015 18:51:12 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4B8CC9D5 for ; Tue, 19 May 2015 18:51:03 +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: <1432061448.f76a846837dfd585a2965f60f9514a1b341b7482.eva@gentoo> Subject: [gentoo-commits] proj/gnome:master commit in: games-board/aisleriot/ X-VCS-Repository: proj/gnome X-VCS-Files: games-board/aisleriot/aisleriot-3.16.2.ebuild games-board/aisleriot/aisleriot-9999.ebuild X-VCS-Directories: games-board/aisleriot/ X-VCS-Committer: eva X-VCS-Committer-Name: Gilles Dartiguelongue X-VCS-Revision: f76a846837dfd585a2965f60f9514a1b341b7482 X-VCS-Branch: master Date: Tue, 19 May 2015 18:51:03 +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: 42f09310-04d9-40b5-a3a4-cbe4fa69ff2f X-Archives-Hash: dc58af17ae96c8fbfe0be78d40a32b8a commit: f76a846837dfd585a2965f60f9514a1b341b7482 Author: Gilles Dartiguelongue gentoo org> AuthorDate: Tue May 19 18:45:43 2015 +0000 Commit: Gilles Dartiguelongue gentoo org> CommitDate: Tue May 19 18:50:48 2015 +0000 URL: https://gitweb.gentoo.org/proj/gnome.git/commit/?id=f76a8468 games-board/aisleriot: do not override XMLLINT anymore It is used for glib-compile-resources to strip blanks from xml files. games-board/aisleriot/aisleriot-3.16.2.ebuild | 1 - games-board/aisleriot/aisleriot-9999.ebuild | 1 - 2 files changed, 2 deletions(-) diff --git a/games-board/aisleriot/aisleriot-3.16.2.ebuild b/games-board/aisleriot/aisleriot-3.16.2.ebuild index f4a5f8a..ccf1878 100644 --- a/games-board/aisleriot/aisleriot-3.16.2.ebuild +++ b/games-board/aisleriot/aisleriot-3.16.2.ebuild @@ -63,7 +63,6 @@ src_configure() { --with-pysol-card-theme-path="${EPREFIX}${GAMES_DATADIR}"/pysolfc \ GUILE=$(type -P guile-2.0) \ ITSTOOL=$(type -P true) \ - XMLLINT=$(type -P true) \ ${myconf} } diff --git a/games-board/aisleriot/aisleriot-9999.ebuild b/games-board/aisleriot/aisleriot-9999.ebuild index 0cf9ad6..e5e5334 100644 --- a/games-board/aisleriot/aisleriot-9999.ebuild +++ b/games-board/aisleriot/aisleriot-9999.ebuild @@ -70,7 +70,6 @@ src_configure() { --with-pysol-card-theme-path="${EPREFIX}${GAMES_DATADIR}"/pysolfc \ GUILE=$(type -P guile-2.0) \ ITSTOOL=$(type -P true) \ - XMLLINT=$(type -P true) \ ${myconf} }