From 8602010f6e896c5270d39d52775aaeccbc0dda66 Mon Sep 17 00:00:00 2001 From: Eivind Uggedal Date: Mon, 31 Aug 2015 11:35:08 +0000 Subject: [PATCH] python-redis: retab --- srcpkgs/python-redis/template | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/srcpkgs/python-redis/template b/srcpkgs/python-redis/template index 2bdff6b97b9..a011dd7e375 100644 --- a/srcpkgs/python-redis/template +++ b/srcpkgs/python-redis/template @@ -22,13 +22,13 @@ post_install() { } python3.4-redis_package() { - noarch=yes - depends="python3.4" - pycompile_version="3.4" - pycompile_module="redis" - short_desc="${short_desc/Python2/Python3.4}" - pkg_install() { - vmove usr/lib/python3.4 + noarch=yes + depends="python3.4" + pycompile_version="3.4" + pycompile_module="redis" + short_desc="${short_desc/Python2/Python3.4}" + pkg_install() { + vmove usr/lib/python3.4 vlicense LICENSE - } + } }