Explicitly quote the ~ in the replacement, so that it does not get expanded to a...
authorRobin H. Johnson <robbat2@gentoo.org>
Mon, 10 Aug 2015 04:27:45 +0000 (21:27 -0700)
committerRobin H. Johnson <robbat2@gentoo.org>
Mon, 10 Aug 2015 04:27:57 +0000 (21:27 -0700)
Package-Manager: portage-2.2.18

net-p2p/retroshare/retroshare-0.6.0_rc2_pre8551.ebuild

index a98daf96b6b88fd99a2bd445557cd76012839e9e..3de48be78f5cbf1b71cb653eb9159cd24f8a2fac 100644 (file)
@@ -7,7 +7,7 @@ EAPI=5
 inherit eutils gnome2-utils multilib qmake-utils
 
 MY_PV="${PV/_rc/.RC}"
-MY_PV="${MY_PV/_pre/~}"
+MY_PV="${MY_PV/_pre/\~}"
 
 DESCRIPTION="P2P private sharing application"
 HOMEPAGE="http://retroshare.sourceforge.net"