diff options
author | Zetok Zalbavar <zetok@openmailbox.org> | 2016-12-18 23:08:33 +0000 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2016-12-19 21:17:07 +0100 |
commit | 355ce3526d0c6c091427e633d776cce04fa5cc16 (patch) | |
tree | 835c8a02517e7acab4440f37637a62a1ba6846bd /net-im/qtox | |
parent | net-libs/tox: add ebuild for the v0.1.1 release (diff) | |
download | gentoo-355ce3526d0c6c091427e633d776cce04fa5cc16.tar.gz gentoo-355ce3526d0c6c091427e633d776cce04fa5cc16.tar.bz2 gentoo-355ce3526d0c6c091427e633d776cce04fa5cc16.zip |
net-im/qtox: make live ebuild depend on net-libs/tox:0/0.1
Closes: https://github.com/gentoo/gentoo/pull/3169
Package-Manager: portage-2.3.0
Diffstat (limited to 'net-im/qtox')
-rw-r--r-- | net-im/qtox/qtox-9999.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-im/qtox/qtox-9999.ebuild b/net-im/qtox/qtox-9999.ebuild index b31a1cfb3448..e45d9c99c207 100644 --- a/net-im/qtox/qtox-9999.ebuild +++ b/net-im/qtox/qtox-9999.ebuild @@ -37,7 +37,7 @@ RDEPEND=" x11-libs/gtk+:2 x11-libs/cairo[X] x11-libs/pango[X] ) - net-libs/tox:0/0.0[av] + net-libs/tox:0/0.1[av] X? ( x11-libs/libX11 x11-libs/libXScrnSaver ) " |