From 3f4f76735bbe74801ecb5572f4d8db38b5ab828b Mon Sep 17 00:00:00 2001 From: Kolan Sh Date: Sat, 14 Nov 2015 13:55:47 +0300 Subject: [PATCH] Tox updated. --- net-im/utox/utox-9999.ebuild | 10 +++++----- net-libs/tox/tox-9999.ebuild | 6 +++--- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/net-im/utox/utox-9999.ebuild b/net-im/utox/utox-9999.ebuild index 77c583a8..88c0852a 100644 --- a/net-im/utox/utox-9999.ebuild +++ b/net-im/utox/utox-9999.ebuild @@ -1,15 +1,15 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: $ +# $Id$ EAPI=5 -inherit eutils fdo-mime git-2 gnome2-utils toolchain-funcs +inherit eutils fdo-mime git-r3 gnome2-utils toolchain-funcs DESCRIPTION="Lightweight Tox client" -HOMEPAGE="https://github.com/notsecure/uTox" -EGIT_REPO_URI="git://github.com/notsecure/uTox.git - https://github.com/notsecure/uTox.git" +HOMEPAGE="http://utox.org" +EGIT_REPO_URI="git://github.com/GrayHatter/uTox.git + https://github.com/GrayHatter/uTox.git" LICENSE="GPL-3" SLOT="0" diff --git a/net-libs/tox/tox-9999.ebuild b/net-libs/tox/tox-9999.ebuild index fc7d1f40..73babe3e 100644 --- a/net-libs/tox/tox-9999.ebuild +++ b/net-libs/tox/tox-9999.ebuild @@ -1,10 +1,10 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: $ +# $Id$ EAPI=5 -inherit autotools eutils git-2 user systemd +inherit autotools eutils git-r3 user systemd DESCRIPTION="Encrypted P2P, messaging, and audio/video calling platform" HOMEPAGE="https://tox.chat" @@ -22,7 +22,7 @@ RDEPEND=" daemon? ( dev-libs/libconfig ) av? ( media-libs/libvpx media-libs/opus ) - ntox? ( sys-libs/ncurses )" + ntox? ( sys-libs/ncurses:* )" DEPEND="${RDEPEND} virtual/pkgconfig test? ( dev-libs/check )"