diff options
author | Georgy Yakovlev <gyakovlev@gentoo.org> | 2023-01-08 19:33:31 -0800 |
---|---|---|
committer | Georgy Yakovlev <gyakovlev@gentoo.org> | 2023-01-08 19:34:21 -0800 |
commit | b6bb80405d873a7d09190d79e202663c0f3392a3 (patch) | |
tree | 0112860b93509c22ab9a3558bfca4027abfaac8e /sys-apps | |
parent | dev-ruby/rspec-support: Stabilize 3.11.1 arm64, #890196 (diff) | |
download | gentoo-b6bb80405d873a7d09190d79e202663c0f3392a3.tar.gz gentoo-b6bb80405d873a7d09190d79e202663c0f3392a3.tar.bz2 gentoo-b6bb80405d873a7d09190d79e202663c0f3392a3.zip |
sys-apps/fwupd: add cbor subslot dep
>>> package: dev-libs/libcbor-0.10.1
* - /usr/lib64/libcbor.so.0.9
* - /usr/lib64/libcbor.so.0.9.0
* used by /usr/lib64/fwupd-1.8.8/libfwupdplugin.so (sys-apps/fwupd-1.8.8-r1)
Signed-off-by: Georgy Yakovlev <gyakovlev@gentoo.org>
Diffstat (limited to 'sys-apps')
-rw-r--r-- | sys-apps/fwupd/fwupd-1.8.5.ebuild | 4 | ||||
-rw-r--r-- | sys-apps/fwupd/fwupd-1.8.7.ebuild | 4 | ||||
-rw-r--r-- | sys-apps/fwupd/fwupd-1.8.8-r1.ebuild | 4 |
3 files changed, 6 insertions, 6 deletions
diff --git a/sys-apps/fwupd/fwupd-1.8.5.ebuild b/sys-apps/fwupd/fwupd-1.8.5.ebuild index cb1a7821aa10..28976846a867 100644 --- a/sys-apps/fwupd/fwupd-1.8.5.ebuild +++ b/sys-apps/fwupd/fwupd-1.8.5.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -63,7 +63,7 @@ COMMON_DEPEND="${PYTHON_DEPS} >=net-libs/libsoup-2.51.92:2.4[introspection?] net-misc/curl archive? ( app-arch/libarchive:= ) - cbor? ( dev-libs/libcbor ) + cbor? ( dev-libs/libcbor:= ) dell? ( >=app-crypt/tpm2-tss-2.0 >=sys-libs/libsmbios-2.4.0 diff --git a/sys-apps/fwupd/fwupd-1.8.7.ebuild b/sys-apps/fwupd/fwupd-1.8.7.ebuild index 668d975bc1d2..366df2f25796 100644 --- a/sys-apps/fwupd/fwupd-1.8.7.ebuild +++ b/sys-apps/fwupd/fwupd-1.8.7.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -62,7 +62,7 @@ COMMON_DEPEND="${PYTHON_DEPS} ') net-misc/curl archive? ( app-arch/libarchive:= ) - cbor? ( dev-libs/libcbor ) + cbor? ( dev-libs/libcbor:= ) dell? ( >=app-crypt/tpm2-tss-2.0 >=sys-libs/libsmbios-2.4.0 diff --git a/sys-apps/fwupd/fwupd-1.8.8-r1.ebuild b/sys-apps/fwupd/fwupd-1.8.8-r1.ebuild index 5ba9cbff890d..dfcb3a16a2f7 100644 --- a/sys-apps/fwupd/fwupd-1.8.8-r1.ebuild +++ b/sys-apps/fwupd/fwupd-1.8.8-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -62,7 +62,7 @@ COMMON_DEPEND="${PYTHON_DEPS} ') net-misc/curl archive? ( app-arch/libarchive:= ) - cbor? ( dev-libs/libcbor ) + cbor? ( dev-libs/libcbor:= ) dell? ( >=app-crypt/tpm2-tss-2.0 >=sys-libs/libsmbios-2.4.0 |