commit:     672f051d20e1dcd1ae4d6532f062082015b43983
Author:     Conrad Kostecki <conikost <AT> gentoo <DOT> org>
AuthorDate: Thu Dec 19 22:47:21 2019 +0000
Commit:     Conrad Kostecki <conikost <AT> gentoo <DOT> org>
CommitDate: Thu Dec 19 22:49:27 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=672f051d

net-im/yowsup: fix sed call

Closes: https://bugs.gentoo.org/703356
Package-Manager: Portage-2.3.81, Repoman-2.3.20
Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org>

 net-im/yowsup/yowsup-3.2.3_p20190905.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-im/yowsup/yowsup-3.2.3_p20190905.ebuild 
b/net-im/yowsup/yowsup-3.2.3_p20190905.ebuild
index 47b8ef70794..f1a191efd41 100644
--- a/net-im/yowsup/yowsup-3.2.3_p20190905.ebuild
+++ b/net-im/yowsup/yowsup-3.2.3_p20190905.ebuild
@@ -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() {

Reply via email to