net-misc/megasync: drop useless USE flags

It doesn't affect the actual build.

Signed-off-by: Takuya Wakazono <pastalian46@gmail.com>
This commit is contained in:
Takuya Wakazono
2024-03-25 22:11:29 +09:00
parent 8f3cc27dec
commit fad52ae19c
2 changed files with 2 additions and 4 deletions

View File

@@ -29,7 +29,7 @@ fi
LICENSE="MEGA"
SLOT="0"
IUSE="dolphin freeimage nautilus nemo threads thunar"
IUSE="dolphin freeimage nautilus nemo thunar"
DEPEND="
dev-db/sqlite:3
@@ -100,7 +100,6 @@ src_configure() {
econf \
"--disable-curl-checks" \
"--disable-examples" \
$(use_enable threads posix-threads) \
$(use_with freeimage)
cd "${S}/src" || die

View File

@@ -29,7 +29,7 @@ fi
LICENSE="MEGA"
SLOT="0"
IUSE="dolphin freeimage nautilus nemo threads thunar"
IUSE="dolphin freeimage nautilus nemo thunar"
DEPEND="
dev-db/sqlite:3
@@ -100,7 +100,6 @@ src_configure() {
econf \
"--disable-curl-checks" \
"--disable-examples" \
$(use_enable threads posix-threads) \
$(use_with freeimage)
cd "${S}/src" || die