You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/media-libs/lvtk/files/lvtk-1.2.0-py3.patch

14 lines
358 B

diff --git a/wscript b/wscript
index e69c0e0..08ba66f 100644
--- a/wscript
+++ b/wscript
@@ -155,7 +155,7 @@ def build(bld):
def release_tag(ctx):
tag = git.tag_version(VERSION, "Release: v" + VERSION , "lvtk-")
- if tag : print "Git Tag Created: " + tag
+ if tag : print("Git Tag Created: " + tag)
def dist(ctx):
z=ctx.options.ziptype