mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
games-strategy/glob2: Use https for dev.g.o
This commit is contained in:
@@ -12,7 +12,7 @@
|
||||
env["TARFILE"] = env.Dir("#").abspath + "/glob2-" + env["VERSION"] + ".tar.gz"
|
||||
env["TARFLAGS"] = "-c -z"
|
||||
env.Alias("dist", env["TARFILE"])
|
||||
+ # Using suggestions for http://dev.gentoo.org/~vapier/scons-blows.txt
|
||||
+ # Using suggestions for https://dev.gentoo.org/~vapier/scons-blows.txt
|
||||
+ if os.environ.has_key('CC'):
|
||||
+ env['CC'] = os.environ['CC']
|
||||
+ if os.environ.has_key('CXX'):
|
||||
|
||||
Reference in New Issue
Block a user