mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-19 03:53:22 -04:00
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:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user