Tox updated.
This commit is contained in:
parent
effb3a67a0
commit
3f4f76735b
|
@ -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"
|
||||
|
|
|
@ -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 )"
|
||||
|
|
Loading…
Reference in New Issue