commit:     741a0dc49393d412b0d688bd249a4625b5024b20
Author:     Louis Sautier <sbraz <AT> gentoo <DOT> org>
AuthorDate: Sun Jul 15 22:13:00 2018 +0000
Commit:     Louis Sautier <sbraz <AT> gentoo <DOT> org>
CommitDate: Sun Jul 15 22:40:41 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=741a0dc4

net-irc/znc: sync live ebuild with 1.7.1_rc1

Package-Manager: Portage-2.3.42, Repoman-2.3.9

 net-irc/znc/znc-9999.ebuild | 9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

diff --git a/net-irc/znc/znc-9999.ebuild b/net-irc/znc/znc-9999.ebuild
index ec9c6196f37..e59849a6e29 100644
--- a/net-irc/znc/znc-9999.ebuild
+++ b/net-irc/znc/znc-9999.ebuild
@@ -16,11 +16,14 @@ if [[ ${PV} == *9999* ]]; then
        EGIT_REPO_URI=${EGIT_REPO_URI:-"https://github.com/znc/znc.git"}
        SRC_URI=""
 else
+       MY_PV=${PV/_/-}
+       MY_P=${PN}-${MY_PV}
        SRC_URI="
-               https://znc.in/releases/archive/${P}.tar.gz
+               https://znc.in/releases/archive/${MY_P}.tar.gz
                test? ( ${GTEST_URL} )
        "
        KEYWORDS="~amd64 ~arm ~x86"
+       S=${WORKDIR}/${MY_P}
 fi
 
 HOMEPAGE="https://znc.in";
@@ -52,9 +55,7 @@ DEPEND="
        test? ( dev-qt/qtnetwork:5 )
 "
 
-PATCHES=(
-       "${FILESDIR}"/${PN}-1.7.0-inttest-dir.patch
-)
+PATCHES=( "${FILESDIR}"/${PN}-1.7.1-inttest-dir.patch )
 
 pkg_setup() {
        if use python; then

Reply via email to