diff options
author | Göktürk Yüksek <gokturk@gentoo.org> | 2016-09-21 17:56:34 -0400 |
---|---|---|
committer | Göktürk Yüksek <gokturk@gentoo.org> | 2016-09-21 17:57:34 -0400 |
commit | 9d1c35b694c8f3447b738c05f7d1ec82bab3c138 (patch) | |
tree | 61a0fbdf4a57229ef157477968253cf7ce786ff0 /net-libs/tox/tox-9999.ebuild | |
parent | net-libs/tox: bump version to 20160904 (diff) | |
download | gentoo-9d1c35b694c8f3447b738c05f7d1ec82bab3c138.tar.gz gentoo-9d1c35b694c8f3447b738c05f7d1ec82bab3c138.tar.bz2 gentoo-9d1c35b694c8f3447b738c05f7d1ec82bab3c138.zip |
net-libs/tox: fix dep slots and add missing ${EROOT} for the live ebuild
Package-Manager: portage-2.2.28
Diffstat (limited to 'net-libs/tox/tox-9999.ebuild')
-rw-r--r-- | net-libs/tox/tox-9999.ebuild | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/net-libs/tox/tox-9999.ebuild b/net-libs/tox/tox-9999.ebuild index 68f7e956c9f8..44b48613967d 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 |