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 27C3C1382AC for ; Sat, 26 Oct 2013 17:01:22 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A2A84E0B27; Sat, 26 Oct 2013 17:01:16 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 3506CE0B27 for ; Sat, 26 Oct 2013 17:01:16 +0000 (UTC) Received: from hornbill.gentoo.org (hornbill.gentoo.org [94.100.119.163]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 2F3A333F02B for ; Sat, 26 Oct 2013 17:01:15 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id B4B4AE401D for ; Sat, 26 Oct 2013 17:01:12 +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: <1382806671.9ba76e950a73154a4d834899a04fe3500507627f.cynede@gentoo> Subject: [gentoo-commits] proj/dotnet:master commit in: net-irc/smuxi/ X-VCS-Repository: proj/dotnet X-VCS-Files: net-irc/smuxi/smuxi-9999.ebuild X-VCS-Directories: net-irc/smuxi/ X-VCS-Committer: cynede X-VCS-Committer-Name: Heather Cynede X-VCS-Revision: 9ba76e950a73154a4d834899a04fe3500507627f X-VCS-Branch: master Date: Sat, 26 Oct 2013 17:01:12 +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: ffb312cc-f1c9-4e0f-9de2-d22f89f97af5 X-Archives-Hash: 3198072a590c9a9d2eaf288863c26b63 commit: 9ba76e950a73154a4d834899a04fe3500507627f Author: Heather cynede net> AuthorDate: Sat Oct 26 16:57:51 2013 +0000 Commit: Heather Cynede gentoo org> CommitDate: Sat Oct 26 16:57:51 2013 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/dotnet.git;a=commit;h=9ba76e95 fix smuxi 9999 repo --- net-irc/smuxi/smuxi-9999.ebuild | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/net-irc/smuxi/smuxi-9999.ebuild b/net-irc/smuxi/smuxi-9999.ebuild index 8a2f657..a52ab50 100644 --- a/net-irc/smuxi/smuxi-9999.ebuild +++ b/net-irc/smuxi/smuxi-9999.ebuild @@ -30,12 +30,8 @@ DEPEND="${RDEPEND} virtual/pkgconfig " -EGIT_REPO_URI="git://github.com/Heather/smuxi.git" -#if use gtk3; then -# EGIT_MASTER="gtk3" -#else +EGIT_REPO_URI="git://github.com/meebey/smuxi.git" EGIT_MASTER="master" -#fi EGIT_HAS_SUBMODULES=1 DOCS=( FEATURES TODO README )