diff options
author | ormorph <roma251078@mail.ru> | 2022-07-22 17:13:04 +0200 |
---|---|---|
committer | ormorph <roma251078@mail.ru> | 2022-07-22 17:15:40 +0200 |
commit | aaa590e19ef45d92f7c6779051cf63e5a48e1202 (patch) | |
tree | c22268246564b202859187db82521cfd83d74149 /trinity-base/tdebase-tdeioslaves/tdebase-tdeioslaves-9999.ebuild | |
parent | dcccdf64d27b0f7d40ace841094a8f539cf43ae4 (diff) | |
download | tde-packaging-gentoo-aaa590e19ef45d92f7c6779051cf63e5a48e1202.tar.gz tde-packaging-gentoo-aaa590e19ef45d92f7c6779051cf63e5a48e1202.zip |
Fix dependencies in ebuilds
Signed-off-by: ormorph <roma251078@mail.ru>
Diffstat (limited to 'trinity-base/tdebase-tdeioslaves/tdebase-tdeioslaves-9999.ebuild')
-rw-r--r-- | trinity-base/tdebase-tdeioslaves/tdebase-tdeioslaves-9999.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/trinity-base/tdebase-tdeioslaves/tdebase-tdeioslaves-9999.ebuild b/trinity-base/tdebase-tdeioslaves/tdebase-tdeioslaves-9999.ebuild index 25cacc21..8af2f65e 100644 --- a/trinity-base/tdebase-tdeioslaves/tdebase-tdeioslaves-9999.ebuild +++ b/trinity-base/tdebase-tdeioslaves/tdebase-tdeioslaves-9999.ebuild @@ -1,5 +1,5 @@ -# Copyright 1999-2020 Gentoo Authors -# Copyright 2020 The Trinity Desktop Project +# Copyright 1999-2022 Gentoo Authors +# Copyright 2022 The Trinity Desktop Project # Distributed under the terms of the GNU General Public License v2 EAPI="8" @@ -26,7 +26,7 @@ DEPEND=" RDEPEND="${DEPEND} ~trinity-base/tdeeject-${PV} - virtual/ssh" + net-libs/libssh" src_configure() { local mycmakeargs=( |