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 3987C1381F3 for ; Sun, 13 Oct 2013 12:12:15 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BBBD2E0953; Sun, 13 Oct 2013 12:12:09 +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 50F6DE0953 for ; Sun, 13 Oct 2013 12:12:09 +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 3D6E133EF36 for ; Sun, 13 Oct 2013 12:12:08 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id DB682E5308 for ; Sun, 13 Oct 2013 12:12:06 +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: <1381666129.d26f8f4f1f7b19003688f93fe3dcd619df062c92.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: d26f8f4f1f7b19003688f93fe3dcd619df062c92 X-VCS-Branch: master Date: Sun, 13 Oct 2013 12:12:06 +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: 592aa09b-4d70-4c85-ad2e-f0d816cfad9e X-Archives-Hash: a44924cee05ad768b0778ea3b4c19b3d commit: d26f8f4f1f7b19003688f93fe3dcd619df062c92 Author: Heather cynede net> AuthorDate: Sun Oct 13 12:08:49 2013 +0000 Commit: Heather Cynede gentoo org> CommitDate: Sun Oct 13 12:08:49 2013 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/dotnet.git;a=commit;h=d26f8f4f sadly gtk3 branch doesn't work --- net-irc/smuxi/smuxi-9999.ebuild | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/net-irc/smuxi/smuxi-9999.ebuild b/net-irc/smuxi/smuxi-9999.ebuild index 2553ddf..8a2f657 100644 --- a/net-irc/smuxi/smuxi-9999.ebuild +++ b/net-irc/smuxi/smuxi-9999.ebuild @@ -10,7 +10,7 @@ HOMEPAGE="http://www.smuxi.org/main/" SLOT="0" KEYWORDS="" -IUSE="dbus debug gtk libnotify spell -gtk3" +IUSE="dbus debug gtk libnotify spell" #-gtk3 ( gtk3 branch just broken ) LICENSE="|| ( GPL-2 GPL-3 )" RDEPEND=" @@ -31,11 +31,11 @@ DEPEND="${RDEPEND} " EGIT_REPO_URI="git://github.com/Heather/smuxi.git" -if use gtk3; then - EGIT_MASTER="gtk3" -else - EGIT_MASTER="master" -fi +#if use gtk3; then +# EGIT_MASTER="gtk3" +#else +EGIT_MASTER="master" +#fi EGIT_HAS_SUBMODULES=1 DOCS=( FEATURES TODO README )