commit:     ffd3d542417f5295b18c341b174bb398f46b05a0
Author:     Takuya Wakazono <pastalian46 <AT> gmail <DOT> com>
AuthorDate: Fri Nov  3 13:47:10 2023 +0000
Commit:     Takuya Wakazono <pastalian46 <AT> gmail <DOT> 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 <pastalian46 <AT> 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[@]}

Reply via email to