commit: e725ce4991f9678a47cec5d76219e01c955a5f36
Author: Johannes Huber <johu <AT> gentoo <DOT> org>
AuthorDate: Tue Apr 1 09:21:26 2014 +0000
Commit: Johannes Huber <johu <AT> gentoo <DOT> org>
CommitDate: Tue Apr 1 09:21:26 2014 +0000
URL:
http://git.overlays.gentoo.org/gitweb/?p=dev/johu.git;a=commit;h=e725ce49
[net-irc/quassel] Move to git-r3 eclass
Package-Manager: portage-2.2.10
---
net-irc/quassel/quassel-9999.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/net-irc/quassel/quassel-9999.ebuild
b/net-irc/quassel/quassel-9999.ebuild
index 3cabe2b..9382642 100644
--- a/net-irc/quassel/quassel-9999.ebuild
+++ b/net-irc/quassel/quassel-9999.ebuild
@@ -6,9 +6,9 @@ EAPI=5
inherit cmake-utils eutils pax-utils user versionator
-EGIT_REPO_URI="git://git.quassel-irc.org/quassel.git"
+EGIT_REPO_URI="git://git.quassel-irc.org/quassel"
EGIT_BRANCH="master"
-[[ "${PV}" == "9999" ]] && inherit git-2
+[[ "${PV}" == "9999" ]] && inherit git-r3
DESCRIPTION="Qt/KDE IRC client supporting a remote daemon for 24/7
connectivity"
HOMEPAGE="http://quassel-irc.org/"