commit: 3722afb3c1cae8a9e96ce2c8fb427bad872b83b7 Author: Punarbasu Purkayastha <ppurka <AT> gmail <DOT> com> AuthorDate: Fri Mar 5 18:20:14 2021 +0000 Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org> CommitDate: Fri Mar 5 18:20:48 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3722afb3
app-misc/rox-filer: 2.11: fix libSM dependency Add dependency on app-misc/libSM Closes: https://bugs.gentoo.org/746476 Signed-off-by: Punarbasu Purkayastha <ppurka <AT> gmail.com> Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org> app-misc/rox-filer/rox-filer-2.11.ebuild | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/app-misc/rox-filer/rox-filer-2.11.ebuild b/app-misc/rox-filer/rox-filer-2.11.ebuild index f85ee85da19..505fd537ab1 100644 --- a/app-misc/rox-filer/rox-filer-2.11.ebuild +++ b/app-misc/rox-filer/rox-filer-2.11.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -16,7 +16,8 @@ KEYWORDS="amd64 ~arm ~arm64 x86" COMMON_DEPEND="dev-lang/perl dev-libs/libxml2:2 gnome-base/libglade:2.0 - x11-libs/gtk+:2" + x11-libs/gtk+:2 + x11-libs/libSM" RDEPEND="${COMMON_DEPEND} x11-misc/shared-mime-info" DEPEND="${COMMON_DEPEND}
