summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'net-p2p/retroshare/retroshare-0.6.5-r1.ebuild')
-rw-r--r--net-p2p/retroshare/retroshare-0.6.5-r1.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/net-p2p/retroshare/retroshare-0.6.5-r1.ebuild b/net-p2p/retroshare/retroshare-0.6.5-r1.ebuild
index 717d55dae57e..51d46eb7ff23 100644
--- a/net-p2p/retroshare/retroshare-0.6.5-r1.ebuild
+++ b/net-p2p/retroshare/retroshare-0.6.5-r1.ebuild
@@ -84,7 +84,7 @@ src_configure() {
eqmake5 CONFIG+="${qConfigs[*]}" \
RS_MAJOR_VERSION=$(ver_cut 1) RS_MINOR_VERSION=$(ver_cut 2) \
- RS_MINI_VERSION=$(ver_cut 3) RS_EXTRA_VERSION="-gentoo-${PR}"
+ RS_MINI_VERSION=$(ver_cut 3) RS_EXTRA_VERSION="-gentoo-${PR}" \
RS_UPNP_LIB=miniupnpc
}