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 62042138359 for ; Wed, 9 Sep 2020 21:31:20 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 71B98E087A; Wed, 9 Sep 2020 21:31:19 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 53E69E087A for ; Wed, 9 Sep 2020 21:31:19 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 26E4F33BF01 for ; Wed, 9 Sep 2020 21:31:18 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A31D934A for ; Wed, 9 Sep 2020 21:31:16 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1599687073.5582b02f90dcfeba51ce63a49c97f9551a0f45b7.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-irc/znc/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-irc/znc/znc-1.8.2.ebuild net-irc/znc/znc-9999.ebuild X-VCS-Directories: net-irc/znc/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 5582b02f90dcfeba51ce63a49c97f9551a0f45b7 X-VCS-Branch: master Date: Wed, 9 Sep 2020 21:31:16 +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: c1e41667-1b2d-4926-b2b3-fa9fa01e1d94 X-Archives-Hash: 4c537bfb2713fd343aca4e4eab4d3ed5 commit: 5582b02f90dcfeba51ce63a49c97f9551a0f45b7 Author: Sam James gentoo org> AuthorDate: Wed Sep 9 21:30:23 2020 +0000 Commit: Sam James gentoo org> CommitDate: Wed Sep 9 21:31:13 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5582b02f net-irc/znc: sync live ebuild Include subslot definition in 9999 to make sure it is not lost on any future bumps. Package-Manager: Portage-3.0.4, Repoman-3.0.1 Signed-off-by: Sam James gentoo.org> net-irc/znc/znc-1.8.2.ebuild | 6 +++--- net-irc/znc/znc-9999.ebuild | 3 +++ 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/net-irc/znc/znc-1.8.2.ebuild b/net-irc/znc/znc-1.8.2.ebuild index b70a1b5af26..975978dcf4e 100644 --- a/net-irc/znc/znc-1.8.2.ebuild +++ b/net-irc/znc/znc-1.8.2.ebuild @@ -23,14 +23,14 @@ else test? ( ${GTEST_URL} ) " KEYWORDS="~amd64 ~arm ~arm64 ~x86" + # "If you upgrade your ZNC version you must recompile all your modules." + # - https://wiki.znc.in/Compiling_modules + SLOT="0/${PV}" S=${WORKDIR}/${MY_P} fi HOMEPAGE="https://znc.in" LICENSE="Apache-2.0" -# "If you upgrade your ZNC version you must recompile all your modules." -# - https://wiki.znc.in/Compiling_modules -SLOT="0/${PV}" IUSE="+ipv6 +icu libressl nls perl python +ssl sasl tcl test +zlib" RESTRICT="!test? ( test )" diff --git a/net-irc/znc/znc-9999.ebuild b/net-irc/znc/znc-9999.ebuild index fa6a8f89ce8..764c35c45dc 100644 --- a/net-irc/znc/znc-9999.ebuild +++ b/net-irc/znc/znc-9999.ebuild @@ -23,6 +23,9 @@ else test? ( ${GTEST_URL} ) " KEYWORDS="~amd64 ~arm ~arm64 ~x86" + # "If you upgrade your ZNC version you must recompile all your modules." + # - https://wiki.znc.in/Compiling_modules + SLOT="0/${PV}" S=${WORKDIR}/${MY_P} fi