Gentoo Archives: gentoo-commits

From: Ben Kohler <bkohler@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-p2p/retroshare/
Date: Sat, 06 Feb 2021 16:25:46
Message-Id: 1612628733.99b2c647918dd51a4bcd00e6c572a4cc25a54b4f.bkohler@gentoo
1 commit: 99b2c647918dd51a4bcd00e6c572a4cc25a54b4f
2 Author: Ben Kohler <bkohler <AT> gentoo <DOT> org>
3 AuthorDate: Sat Feb 6 16:25:09 2021 +0000
4 Commit: Ben Kohler <bkohler <AT> gentoo <DOT> org>
5 CommitDate: Sat Feb 6 16:25:33 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=99b2c647
7
8 net-p2p/retroshare: add missing \ line ending
9
10 Package-Manager: Portage-3.0.14, Repoman-3.0.2
11 Signed-off-by: Ben Kohler <bkohler <AT> gentoo.org>
12
13 net-p2p/retroshare/retroshare-0.6.5-r1.ebuild | 2 +-
14 1 file changed, 1 insertion(+), 1 deletion(-)
15
16 diff --git a/net-p2p/retroshare/retroshare-0.6.5-r1.ebuild b/net-p2p/retroshare/retroshare-0.6.5-r1.ebuild
17 index 717d55dae57..51d46eb7ff2 100644
18 --- a/net-p2p/retroshare/retroshare-0.6.5-r1.ebuild
19 +++ b/net-p2p/retroshare/retroshare-0.6.5-r1.ebuild
20 @@ -84,7 +84,7 @@ src_configure() {
21
22 eqmake5 CONFIG+="${qConfigs[*]}" \
23 RS_MAJOR_VERSION=$(ver_cut 1) RS_MINOR_VERSION=$(ver_cut 2) \
24 - RS_MINI_VERSION=$(ver_cut 3) RS_EXTRA_VERSION="-gentoo-${PR}"
25 + RS_MINI_VERSION=$(ver_cut 3) RS_EXTRA_VERSION="-gentoo-${PR}" \
26 RS_UPNP_LIB=miniupnpc
27 }