Skip to content

Commit

Permalink
dev-libs/beignet: use HTTPS for freedesktop.org
Browse files Browse the repository at this point in the history
Package-Manager: Portage-2.3.6, Repoman-2.3.3
  • Loading branch information
davidhicks authored and mgorny committed Aug 17, 2017
1 parent 2f5ace3 commit ea6fbb8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion dev-libs/beignet/beignet-1.3.1-r1.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ IUSE="ocl-icd ocl20"

if [[ "${PV}" == "9999" ]]; then
inherit git-r3
EGIT_REPO_URI="git://anongit.freedesktop.org/beignet"
EGIT_REPO_URI="https://anongit.freedesktop.org/git/beignet.git"
KEYWORDS=""
else
KEYWORDS="~amd64"
Expand Down
2 changes: 1 addition & 1 deletion dev-libs/beignet/beignet-1.3.1.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ IUSE="ocl-icd ocl20"

if [[ "${PV}" == "9999" ]]; then
inherit git-r3
EGIT_REPO_URI="git://anongit.freedesktop.org/beignet"
EGIT_REPO_URI="https://anongit.freedesktop.org/git/beignet.git"
KEYWORDS="amd64"
else
KEYWORDS="amd64"
Expand Down
2 changes: 1 addition & 1 deletion dev-libs/beignet/beignet-9999.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ IUSE="ocl-icd ocl20"

if [[ "${PV}" == "9999" ]]; then
inherit git-r3
EGIT_REPO_URI="git://anongit.freedesktop.org/beignet"
EGIT_REPO_URI="https://anongit.freedesktop.org/git/beignet.git"
KEYWORDS=""
else
KEYWORDS="~amd64"
Expand Down

0 comments on commit ea6fbb8

Please sign in to comment.