diff options
author | Mike Frysinger <vapier@gentoo.org> | 2021-04-18 16:36:08 -0400 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2021-04-18 16:36:08 -0400 |
commit | 7519004e654196e2f52b17ac389cc52a3c30fcdb (patch) | |
tree | 3ba35bb8aa116654566f64321995b490b31dd8db /app-misc | |
parent | dev-lua/lua_cliargs: keyworded 3.0_p2-r100 for hppa, bug #783420 (diff) | |
download | gentoo-7519004e654196e2f52b17ac389cc52a3c30fcdb.tar.gz gentoo-7519004e654196e2f52b17ac389cc52a3c30fcdb.tar.bz2 gentoo-7519004e654196e2f52b17ac389cc52a3c30fcdb.zip |
app-misc/pax-utils: fix SRC_URI typo #783240
Bug: https://bugs.gentoo.org/783240
Signed-off-by: Mike Frysinger <vapier@gentoo.org>
Diffstat (limited to 'app-misc')
-rw-r--r-- | app-misc/pax-utils/pax-utils-1.3.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
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 64854b1beb39..474efb8559ac 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" |