mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-07-25 21:08:35 -07:00
dev-python/SaltTesting: use HTTPS for GitHub and HOMEPAGE
* Use HTTPS for accessing GitHub domains * Replace HOMEPAGE with a new URL to the community/open source page, which is accessible via HTTPS as well Package-Manager: Portage-2.3.6, Repoman-2.3.3
This commit is contained in:
committed by
Michał Górny
parent
ee3413cf60
commit
3821bd37be
@@ -8,11 +8,11 @@ PYTHON_COMPAT=( python2_7 )
|
||||
inherit eutils distutils-r1
|
||||
|
||||
DESCRIPTION="Required testing tools needed in the several Salt Stack projects"
|
||||
HOMEPAGE="http://saltstack.org/"
|
||||
HOMEPAGE="https://saltstack.com/community/"
|
||||
|
||||
if [[ ${PV} == 9999* ]]; then
|
||||
inherit git-2
|
||||
EGIT_REPO_URI="git://github.com/saltstack/salt-testing.git"
|
||||
EGIT_REPO_URI="https://github.com/saltstack/salt-testing.git"
|
||||
EGIT_BRANCH="develop"
|
||||
SRC_URI=""
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user