Skip to content

Commit

Permalink
lxde-base/menu-cache: Simplify dependencies.
Browse files Browse the repository at this point in the history
There's no need for the || dependency as libfm always
depends in libfm-extra.

Closes: https://bugs.gentoo.org/692860
Signed-off-by: Hanno Boeck <[email protected]>
Package-Manager: Portage-2.3.76, Repoman-2.3.17
  • Loading branch information
hannob committed Sep 22, 2019
1 parent da4d957 commit e769cc5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lxde-base/menu-cache/menu-cache-1.1.0.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ KEYWORDS="~alpha amd64 arm ~arm64 ~mips ppc ~ppc64 x86 ~amd64-linux ~x86-linux"
IUSE=""

RDEPEND="dev-libs/glib:2
|| ( >=x11-libs/libfm-1.3.0.2 x11-libs/libfm-extra )"
x11-libs/libfm-extra"
DEPEND="${RDEPEND}
sys-devel/gettext
virtual/pkgconfig"
Expand Down

0 comments on commit e769cc5

Please sign in to comment.