net-im/yowsup: fix sed call
authorConrad Kostecki <conikost@gentoo.org>
Thu, 19 Dec 2019 22:47:21 +0000 (23:47 +0100)
committerConrad Kostecki <conikost@gentoo.org>
Thu, 19 Dec 2019 22:49:27 +0000 (23:49 +0100)
Closes: https://bugs.gentoo.org/703356
Package-Manager: Portage-2.3.81, Repoman-2.3.20
Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
net-im/yowsup/yowsup-3.2.3_p20190905.ebuild

index 47b8ef7079441034e0ee6a497fc744dabc2c6cca..f1a191efd41c130e191f9da5dced94304cba6929 100644 (file)
@@ -39,7 +39,7 @@ src_prepare() {
 
        # After talking to upstream, version restriction can be lifted
        # and also 'argparse' needs to be removed.
-       sed -e 's/==0.1.3-1//' -e 's/==0.2.2//' -e 's/==1.10//' -e 's/argparse/' -i setup.py || die
+       sed -e 's/==0.1.3-1//' -e 's/==0.2.2//' -e 's/==1.10//' -e 's/argparse//' -i setup.py || die
 }
 
 pkg_postinst() {