diff options
author | Michał Górny <mgorny@gentoo.org> | 2019-09-15 18:53:57 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2019-09-15 19:02:20 +0200 |
commit | c22707bc525c6a5d460269a3698134e81b1ff451 (patch) | |
tree | 0d1073bda8fa088189fc9ad5ab39599c7789c85b /app-arch/unarj | |
parent | dev-qt/qtgui: Fix build with CXXFLAGS="-march=native" (diff) | |
download | gentoo-c22707bc525c6a5d460269a3698134e81b1ff451.tar.gz gentoo-c22707bc525c6a5d460269a3698134e81b1ff451.tar.bz2 gentoo-c22707bc525c6a5d460269a3698134e81b1ff451.zip |
app-arch/unarj: Use mirror://gentoo
The package is no longer present on the FreeBSD mirrors, so just use
our mirrors.
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'app-arch/unarj')
-rw-r--r-- | app-arch/unarj/unarj-2.65.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-arch/unarj/unarj-2.65.ebuild b/app-arch/unarj/unarj-2.65.ebuild index ec1cba73be8e..cee73863c913 100644 --- a/app-arch/unarj/unarj-2.65.ebuild +++ b/app-arch/unarj/unarj-2.65.ebuild @@ -7,7 +7,7 @@ inherit toolchain-funcs DESCRIPTION="Utility for opening arj archives" HOMEPAGE="http://www.arjsoftware.com/" -SRC_URI="mirror://freebsd/ports/local-distfiles/ache/${P}.tgz" +SRC_URI="mirror://gentoo/${P}.tgz" LICENSE="arj" SLOT="0" |