From 7e484e6366abb57cb335af3ea27f05ec3cf99cd2 Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Wed, 18 Jun 2014 00:36:05 +0200 Subject: python2 can be used MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- DEPENDENCIES | 4 ++-- info/texise | 4 ++-- src/extract/libgamma-error-extract | 4 ++-- src/extract/libgamma-method-extract | 4 ++-- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/DEPENDENCIES b/DEPENDENCIES index 51b0281..45722e9 100644 --- a/DEPENDENCIES +++ b/DEPENDENCIES @@ -25,7 +25,7 @@ BUILD DEPENDENCIES: coreutils gcc general-preprocessor (gpp) - python3 + python Both Python 2 and Python 3 will work texinfo Optional: for info, pdf, ps and dvi manuals texlive-core Optional: for pdf, ps and dvi manuals bash Optional: for info, pdf, ps and dvi manuals @@ -48,7 +48,7 @@ DEPENDENCIES SOURCES: coreutils https://www.gnu.org/software/coreutils gcc https://gcc.gnu.org general-preprocessor (gpp) https://github.com/maandree/gpp - python3 https://www.python.org/ + python https://www.python.org/ texinfo https://www.gnu.org/software/texinfo/ texlive-core https://tug.org/texlive/ bash https://www.gnu.org/software/bash diff --git a/info/texise b/info/texise index 2a52038..64c8b86 100755 --- a/info/texise +++ b/info/texise @@ -1,5 +1,5 @@ -#!/usr/bin/env python3 -# -*- python -*- +#!/usr/bin/env python +# -*- mode: python, encoding: utf-8 -*- # libgamma -- Display server abstraction layer for gamma ramp adjustments # Copyright (C) 2014 Mattias Andrée (maandree@member.fsf.org) diff --git a/src/extract/libgamma-error-extract b/src/extract/libgamma-error-extract index c6c689f..a6c2d63 100755 --- a/src/extract/libgamma-error-extract +++ b/src/extract/libgamma-error-extract @@ -1,5 +1,5 @@ -#!/usr/bin/env python3 -# -*- python -*- +#!/usr/bin/env python +# -*- mode: python, encoding: utf-8 -*- # libgamma -- Display server abstraction layer for gamma ramp adjustments # Copyright (C) 2014 Mattias Andrée (maandree@member.fsf.org) diff --git a/src/extract/libgamma-method-extract b/src/extract/libgamma-method-extract index aa7da51..8ab2750 100755 --- a/src/extract/libgamma-method-extract +++ b/src/extract/libgamma-method-extract @@ -1,5 +1,5 @@ -#!/usr/bin/env python3 -# -*- python -*- +#!/usr/bin/env python +# -*- mode: python, encoding: utf-8 -*- # libgamma -- Display server abstraction layer for gamma ramp adjustments # Copyright (C) 2014 Mattias Andrée (maandree@member.fsf.org) -- cgit v1.2.3-70-g09d2