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 C14CD158089 for ; Fri, 3 Nov 2023 13:49:49 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0BE892BC016; Fri, 3 Nov 2023 13:49:49 +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 DF4562BC016 for ; Fri, 3 Nov 2023 13:49:48 +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 BE9AC335D1C for ; Fri, 3 Nov 2023 13:49:47 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id DE785AB1 for ; Fri, 3 Nov 2023 13:49:45 +0000 (UTC) From: "Takuya Wakazono" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Takuya Wakazono" Message-ID: <1699019297.ffd3d542417f5295b18c341b174bb398f46b05a0.pastalian46@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: net-misc/megasync/ X-VCS-Repository: repo/proj/guru X-VCS-Files: net-misc/megasync/megasync-4.10.0.0.ebuild X-VCS-Directories: net-misc/megasync/ X-VCS-Committer: pastalian46 X-VCS-Committer-Name: Takuya Wakazono X-VCS-Revision: ffd3d542417f5295b18c341b174bb398f46b05a0 X-VCS-Branch: dev Date: Fri, 3 Nov 2023 13:49:45 +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: 8e6bce8f-2b39-4226-8e7b-25dc0d4b536f X-Archives-Hash: 6d1149aedd907945951b2aec166c4365 commit: ffd3d542417f5295b18c341b174bb398f46b05a0 Author: Takuya Wakazono gmail com> AuthorDate: Fri Nov 3 13:47:10 2023 +0000 Commit: Takuya Wakazono gmail com> CommitDate: Fri Nov 3 13:48:17 2023 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=ffd3d542 net-misc/megasync: fix freeimage USE flag Signed-off-by: Takuya Wakazono gmail.com> net-misc/megasync/megasync-4.10.0.0.ebuild | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/net-misc/megasync/megasync-4.10.0.0.ebuild b/net-misc/megasync/megasync-4.10.0.0.ebuild index 6f32a49537..9eb43c9724 100644 --- a/net-misc/megasync/megasync-4.10.0.0.ebuild +++ b/net-misc/megasync/megasync-4.10.0.0.ebuild @@ -29,7 +29,7 @@ fi LICENSE="MEGA" SLOT="0" -IUSE="+cryptopp +curl +freeimage +sqlite +zlib dolphin examples java nautilus php python readline threads thunar" +IUSE="+cryptopp +curl +sqlite +zlib dolphin examples freeimage java nautilus php python readline threads thunar" RDEPEND=" app-arch/xz-utils @@ -121,6 +121,7 @@ src_configure() { local myeqmakeargs=( MEGA.pro CONFIG+="release" + $(usex freeimage "" "CONFIG+=nofreeimage") ) eqmake5 ${myeqmakeargs[@]}