diff options
author | Matt Turner <mattst88@gentoo.org> | 2023-07-26 16:22:06 -0400 |
---|---|---|
committer | Matt Turner <mattst88@gentoo.org> | 2023-07-26 16:31:00 -0400 |
commit | b1bc5b49d4bcdfb3313f4caf140f117d8013ca3b (patch) | |
tree | bc7eeecce6a5662f773ef12b2e10ded2cae23b18 /gnome-extra/gnome-commander | |
parent | gnome-extra/gnome-commander: add 1.16.1 (diff) | |
download | gentoo-b1bc5b49d4bcdfb3313f4caf140f117d8013ca3b.tar.gz gentoo-b1bc5b49d4bcdfb3313f4caf140f117d8013ca3b.tar.bz2 gentoo-b1bc5b49d4bcdfb3313f4caf140f117d8013ca3b.zip |
gnome-extra/gnome-commander: Disable dependency on libunique:1
Signed-off-by: Matt Turner <mattst88@gentoo.org>
Diffstat (limited to 'gnome-extra/gnome-commander')
-rw-r--r-- | gnome-extra/gnome-commander/gnome-commander-1.16.1.ebuild | 5 |
1 files 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 } |