From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 9D5B215800A for ; Wed, 26 Jul 2023 20:31:31 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C4A0FE088A; Wed, 26 Jul 2023 20:31:30 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id A8164E088A for ; Wed, 26 Jul 2023 20:31:30 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 7A7D9340A9D for ; Wed, 26 Jul 2023 20:31:29 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 96716DD7 for ; Wed, 26 Jul 2023 20:31:27 +0000 (UTC) From: "Matt Turner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matt Turner" Message-ID: <1690403460.b1bc5b49d4bcdfb3313f4caf140f117d8013ca3b.mattst88@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: gnome-extra/gnome-commander/ X-VCS-Repository: repo/gentoo X-VCS-Files: gnome-extra/gnome-commander/gnome-commander-1.16.1.ebuild X-VCS-Directories: gnome-extra/gnome-commander/ X-VCS-Committer: mattst88 X-VCS-Committer-Name: Matt Turner X-VCS-Revision: b1bc5b49d4bcdfb3313f4caf140f117d8013ca3b X-VCS-Branch: master Date: Wed, 26 Jul 2023 20:31:27 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 299116c6-0de2-425a-80cd-48e33a83e780 X-Archives-Hash: 48b0b72a98571f02d3cc16c996cd92d8 commit: b1bc5b49d4bcdfb3313f4caf140f117d8013ca3b Author: Matt Turner gentoo org> AuthorDate: Wed Jul 26 20:22:06 2023 +0000 Commit: Matt Turner gentoo 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 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 }