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 42FA81397E2 for ; Tue, 18 Aug 2015 08:01:40 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D8113E086A; Tue, 18 Aug 2015 08:01:37 +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 7CA4BE086A for ; Tue, 18 Aug 2015 08:01:37 +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 5F8D83408CB for ; Tue, 18 Aug 2015 08:01:36 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 447B513F for ; Tue, 18 Aug 2015 08:01:33 +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: <1439884774.576f0ca853d75b7828670260256d9d5f7260f9b6.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: 576f0ca853d75b7828670260256d9d5f7260f9b6 X-VCS-Branch: master Date: Tue, 18 Aug 2015 08:01:33 +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: a7dafc07-019b-46d2-beac-be6744c2197c X-Archives-Hash: 560b67bb70a3712e1b699ac30d919f49 commit: 576f0ca853d75b7828670260256d9d5f7260f9b6 Author: Heather live ru> AuthorDate: Tue Aug 18 07:59:34 2015 +0000 Commit: Heather Cynede gentoo org> CommitDate: Tue Aug 18 07:59:34 2015 +0000 URL: https://gitweb.gentoo.org/proj/dotnet.git/commit/?id=576f0ca8 sync with gentoo-x86 eclass/gtk-sharp-module.eclass | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eclass/gtk-sharp-module.eclass b/eclass/gtk-sharp-module.eclass index 21120dc..262c2c1 100644 --- a/eclass/gtk-sharp-module.eclass +++ b/eclass/gtk-sharp-module.eclass @@ -285,7 +285,7 @@ S="${WORKDIR}/${TARBALL}-${PV}" # @ECLASS-VARIABLE: SRC_URI # @DESCRIPTION: # Default value: mirror://gnome/sources/${TARBALL}/${PV_MAJOR}/${TARBALL}-${PV}.tar.bz2 -if TARBALL="gtk-sharp"; then +if [[ ${TARBALL} == "gtk-sharp" ]]; then SRC_URI="${SRC_URI} http://download.mono-project.com/sources/gtk-sharp212/${TARBALL}-${PV}.tar.bz2" else