commit: 9d1c35b694c8f3447b738c05f7d1ec82bab3c138
Author: Göktürk Yüksek <gokturk <AT> gentoo <DOT> org>
AuthorDate: Wed Sep 21 21:56:34 2016 +0000
Commit: Göktürk Yüksek <gokturk <AT> gentoo <DOT> org>
CommitDate: Wed Sep 21 21:57:34 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9d1c35b6
net-libs/tox: fix dep slots and add missing ${EROOT} for the live ebuild
Package-Manager: portage-2.2.28
net-libs/tox/tox-9999.ebuild | 14 +++++++-------
1 file changed, 7 insertions(+), 7 deletions(-)
diff --git a/net-libs/tox/tox-9999.ebuild b/net-libs/tox/tox-9999.ebuild
index 68f7e95..44b4861 100644
--- a/net-libs/tox/tox-9999.ebuild
+++ b/net-libs/tox/tox-9999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
@@ -20,11 +20,11 @@ IUSE="+av daemon log-debug log-error log-info log-trace
log-warn +no-log ntox st
REQUIRED_USE="^^ ( no-log log-trace log-debug log-info log-warn log-error )"
RDEPEND="
- av? ( media-libs/libvpx
+ av? ( media-libs/libvpx:=
media-libs/opus )
daemon? ( dev-libs/libconfig )
- ntox? ( sys-libs/ncurses )
- >=dev-libs/libsodium-0.6.1[asm,urandom]"
+ ntox? ( sys-libs/ncurses:0= )
+ >=dev-libs/libsodium-0.6.1:=[asm,urandom]"
DEPEND="${RDEPEND}
test? ( dev-libs/check )
virtual/pkgconfig"
@@ -68,9 +68,9 @@ pkg_postinst() {
if [[ -f ${EROOT}var/lib/tox-dht-bootstrap/key ]]; then
ewarn "Backwards compatability with the bootstrap
daemon might have been"
ewarn "broken a while ago. To resolve this issue,
REMOVE the following files:"
- ewarn " /var/lib/tox-dht-bootstrap/key"
- ewarn " /etc/tox-bootstrapd.conf"
- ewarn " /run/tox-dht-bootstrap/tox-dht-bootstrap.pid"
+ ewarn " ${EROOT}var/lib/tox-dht-bootstrap/key"
+ ewarn " ${EROOT}etc/tox-bootstrapd.conf"
+ ewarn "
${EROOT}run/tox-dht-bootstrap/tox-dht-bootstrap.pid"
ewarn "Then just re-emerge net-libs/tox"
fi
fi