diff options
author | 2024-12-11 12:29:30 +0100 | |
---|---|---|
committer | 2024-12-11 12:53:24 +0100 | |
commit | 1f9f1999cdc8ccb94054dec2d2951c7e486aa996 (patch) | |
tree | 083f072f5a45564fcf8937b43274d14b4d6a037e /net-im/toxic | |
parent | Move {sys-devel → llvm-core}/llvm-common (diff) | |
download | gentoo-1f9f1999cdc8ccb94054dec2d2951c7e486aa996.tar.gz gentoo-1f9f1999cdc8ccb94054dec2d2951c7e486aa996.tar.bz2 gentoo-1f9f1999cdc8ccb94054dec2d2951c7e486aa996.zip |
Move {sys-devel → llvm-core}/llvm
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'net-im/toxic')
-rw-r--r-- | net-im/toxic/toxic-0.11.3-r2.ebuild | 4 | ||||
-rw-r--r-- | net-im/toxic/toxic-0.15.1.ebuild | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/net-im/toxic/toxic-0.11.3-r2.ebuild b/net-im/toxic/toxic-0.11.3-r2.ebuild index b65d15bbbbc9..c5a9883cae25 100644 --- a/net-im/toxic/toxic-0.11.3-r2.ebuild +++ b/net-im/toxic/toxic-0.11.3-r2.ebuild @@ -3,7 +3,7 @@ EAPI=8 -PYTHON_COMPAT=( python3_{9,10,11,12} ) +PYTHON_COMPAT=( python3_{10,11,12} ) inherit python-single-r1 xdg @@ -30,7 +30,7 @@ RDEPEND="net-libs/tox:= media-libs/openal ) notification? ( x11-libs/libnotify ) - debug? ( llvm? ( sys-devel/llvm:* ) ) + debug? ( llvm? ( llvm-core/llvm:* ) ) python? ( ${PYTHON_DEPS} ) qrcode? ( media-gfx/qrencode:= diff --git a/net-im/toxic/toxic-0.15.1.ebuild b/net-im/toxic/toxic-0.15.1.ebuild index d27354a14bc1..c3bed651773c 100644 --- a/net-im/toxic/toxic-0.15.1.ebuild +++ b/net-im/toxic/toxic-0.15.1.ebuild @@ -30,7 +30,7 @@ RDEPEND=" media-libs/freealut media-libs/openal ) - debug? ( llvm? ( sys-devel/llvm:* ) ) + debug? ( llvm? ( llvm-core/llvm:* ) ) notification? ( x11-libs/libnotify ) python? ( ${PYTHON_DEPS} ) qrcode? ( |