From 70dabad17bf60b5b31416b65519f202466ae3012 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Duval?= Date: Tue, 12 Oct 2021 13:25:18 +0200 Subject: [PATCH] twisted: missing newline --- dev-python/twisted/twisted-20.3.0.recipe | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-python/twisted/twisted-20.3.0.recipe b/dev-python/twisted/twisted-20.3.0.recipe index b370c0386..cac6e26db 100644 --- a/dev-python/twisted/twisted-20.3.0.recipe +++ b/dev-python/twisted/twisted-20.3.0.recipe @@ -22,7 +22,7 @@ Twisted-based code." HOMEPAGE="https://twistedmatrix.com" COPYRIGHT="2001-2020 Twisted project members" LICENSE="MIT" -REVISION="3" +REVISION="4" SOURCE_URI="https://github.com/twisted/twisted/archive/twisted-$portVersion.tar.gz" CHECKSUM_SHA256="64173c6a561b206bea4193f810ff6f26b549b34e3b581a34eba499669c798427" SOURCE_DIR="twisted-twisted-$portVersion" @@ -57,7 +57,7 @@ REQUIRES_$pythonPackage=\"\ zope_interface_$pythonPackage\n\ \"" if [ "$targetArchitecture" = "x86_gcc2" ]; then - eval "PROVIDES_${pythonPackage}+=\"\ + eval "PROVIDES_${pythonPackage}+=\"\n\ twisted_$pythonPackage = $portVersion\ \"" fi