app-mobilephone/dfu-util: use sourceforge mirror

This commit is contained in:
Tim Harder
2016-08-25 15:11:48 -04:00
parent dd3f2b42cf
commit ada8064a79
2 changed files with 2 additions and 2 deletions

View File

@@ -8,7 +8,7 @@ if [[ ${PV} == "9999" ]] ; then
EGIT_REPO_URI="git://git.code.sf.net/p/dfu-util/dfu-util"
inherit autotools git-r3
else
SRC_URI="http://dfu-util.gnumonks.org/releases/${P}.tar.gz"
SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
KEYWORDS="~amd64 ~x86"
fi

View File

@@ -8,7 +8,7 @@ if [[ ${PV} == "9999" ]] ; then
EGIT_REPO_URI="git://git.code.sf.net/p/dfu-util/dfu-util"
inherit autotools git-r3
else
SRC_URI="http://dfu-util.gnumonks.org/releases/${P}.tar.gz"
SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
KEYWORDS="~amd64 ~x86"
fi