commit: bcc8ba7ca1d9ce1872fcbea7c1b3552ae0b17ed0 Author: Alfred Wingate <parona <AT> protonmail <DOT> com> AuthorDate: Mon Mar 10 07:06:18 2025 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Mon Mar 10 07:19:02 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bcc8ba7c
sys-block/targetcli-fb: add upperbound for rtslib-fb Bug: https://bugs.gentoo.org/950321 Signed-off-by: Alfred Wingate <parona <AT> protonmail.com> Closes: https://github.com/gentoo/gentoo/pull/40990 Signed-off-by: Sam James <sam <AT> gentoo.org> .../{targetcli-fb-2.1.58.ebuild => targetcli-fb-2.1.58-r1.ebuild} | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/sys-block/targetcli-fb/targetcli-fb-2.1.58.ebuild b/sys-block/targetcli-fb/targetcli-fb-2.1.58-r1.ebuild similarity index 87% rename from sys-block/targetcli-fb/targetcli-fb-2.1.58.ebuild rename to sys-block/targetcli-fb/targetcli-fb-2.1.58-r1.ebuild index f505ad8e0559..85a7fce1eb3c 100644 --- a/sys-block/targetcli-fb/targetcli-fb-2.1.58.ebuild +++ b/sys-block/targetcli-fb/targetcli-fb-2.1.58-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -15,8 +15,10 @@ LICENSE="Apache-2.0" SLOT="0" KEYWORDS="~alpha amd64 arm arm64 ~loong ~mips ppc ppc64 ~riscv sparc x86" +# bug #950321: <dev-python/rtslib-fb-2.2 RDEPEND="dev-python/configshell-fb[${PYTHON_USEDEP}] dev-python/pygobject:3[${PYTHON_USEDEP}] + <dev-python/rtslib-fb-2.2[${PYTHON_USEDEP}] >=dev-python/rtslib-fb-2.1.73[${PYTHON_USEDEP}] dev-python/six[${PYTHON_USEDEP}] sys-apps/dbus"
