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 B5C901385A6 for ; Sat, 15 Aug 2015 05:12:47 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 30C8CE0852; Sat, 15 Aug 2015 05:12:45 +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 9302AE0852 for ; Sat, 15 Aug 2015 05:12:44 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 2D213340D46 for ; Sat, 15 Aug 2015 05:12:43 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 991E9116 for ; Sat, 15 Aug 2015 05:12:41 +0000 (UTC) From: "Alexandre Rostovtsev" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Alexandre Rostovtsev" Message-ID: <1439615470.758875980be70df8c5294bc4fbf6fe4703e14f85.tetromino@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: tetromino X-VCS-Committer-Name: Alexandre Rostovtsev X-VCS-Revision: 758875980be70df8c5294bc4fbf6fe4703e14f85 X-VCS-Branch: master Date: Sat, 15 Aug 2015 05:12:41 +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: 70c93416-279b-4a85-96f4-23cb4d25d539 X-Archives-Hash: 4c352bdd9218a2ab842ca4484b2def02 commit: 758875980be70df8c5294bc4fbf6fe4703e14f85 Author: Alexandre Rostovtsev gentoo org> AuthorDate: Sat Aug 15 05:11:10 2015 +0000 Commit: Alexandre Rostovtsev gentoo org> CommitDate: Sat Aug 15 05:11:10 2015 +0000 URL: https://gitweb.gentoo.org/proj/gnome.git/commit/?id=75887598 games-board/aisleriot: do not override ITSTOOL, it's needed for help files games-board/aisleriot/aisleriot-3.16.2.ebuild | 3 ++- games-board/aisleriot/aisleriot-9999.ebuild | 2 ++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/games-board/aisleriot/aisleriot-3.16.2.ebuild b/games-board/aisleriot/aisleriot-3.16.2.ebuild index 9c3ff07..fde1051 100644 --- a/games-board/aisleriot/aisleriot-3.16.2.ebuild +++ b/games-board/aisleriot/aisleriot-3.16.2.ebuild @@ -31,11 +31,13 @@ DEPEND="${COMMON_DEPEND} app-arch/gzip dev-libs/libxml2 >=dev-util/intltool-0.40.4 + dev-util/itstool sys-apps/lsb-release >=sys-devel/gettext-0.12 virtual/pkgconfig gnome? ( app-text/docbook-xml-dtd:4.3 ) " +# dev-util/itstool really needed for help file generation # >=app-text/yelp-tools-3.1.1 src_prepare() { @@ -76,7 +78,6 @@ src_configure() { --enable-sound \ --with-pysol-card-theme-path="${EPREFIX}${GAMES_DATADIR}"/pysolfc \ GUILE=$(type -P guile-2.0) \ - ITSTOOL=$(type -P true) \ ${myconf[@]} } diff --git a/games-board/aisleriot/aisleriot-9999.ebuild b/games-board/aisleriot/aisleriot-9999.ebuild index d1c76ca..771cf44 100644 --- a/games-board/aisleriot/aisleriot-9999.ebuild +++ b/games-board/aisleriot/aisleriot-9999.ebuild @@ -38,11 +38,13 @@ DEPEND="${COMMON_DEPEND} app-arch/gzip dev-libs/libxml2 >=dev-util/intltool-0.40.4 + dev-util/itstool sys-apps/lsb-release >=sys-devel/gettext-0.12 virtual/pkgconfig gnome? ( app-text/docbook-xml-dtd:4.3 ) " +# dev-util/itstool really needed for help file generation # >=app-text/yelp-tools-3.1.1 src_prepare() {