From: Sergey Popov Date: Wed, 12 Aug 2015 10:15:35 +0000 (+0300) Subject: net-p2p/retroshare: fix MY_PV, which is non-portable across bash versions wrt bug... X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=c31708b96ab45da8c17fd8dfc546082f13bbba05;p=gentoo.git net-p2p/retroshare: fix MY_PV, which is non-portable across bash versions wrt bug #557276 Reported-by: dwfreed Suggested-by: Ulrich Müller Package-Manager: portage-2.2.20 --- 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 3de48be78f5c..bf794f8ae5ba 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/$'\x7e'}" # bug #557276 DESCRIPTION="P2P private sharing application" HOMEPAGE="http://retroshare.sourceforge.net"