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 E19A91382C5 for ; Tue, 1 Jun 2021 18:07:07 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 495B0E079E; Tue, 1 Jun 2021 18:07:07 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 35326E079E for ; Tue, 1 Jun 2021 18:07:07 +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 5D19E340FD2 for ; Tue, 1 Jun 2021 18:07:04 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B242E78E for ; Tue, 1 Jun 2021 18:07:02 +0000 (UTC) From: "Louis Sautier" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Louis Sautier" Message-ID: <1622570670.739e8f5fbea2b6f9835621c090f549dcef7ef705.sbraz@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: sbraz X-VCS-Committer-Name: Louis Sautier X-VCS-Revision: 739e8f5fbea2b6f9835621c090f549dcef7ef705 X-VCS-Branch: master Date: Tue, 1 Jun 2021 18:07:02 +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: 2e1b8a7a-dc6a-4373-bb6d-de8560b8d4ea X-Archives-Hash: c6a9f098f0db8922928138547520ed4d commit: 739e8f5fbea2b6f9835621c090f549dcef7ef705 Author: Louis Sautier gentoo org> AuthorDate: Tue Jun 1 17:56:23 2021 +0000 Commit: Louis Sautier gentoo org> CommitDate: Tue Jun 1 18:04:30 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=739e8f5f net-irc/znc: fix SLOT for live ebuild Signed-off-by: Louis Sautier gentoo.org> net-irc/znc/znc-1.8.2.ebuild | 6 +++--- net-irc/znc/znc-9999.ebuild | 7 +++---- 2 files changed, 6 insertions(+), 7 deletions(-) diff --git a/net-irc/znc/znc-1.8.2.ebuild b/net-irc/znc/znc-1.8.2.ebuild index 915c424ab54..8993eb8037d 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 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 a8bc97c74b9..303be815490 100644 --- a/net-irc/znc/znc-9999.ebuild +++ b/net-irc/znc/znc-9999.ebuild @@ -23,15 +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" -SLOT="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 nls perl python +ssl sasl tcl test +zlib" RESTRICT="!test? ( test )"