From 27ef1db23bda8b648d75992648fc060b4f7e8657 Mon Sep 17 00:00:00 2001 From: Anton Kropachev Date: Mon, 16 Sep 2024 03:22:08 +0300 Subject: [PATCH] Fix inpxer src_unpack --- www-apps/inpxer/inpxer-0.2.5.ebuild | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/www-apps/inpxer/inpxer-0.2.5.ebuild b/www-apps/inpxer/inpxer-0.2.5.ebuild index 525f09d..87e049b 100644 --- a/www-apps/inpxer/inpxer-0.2.5.ebuild +++ b/www-apps/inpxer/inpxer-0.2.5.ebuild @@ -27,12 +27,8 @@ PATCHES=( ) src_unpack() { - if [[ ${PV} == 9999* ]]; then - git-r3_src_unpack - go-module_live_vendor - else - default - fi + git-r3_src_unpack + go-module_live_vendor } src_prepare() {