Skip to content

Commit

Permalink
dev-qt/qt-creator: drop insecure git:// repo URI
Browse files Browse the repository at this point in the history
Package-Manager: Portage-2.3.8, Repoman-2.3.3
  • Loading branch information
Pesa committed Sep 3, 2017
1 parent c545561 commit 37a6941
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 8 deletions.
5 changes: 1 addition & 4 deletions dev-qt/qt-creator/qt-creator-4.3.1.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,7 @@ SLOT="0"

if [[ ${PV} == *9999 ]]; then
inherit git-r3
EGIT_REPO_URI=(
"git://code.qt.io/${PN}/${PN}.git"
"https://code.qt.io/git/${PN}/${PN}.git"
)
EGIT_REPO_URI="https://code.qt.io/${PN}/${PN}.git"
else
MY_PV=${PV/_/-}
MY_P=${PN}-opensource-src-${MY_PV}
Expand Down
5 changes: 1 addition & 4 deletions dev-qt/qt-creator/qt-creator-9999.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,7 @@ SLOT="0"

if [[ ${PV} == *9999 ]]; then
inherit git-r3
EGIT_REPO_URI=(
"git://code.qt.io/${PN}/${PN}.git"
"https://code.qt.io/git/${PN}/${PN}.git"
)
EGIT_REPO_URI="https://code.qt.io/${PN}/${PN}.git"
else
MY_PV=${PV/_/-}
MY_P=${PN}-opensource-src-${MY_PV}
Expand Down

0 comments on commit 37a6941

Please sign in to comment.