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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 76B68158095 for ; Fri, 7 Oct 2022 19:58:13 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 70448E09E0; Fri, 7 Oct 2022 19:58:12 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 4BC89E09DE for ; Fri, 7 Oct 2022 19:58:12 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 41B1B340CFA for ; Fri, 7 Oct 2022 19:58:11 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 677EE5BF for ; Fri, 7 Oct 2022 19:58:09 +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: <1665172646.b88280d8c73f55b8b2f848fe1f8a668c3b7cac22.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-libs/minizip-ng/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-libs/minizip-ng/minizip-ng-3.0.6-r1.ebuild X-VCS-Directories: sys-libs/minizip-ng/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: b88280d8c73f55b8b2f848fe1f8a668c3b7cac22 X-VCS-Branch: master Date: Fri, 7 Oct 2022 19:58:09 +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: 2efe2bcc-0e44-40d1-babc-9810050ae12e X-Archives-Hash: 04605ac0efa3d20554ab79d936f4b616 commit: b88280d8c73f55b8b2f848fe1f8a668c3b7cac22 Author: Sam James gentoo org> AuthorDate: Fri Oct 7 19:11:55 2022 +0000 Commit: Sam James gentoo org> CommitDate: Fri Oct 7 19:57:26 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b88280d8 sys-libs/minizip-ng: mention 'develop' branch upstream Signed-off-by: Sam James gentoo.org> sys-libs/minizip-ng/minizip-ng-3.0.6-r1.ebuild | 3 +++ 1 file changed, 3 insertions(+) diff --git a/sys-libs/minizip-ng/minizip-ng-3.0.6-r1.ebuild b/sys-libs/minizip-ng/minizip-ng-3.0.6-r1.ebuild index 42790b51b0d3..cbc57fa9e859 100644 --- a/sys-libs/minizip-ng/minizip-ng-3.0.6-r1.ebuild +++ b/sys-libs/minizip-ng/minizip-ng-3.0.6-r1.ebuild @@ -3,6 +3,9 @@ EAPI=8 +# Worth keeping an eye on 'develop' branch upstream for possible backports, +# as they copied this practice from sys-libs/zlib upstream. + inherit cmake DESCRIPTION="Fork of the popular zip manipulation library found in the zlib distribution"