commit:     b1bc5b49d4bcdfb3313f4caf140f117d8013ca3b
Author:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
AuthorDate: Wed Jul 26 20:22:06 2023 +0000
Commit:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Wed Jul 26 20:31:00 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b1bc5b49

gnome-extra/gnome-commander: Disable dependency on libunique:1

Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>

 gnome-extra/gnome-commander/gnome-commander-1.16.1.ebuild | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

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
 }

Reply via email to