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 7C6DE1397E2 for ; Tue, 18 Aug 2015 07:56:25 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0D752E0866; Tue, 18 Aug 2015 07:56:20 +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 A8CC2E0866 for ; Tue, 18 Aug 2015 07:56:19 +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 762173408C5 for ; Tue, 18 Aug 2015 07:56:18 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C8F6513F for ; Tue, 18 Aug 2015 07:56:11 +0000 (UTC) From: "Heather Cynede" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Heather Cynede" Message-ID: <1439884460.c3bc17e7d73cc101287d4cc75a86e9c2425efed4.cynede@gentoo> Subject: [gentoo-commits] proj/dotnet:master commit in: eclass/ X-VCS-Repository: proj/dotnet X-VCS-Files: eclass/gtk-sharp-module.eclass X-VCS-Directories: eclass/ X-VCS-Committer: cynede X-VCS-Committer-Name: Heather Cynede X-VCS-Revision: c3bc17e7d73cc101287d4cc75a86e9c2425efed4 X-VCS-Branch: master Date: Tue, 18 Aug 2015 07:56:11 +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: 8580507d-3cc0-40be-bad8-863dd08bc2cf X-Archives-Hash: 05945e21649916501e5549caa0bc1180 commit: c3bc17e7d73cc101287d4cc75a86e9c2425efed4 Author: Heather live ru> AuthorDate: Tue Aug 18 07:54:20 2015 +0000 Commit: Heather Cynede gentoo org> CommitDate: Tue Aug 18 07:54:20 2015 +0000 URL: https://gitweb.gentoo.org/proj/dotnet.git/commit/?id=c3bc17e7 correct gtk-shar-module.eclass based on bug 557618 eclass/gtk-sharp-module.eclass | 2 ++ 1 file changed, 2 insertions(+) diff --git a/eclass/gtk-sharp-module.eclass b/eclass/gtk-sharp-module.eclass index 6b457b1..21120dc 100644 --- a/eclass/gtk-sharp-module.eclass +++ b/eclass/gtk-sharp-module.eclass @@ -101,6 +101,8 @@ case ${GTK_SHARP_MODULE} in "${WORKDIR}/${TARBALL}-2.12.11.patch" ) ;; + esac + case ${PVR} in 2.12.1*) EAUTORECONF="YES" add_bdepend "=sys-devel/automake-1.10*"