From ff396e96bda48b87bb141f4f1966dac408381fc3 Mon Sep 17 00:00:00 2001 From: xz-dev Date: Mon, 11 Sep 2023 15:32:04 +0800 Subject: [PATCH] net-proxy/clash-verge-bin: Add default USE flag Signed-off-by: xz-dev --- net-proxy/clash-verge-bin/clash-verge-bin-1.3.7.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-proxy/clash-verge-bin/clash-verge-bin-1.3.7.ebuild b/net-proxy/clash-verge-bin/clash-verge-bin-1.3.7.ebuild index 4d3e464e0..ac1025db7 100644 --- a/net-proxy/clash-verge-bin/clash-verge-bin-1.3.7.ebuild +++ b/net-proxy/clash-verge-bin/clash-verge-bin-1.3.7.ebuild @@ -16,7 +16,7 @@ SRC_URI="https://github.com/zzzgydi/${MY_PN}/releases/download/v${PV}/${MY_PN}_$ LICENSE="GPL-3" SLOT="0" -IUSE="clash clash-meta clash-premium" +IUSE="clash +clash-meta clash-premium" REQUIRED_USE=" || ( clash clash-meta clash-premium ) -- 2.11.4.GIT