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 83ABA158089 for ; Tue, 10 Oct 2023 03:04:16 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 45EF12BC03F; Tue, 10 Oct 2023 03:04:13 +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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 25CC32BC03F for ; Tue, 10 Oct 2023 03:04:13 +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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id B1843335CB9 for ; Tue, 10 Oct 2023 03:04:11 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3B74810D4 for ; Tue, 10 Oct 2023 03:04:09 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1696906988.4b483450be84a50dcb505cba77ff9ebef0a4e173.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-backup/spideroak-bin/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-backup/spideroak-bin/spideroak-bin-7.5.0-r3.ebuild X-VCS-Directories: app-backup/spideroak-bin/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 4b483450be84a50dcb505cba77ff9ebef0a4e173 X-VCS-Branch: master Date: Tue, 10 Oct 2023 03:04: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: 1c9ca900-b6e6-48c8-8138-67c3146bf474 X-Archives-Hash: b644409ed12321784d261de358278611 commit: 4b483450be84a50dcb505cba77ff9ebef0a4e173 Author: Leonardo Hernández Hernández proton me> AuthorDate: Sun Oct 1 23:09:50 2023 +0000 Commit: Sam James gentoo org> CommitDate: Tue Oct 10 03:03:08 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4b483450 app-backup/spideroak-bin: drop IUSE=dbus It is only there to determine if remove or not a dbus file and the file(s?) doesn't even exist, it was not spotted before because it uses `rm -f` Signed-off-by: Leonardo Hernández Hernández proton.me> Signed-off-by: Sam James gentoo.org> app-backup/spideroak-bin/spideroak-bin-7.5.0-r3.ebuild | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/app-backup/spideroak-bin/spideroak-bin-7.5.0-r3.ebuild b/app-backup/spideroak-bin/spideroak-bin-7.5.0-r3.ebuild index 294133dc1899..d5e18a928843 100644 --- a/app-backup/spideroak-bin/spideroak-bin-7.5.0-r3.ebuild +++ b/app-backup/spideroak-bin/spideroak-bin-7.5.0-r3.ebuild @@ -20,13 +20,12 @@ RESTRICT="mirror strip" LICENSE="spideroak" SLOT="0" KEYWORDS="~amd64 ~x86" -IUSE="dbus X" +IUSE="X" BDEPEND="dev-util/patchelf" RDEPEND=" app-crypt/mit-krb5[keyutils] media-libs/libpng-compat:1.2 - dbus? ( sys-apps/dbus ) X? ( media-libs/fontconfig media-libs/freetype:2 @@ -84,11 +83,6 @@ src_install() { insinto /opt/SpiderOakONE doins -r opt/SpiderOakONE/lib - # Install the config files - if ! use dbus; then - rm -rf etc/dbus-1 || die - fi - insinto / doins -r etc