summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2021-01-02 00:48:58 +0000
committerSam James <sam@gentoo.org>2021-01-02 00:48:58 +0000
commit1e71e889ecdaa3ab96fda5769a776cc64a342735 (patch)
treec3b933890a865b8369d1e6504646538c81bb0971
parentdev-perl/Conf-Libconfig: revbump for libconfig subslot dep (diff)
downloadgentoo-1e71e889.tar.gz
gentoo-1e71e889.tar.bz2
gentoo-1e71e889.zip
net-im/toxic: revbump for libconfig (and other) subslot deps
Package-Manager: Portage-3.0.12-prefix, Repoman-3.0.2 Signed-off-by: Sam James <sam@gentoo.org>
-rw-r--r--net-im/toxic/toxic-0.10.0-r1.ebuild (renamed from net-im/toxic/toxic-0.10.0.ebuild)14
-rw-r--r--net-im/toxic/toxic-0.8.3-r2.ebuild (renamed from net-im/toxic/toxic-0.8.3-r1.ebuild)18
2 files changed, 16 insertions, 16 deletions
diff --git a/net-im/toxic/toxic-0.10.0.ebuild b/net-im/toxic/toxic-0.10.0-r1.ebuild
index eec33667d60a..d8edefaf923a 100644
--- a/net-im/toxic/toxic-0.10.0.ebuild
+++ b/net-im/toxic/toxic-0.10.0-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -18,11 +18,11 @@ IUSE="+audio-notify debug doc llvm notification png python qrcode +sound +video
REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )
video? ( sound X ) "
-BDEPEND="dev-libs/libconfig"
-
-RDEPEND="net-libs/tox
+RDEPEND="
+ dev-libs/libconfig:=
+ net-libs/tox:=
net-misc/curl
- sys-libs/ncurses:*
+ sys-libs/ncurses:=
audio-notify? (
media-libs/freealut
media-libs/openal
@@ -31,12 +31,12 @@ RDEPEND="net-libs/tox
debug? ( llvm? ( sys-devel/llvm:* ) )
python? ( ${PYTHON_DEPS} )
qrcode? (
- media-gfx/qrencode
+ media-gfx/qrencode:=
png? ( media-libs/libpng )
)
sound? (
media-libs/openal
- net-libs/tox[av]
+ net-libs/tox:=[av]
)
X? (
x11-base/xorg-proto
diff --git a/net-im/toxic/toxic-0.8.3-r1.ebuild b/net-im/toxic/toxic-0.8.3-r2.ebuild
index 03ec7dfb0153..7dae366dc14e 100644
--- a/net-im/toxic/toxic-0.8.3-r1.ebuild
+++ b/net-im/toxic/toxic-0.8.3-r2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -17,22 +17,22 @@ KEYWORDS="amd64 x86"
IUSE="notification python qrcode +sound +video +X"
REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
-BDEPEND="dev-libs/libconfig"
-
-RDEPEND=">=net-libs/tox-0.2.8:*
+RDEPEND="
+ dev-libs/libconfig:=
+ >=net-libs/tox-0.2.8:=
net-misc/curl
- sys-libs/ncurses:*
+ sys-libs/ncurses:=
notification? ( x11-libs/libnotify )
python? ( ${PYTHON_DEPS} )
- qrcode? ( media-gfx/qrencode )
+ qrcode? ( media-gfx/qrencode:= )
sound? (
media-libs/freealut
media-libs/openal
- net-libs/tox[av]
+ net-libs/tox:=[av]
)
video? (
- media-libs/libvpx
- net-libs/tox[av]
+ media-libs/libvpx:=
+ net-libs/tox:=[av]
x11-libs/libX11 )"
DEPEND="${RDEPEND}"