From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 7AEFD1382C5 for ; Sat, 6 Feb 2021 16:25:46 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 92480E0827; Sat, 6 Feb 2021 16:25:44 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 71838E0827 for ; Sat, 6 Feb 2021 16:25:44 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 2D689342FE0 for ; Sat, 6 Feb 2021 16:25:43 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 87C604A8 for ; Sat, 6 Feb 2021 16:25:41 +0000 (UTC) From: "Ben Kohler" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ben Kohler" Message-ID: <1612628733.99b2c647918dd51a4bcd00e6c572a4cc25a54b4f.bkohler@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-p2p/retroshare/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-p2p/retroshare/retroshare-0.6.5-r1.ebuild X-VCS-Directories: net-p2p/retroshare/ X-VCS-Committer: bkohler X-VCS-Committer-Name: Ben Kohler X-VCS-Revision: 99b2c647918dd51a4bcd00e6c572a4cc25a54b4f X-VCS-Branch: master Date: Sat, 6 Feb 2021 16:25:41 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 87dd24b5-70c8-4db5-b4fa-02554d920b14 X-Archives-Hash: bd99963f72109f1692b077817b9545df commit: 99b2c647918dd51a4bcd00e6c572a4cc25a54b4f Author: Ben Kohler gentoo org> AuthorDate: Sat Feb 6 16:25:09 2021 +0000 Commit: Ben Kohler gentoo org> CommitDate: Sat Feb 6 16:25:33 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=99b2c647 net-p2p/retroshare: add missing \ line ending Package-Manager: Portage-3.0.14, Repoman-3.0.2 Signed-off-by: Ben Kohler gentoo.org> net-p2p/retroshare/retroshare-0.6.5-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-p2p/retroshare/retroshare-0.6.5-r1.ebuild b/net-p2p/retroshare/retroshare-0.6.5-r1.ebuild index 717d55dae57..51d46eb7ff2 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 }