mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-07-25 08:58:27 -07:00
Enable https for all google URIs
Signed-off-by: Justin Lecher <jlec@gentoo.org>
This commit is contained in:
@@ -9,7 +9,7 @@ PYTHON_COMPAT=( python2_7 pypy )
|
||||
inherit distutils-r1
|
||||
|
||||
DESCRIPTION="Google's Python argument parsing library"
|
||||
HOMEPAGE="http://code.google.com/p/python-gflags/"
|
||||
HOMEPAGE="https://code.google.com/p/python-gflags/"
|
||||
SRC_URI="http://python-gflags.googlecode.com/files/${P}.tar.gz"
|
||||
|
||||
LICENSE="BSD"
|
||||
@@ -28,7 +28,7 @@ PATCHES=(
|
||||
)
|
||||
|
||||
python_test() {
|
||||
# http://code.google.com/p/python-gflags/issues/detail?id=15&thanks=15&ts=1372948007
|
||||
# https://code.google.com/p/python-gflags/issues/detail?id=15&thanks=15&ts=1372948007
|
||||
local t
|
||||
cd tests || die
|
||||
for t in *.py; do
|
||||
|
||||
Reference in New Issue
Block a user