commit:     c5cc34ac24180568ac4f9e1df59160cb3952238b
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Thu Sep 11 02:34:14 2025 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu Sep 11 02:35:21 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c5cc34ac

sys-fs/duf: update SRC_URI

Sorry, I've uploaded the distfile myself when bumping but forgot to
tweak SRC_URI. Also, drop obsolete USE=pie while here as the eclass
handles it.

Closes: https://bugs.gentoo.org/962706
Signed-off-by: Sam James <sam <AT> gentoo.org>

 sys-fs/duf/duf-0.9.1.ebuild | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/sys-fs/duf/duf-0.9.1.ebuild b/sys-fs/duf/duf-0.9.1.ebuild
index 171337319f97..f48e7577e65e 100644
--- a/sys-fs/duf/duf-0.9.1.ebuild
+++ b/sys-fs/duf/duf-0.9.1.ebuild
@@ -8,17 +8,15 @@ inherit go-module
 DESCRIPTION="Disk Usage/Free Utility - a better 'df' alternative"
 HOMEPAGE="https://github.com/muesli/duf";
 SRC_URI="https://github.com/muesli/duf/archive/refs/tags/v${PV}.tar.gz -> 
${P}.tar.gz"
-SRC_URI+=" 
https://github.com/mrmagic223325/deps/releases/download/${P}/${P}-deps.tar.xz";
+SRC_URI+=" 
https://dev.gentoo.org/~sam/distfiles/${CATEGORY}/${PN}/${P}-deps.tar.xz";
 
 LICENSE="MIT BSD Apache-2.0"
 # Dependent licenses
 LICENSE+="  Apache-2.0 BSD MIT"
 SLOT="0"
 KEYWORDS="~amd64 ~arm64"
-IUSE="pie"
 
 src_compile() {
-       use pie && GOFLAGS+=" -buildmode=pie"
        ego build
 }
 

Reply via email to