From: Robin H. Johnson Date: Mon, 10 Aug 2015 04:27:45 +0000 (-0700) Subject: Explicitly quote the ~ in the replacement, so that it does not get expanded to a... X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=4f1b90a27021102d5eeac770b4f6cb0c62dbd041;p=gentoo.git Explicitly quote the ~ in the replacement, so that it does not get expanded to a homedir. Package-Manager: portage-2.2.18 --- 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 a98daf96b6b8..3de48be78f5c 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"