commit:     4f1b90a27021102d5eeac770b4f6cb0c62dbd041
Author:     Robin H. Johnson <robbat2 <AT> gentoo <DOT> org>
AuthorDate: Mon Aug 10 04:27:45 2015 +0000
Commit:     Robin H. Johnson <robbat2 <AT> gentoo <DOT> org>
CommitDate: Mon Aug 10 04:27:57 2015 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4f1b90a2

Explicitly quote the ~ in the replacement, so that it does not get expanded to 
a homedir.

Package-Manager: portage-2.2.18

 net-p2p/retroshare/retroshare-0.6.0_rc2_pre8551.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-p2p/retroshare/retroshare-0.6.0_rc2_pre8551.ebuild 
b/net-p2p/retroshare/retroshare-0.6.0_rc2_pre8551.ebuild
index a98daf9..3de48be 100644
--- a/net-p2p/retroshare/retroshare-0.6.0_rc2_pre8551.ebuild
+++ b/net-p2p/retroshare/retroshare-0.6.0_rc2_pre8551.ebuild
@@ -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";

Reply via email to