Skip to content

Commit

Permalink
app-eselect/eselect-rust: fix SRC_URI
Browse files Browse the repository at this point in the history
Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Thomas Deutschmann <[email protected]>
  • Loading branch information
Whissi committed Mar 11, 2019
1 parent 31c21b2 commit 6bc73f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app-eselect/eselect-rust/eselect-rust-20190311.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ if [[ ${PV} == "99999999" ]] ; then
inherit autotools git-r3
EGIT_REPO_URI="git://anongit.gentoo.org/proj/${PN}.git"
else
SRC_URI="mirrors://gentoo/${P}.tar.bz2"
SRC_URI="mirror://gentoo/${P}.tar.bz2"
KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86"
fi

Expand Down

0 comments on commit 6bc73f9

Please sign in to comment.