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 5BDC813933E for ; Sun, 11 Jul 2021 13:00:25 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 314E4E0A64; Sun, 11 Jul 2021 13:00:24 +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 15990E0A64 for ; Sun, 11 Jul 2021 13:00:24 +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 E6EC633BF5B for ; Sun, 11 Jul 2021 13:00:22 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 362D27CE for ; Sun, 11 Jul 2021 13:00:21 +0000 (UTC) From: "Brian Dolbec" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Brian Dolbec" Message-ID: <1626008141.7f890e5ef1af2e101f991198ee130023da2c5d51.dolsen@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pyGPG/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/pyGPG/pyGPG-0.2.ebuild dev-python/pyGPG/pyGPG-9999.ebuild X-VCS-Directories: dev-python/pyGPG/ X-VCS-Committer: dolsen X-VCS-Committer-Name: Brian Dolbec X-VCS-Revision: 7f890e5ef1af2e101f991198ee130023da2c5d51 X-VCS-Branch: master Date: Sun, 11 Jul 2021 13:00:21 +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: 3927dff0-4311-4b00-8435-b0f507dcd7c4 X-Archives-Hash: fd39c6b2e5c62b9088d98f38cf8133f6 commit: 7f890e5ef1af2e101f991198ee130023da2c5d51 Author: Brian Dolbec gentoo org> AuthorDate: Sun Jul 11 12:55:41 2021 +0000 Commit: Brian Dolbec gentoo org> CommitDate: Sun Jul 11 12:55:41 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7f890e5e dev-python/pyGPG: Update irc info Closes: https://bugs.gentoo.org/801337 Package-Manager: Portage-3.0.18, Repoman-3.0.3 Signed-off-by: Brian Dolbec gentoo.org> dev-python/pyGPG/pyGPG-0.2.ebuild | 2 +- dev-python/pyGPG/pyGPG-9999.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-python/pyGPG/pyGPG-0.2.ebuild b/dev-python/pyGPG/pyGPG-0.2.ebuild index 157046f2edb..44d04fd10d3 100644 --- a/dev-python/pyGPG/pyGPG-0.2.ebuild +++ b/dev-python/pyGPG/pyGPG-0.2.ebuild @@ -38,7 +38,7 @@ pkg_postinst() { einfo einfo "Please file any enhancement requests, or bugs" einfo "at https://github.com/dol-sen/pyGPG/issues" - einfo "I am also on IRC @ #gentoo-keys of the freenode network" + einfo "I am also on IRC @ #gentoo-ci of the Libera.Chat network" einfo ewarn "There may be some python 3 compatibility issues still." ewarn "Please help debug/fix/report them in github or bugzilla." diff --git a/dev-python/pyGPG/pyGPG-9999.ebuild b/dev-python/pyGPG/pyGPG-9999.ebuild index 23bcb956dd2..8ad518987da 100644 --- a/dev-python/pyGPG/pyGPG-9999.ebuild +++ b/dev-python/pyGPG/pyGPG-9999.ebuild @@ -38,7 +38,7 @@ pkg_postinst() { einfo einfo "Please file any enhancement requests, or bugs" einfo "at https://github.com/dol-sen/pyGPG/issues" - einfo "I am also on IRC @ #gentoo-keys of the freenode network" + einfo "I am also on IRC @ #gentoo-ci of the Libera.Chat network" einfo ewarn "There may be some python 3 compatibility issues still." ewarn "Please help debug/fix/report them in github or bugzilla."