diff options
author | Pacho Ramos <pacho@gentoo.org> | 2024-07-30 21:05:32 +0200 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2024-07-30 21:07:41 +0200 |
commit | 950f05395705e5a737251cad66e502cd5efed315 (patch) | |
tree | 29eb3b7cf91da5b385304d8f0ed36f4383dc6786 /net-im/toxic | |
parent | net-im/toxic: Simplify PYTHON_COMPAT (diff) | |
download | gentoo-950f05395705e5a737251cad66e502cd5efed315.tar.gz gentoo-950f05395705e5a737251cad66e502cd5efed315.tar.bz2 gentoo-950f05395705e5a737251cad66e502cd5efed315.zip |
net-im/toxic: Fix dependencies
Signed-off-by: Pacho Ramos <pacho@gentoo.org>
Diffstat (limited to 'net-im/toxic')
-rw-r--r-- | net-im/toxic/toxic-0.15.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-im/toxic/toxic-0.15.1.ebuild b/net-im/toxic/toxic-0.15.1.ebuild index 8017b624b36e..41f910090c7d 100644 --- a/net-im/toxic/toxic-0.15.1.ebuild +++ b/net-im/toxic/toxic-0.15.1.ebuild @@ -21,7 +21,8 @@ REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} ) BDEPEND="dev-libs/libconfig:= virtual/pkgconfig" -RDEPEND=">=net-libs/tox-0.2.19:= +RDEPEND=" + >=net-libs/tox-0.2.19:=[experimental?] net-misc/curl sys-kernel/linux-headers sys-libs/ncurses:= @@ -30,7 +31,6 @@ RDEPEND=">=net-libs/tox-0.2.19:= media-libs/openal ) debug? ( llvm? ( sys-devel/llvm:* ) ) - experimental? ( net-libs/tox[experimental] ) notification? ( x11-libs/libnotify ) python? ( ${PYTHON_DEPS} ) qrcode? ( |