commit: 7519004e654196e2f52b17ac389cc52a3c30fcdb Author: Mike Frysinger <vapier <AT> gentoo <DOT> org> AuthorDate: Sun Apr 18 20:36:08 2021 +0000 Commit: Mike Frysinger <vapier <AT> gentoo <DOT> org> CommitDate: Sun Apr 18 20:36:08 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7519004e
app-misc/pax-utils: fix SRC_URI typo #783240 Bug: https://bugs.gentoo.org/783240 Signed-off-by: Mike Frysinger <vapier <AT> gentoo.org> app-misc/pax-utils/pax-utils-1.3.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-misc/pax-utils/pax-utils-1.3.1.ebuild b/app-misc/pax-utils/pax-utils-1.3.1.ebuild index 64854b1beb3..474efb8559a 100644 --- a/app-misc/pax-utils/pax-utils-1.3.1.ebuild +++ b/app-misc/pax-utils/pax-utils-1.3.1.ebuild @@ -11,7 +11,7 @@ DESCRIPTION="ELF utils that can check files for security relevant properties" HOMEPAGE="https://wiki.gentoo.org/index.php?title=Project:Hardened/PaX_Utilities" SRC_URI="mirror://gentoo/${P}.tar.xz https://dev.gentoo.org/~slyfox/distfiles/${P}.tar.xz - https://dev.gentoo.org/~vapier/distfiles/${P}.tar.xz" + https://dev.gentoo.org/~vapier/dist/${P}.tar.xz" LICENSE="GPL-2" SLOT="0"
