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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 5BFA213835A for ; Tue, 6 Apr 2021 09:03:16 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BD301E090F; Tue, 6 Apr 2021 09:03:13 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id A29A1E090F for ; Tue, 6 Apr 2021 09:03:13 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 6C5B2340D69 for ; Tue, 6 Apr 2021 09:03:12 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9C2F4645 for ; Tue, 6 Apr 2021 09:03:09 +0000 (UTC) From: "Andrew Ammerlaan" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andrew Ammerlaan" Message-ID: <1617478236.34e5a89dd4f58105c897368fe2d3ee8790f13655.andrewammerlaan@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: gui-libs/libcsys/ X-VCS-Repository: repo/proj/guru X-VCS-Files: gui-libs/libcsys/libcsys-9999.ebuild X-VCS-Directories: gui-libs/libcsys/ X-VCS-Committer: andrewammerlaan X-VCS-Committer-Name: Andrew Ammerlaan X-VCS-Revision: 34e5a89dd4f58105c897368fe2d3ee8790f13655 X-VCS-Branch: master Date: Tue, 6 Apr 2021 09:03:09 +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: 2441fdfb-ace7-4813-ae0e-35e8b782552c X-Archives-Hash: 89f12d3ffe47452b362b65c02686ea8a commit: 34e5a89dd4f58105c897368fe2d3ee8790f13655 Author: Maciej Barć riseup net> AuthorDate: Sat Apr 3 19:30:36 2021 +0000 Commit: Andrew Ammerlaan riseup net> CommitDate: Sat Apr 3 19:30:36 2021 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=34e5a89d gui-libs/libcsys: udisks USE in live Signed-off-by: Maciej Barć riseup.net> gui-libs/libcsys/libcsys-9999.ebuild | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/gui-libs/libcsys/libcsys-9999.ebuild b/gui-libs/libcsys/libcsys-9999.ebuild index ae8b93711..1d1345cc7 100644 --- a/gui-libs/libcsys/libcsys-9999.ebuild +++ b/gui-libs/libcsys/libcsys-9999.ebuild @@ -21,6 +21,7 @@ fi LICENSE="GPL-3" SLOT="0" +IUSE="udisks" DEPEND=" >=dev-qt/qtcore-${QTMIN}:5 @@ -29,5 +30,7 @@ DEPEND=" " RDEPEND=" ${DEPEND} - sys-fs/udisks:2 + udisks? ( + sys-fs/udisks:2 + ) "