aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHeather <Heather@cynede.net>2013-10-13 16:08:49 +0400
committerHeather <Heather@cynede.net>2013-10-13 16:08:49 +0400
commitd26f8f4f1f7b19003688f93fe3dcd619df062c92 (patch)
treef4cb99aa7a33922dd91b9799522f959ad25f8041 /net-irc
parentsmuxi live ebuild update (diff)
downloaddotnet-d26f8f4f1f7b19003688f93fe3dcd619df062c92.tar.gz
dotnet-d26f8f4f1f7b19003688f93fe3dcd619df062c92.tar.bz2
dotnet-d26f8f4f1f7b19003688f93fe3dcd619df062c92.zip
sadly gtk3 branch doesn't work
Diffstat (limited to 'net-irc')
-rw-r--r--net-irc/smuxi/smuxi-9999.ebuild12
1 files 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 )