diff options
author | Louis Sautier <sbraz@gentoo.org> | 2018-07-16 00:13:00 +0200 |
---|---|---|
committer | Louis Sautier <sbraz@gentoo.org> | 2018-07-16 00:40:41 +0200 |
commit | 741a0dc49393d412b0d688bd249a4625b5024b20 (patch) | |
tree | d3e7a2239959dc9f286da7460e8a280bca2aaa9d /net-irc | |
parent | net-irc/znc: bump to 1.7.1_rc1, fixes multiple vulnerabilities (diff) | |
download | gentoo-741a0dc49393d412b0d688bd249a4625b5024b20.tar.gz gentoo-741a0dc49393d412b0d688bd249a4625b5024b20.tar.bz2 gentoo-741a0dc49393d412b0d688bd249a4625b5024b20.zip |
net-irc/znc: sync live ebuild with 1.7.1_rc1
Package-Manager: Portage-2.3.42, Repoman-2.3.9
Diffstat (limited to 'net-irc')
-rw-r--r-- | net-irc/znc/znc-9999.ebuild | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/net-irc/znc/znc-9999.ebuild b/net-irc/znc/znc-9999.ebuild index ec9c6196f378..e59849a6e29b 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 |