diff options
author | 2024-12-11 12:09:36 +0100 | |
---|---|---|
committer | 2024-12-11 12:53:11 +0100 | |
commit | b060a63ee02c38b2fa87212b3770c0d016bf3af7 (patch) | |
tree | 7ece9dabf8d25d95e18c38970ce4b98c92b5912c /dev-util/watchman | |
parent | Move {dev-libs/libclc → llvm-core/libclc} (diff) | |
download | gentoo-b060a63ee02c38b2fa87212b3770c0d016bf3af7.tar.gz gentoo-b060a63ee02c38b2fa87212b3770c0d016bf3af7.tar.bz2 gentoo-b060a63ee02c38b2fa87212b3770c0d016bf3af7.zip |
Move sys-libs/llvm-libunwind → llvm-runtimes/libunwind
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-util/watchman')
-rw-r--r-- | dev-util/watchman/watchman-2023.06.19.00-r2.ebuild | 2 | ||||
-rw-r--r-- | dev-util/watchman/watchman-2024.11.04.00.ebuild | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/dev-util/watchman/watchman-2023.06.19.00-r2.ebuild b/dev-util/watchman/watchman-2023.06.19.00-r2.ebuild index 591c4924066c..2408d44df3de 100644 --- a/dev-util/watchman/watchman-2023.06.19.00-r2.ebuild +++ b/dev-util/watchman/watchman-2023.06.19.00-r2.ebuild @@ -158,7 +158,7 @@ RDEPEND=" >=dev-libs/libfmt-8.1.1-r1:= <dev-libs/libfmt-10 dev-libs/openssl:= - llvm-libunwind? ( sys-libs/llvm-libunwind:= ) + llvm-libunwind? ( llvm-runtimes/libunwind:= ) !llvm-libunwind? ( sys-libs/libunwind:= ) python? ( ${PYTHON_DEPS} ) " diff --git a/dev-util/watchman/watchman-2024.11.04.00.ebuild b/dev-util/watchman/watchman-2024.11.04.00.ebuild index f791648d2feb..26efcb7237bd 100644 --- a/dev-util/watchman/watchman-2024.11.04.00.ebuild +++ b/dev-util/watchman/watchman-2024.11.04.00.ebuild @@ -262,7 +262,7 @@ RDEPEND=" ~dev-cpp/fizz-${PV}:= ~dev-cpp/folly-${PV}:= ~dev-cpp/wangle-${PV}:= - llvm-libunwind? ( sys-libs/llvm-libunwind:= ) + llvm-libunwind? ( llvm-runtimes/libunwind:= ) !llvm-libunwind? ( sys-libs/libunwind:= ) python? ( ${PYTHON_DEPS} ) " |