From b1bc5b49d4bcdfb3313f4caf140f117d8013ca3b Mon Sep 17 00:00:00 2001 From: Matt Turner Date: Wed, 26 Jul 2023 16:22:06 -0400 Subject: gnome-extra/gnome-commander: Disable dependency on libunique:1 Signed-off-by: Matt Turner --- gnome-extra/gnome-commander/gnome-commander-1.16.1.ebuild | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'gnome-extra/gnome-commander') diff --git a/gnome-extra/gnome-commander/gnome-commander-1.16.1.ebuild b/gnome-extra/gnome-commander/gnome-commander-1.16.1.ebuild index d9ff00029c93..efa77df376c7 100644 --- a/gnome-extra/gnome-commander/gnome-commander-1.16.1.ebuild +++ b/gnome-extra/gnome-commander/gnome-commander-1.16.1.ebuild @@ -11,7 +11,7 @@ HOMEPAGE="https://gcmd.github.io/" LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ~x86" -IUSE="doc exif gsf pdf samba taglib test +unique" +IUSE="doc exif gsf pdf samba taglib test" RESTRICT="!test? ( test )" RDEPEND=" @@ -23,7 +23,6 @@ RDEPEND=" pdf? ( >=app-text/poppler-0.18 ) samba? ( gnome-base/gvfs[samba] ) taglib? ( >=media-libs/taglib-1.4 ) - unique? ( >=dev-libs/libunique-0.9.3:1 ) " BDEPEND=" doc? ( app-text/yelp-tools ) @@ -45,9 +44,9 @@ src_configure() { $(meson_feature pdf poppler) $(meson_feature samba) $(meson_feature taglib) - $(meson_feature unique) $(meson_feature test tests) $(meson_use doc help) + -Dunique=disabled ) meson_src_configure } -- cgit v1.2.3-65-gdbad