Gentoo Archives: gentoo-commits

From: Heather Cynede <cynede@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/dotnet:master commit in: net-irc/smuxi/
Date: Sat, 26 Oct 2013 17:01:22
Message-Id: 1382806671.9ba76e950a73154a4d834899a04fe3500507627f.cynede@gentoo
1 commit: 9ba76e950a73154a4d834899a04fe3500507627f
2 Author: Heather <Heather <AT> cynede <DOT> net>
3 AuthorDate: Sat Oct 26 16:57:51 2013 +0000
4 Commit: Heather Cynede <cynede <AT> gentoo <DOT> org>
5 CommitDate: Sat Oct 26 16:57:51 2013 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/dotnet.git;a=commit;h=9ba76e95
7
8 fix smuxi 9999 repo
9
10 ---
11 net-irc/smuxi/smuxi-9999.ebuild | 6 +-----
12 1 file changed, 1 insertion(+), 5 deletions(-)
13
14 diff --git a/net-irc/smuxi/smuxi-9999.ebuild b/net-irc/smuxi/smuxi-9999.ebuild
15 index 8a2f657..a52ab50 100644
16 --- a/net-irc/smuxi/smuxi-9999.ebuild
17 +++ b/net-irc/smuxi/smuxi-9999.ebuild
18 @@ -30,12 +30,8 @@ DEPEND="${RDEPEND}
19 virtual/pkgconfig
20 "
21
22 -EGIT_REPO_URI="git://github.com/Heather/smuxi.git"
23 -#if use gtk3; then
24 -# EGIT_MASTER="gtk3"
25 -#else
26 +EGIT_REPO_URI="git://github.com/meebey/smuxi.git"
27 EGIT_MASTER="master"
28 -#fi
29 EGIT_HAS_SUBMODULES=1
30
31 DOCS=( FEATURES TODO README )