commit: f6c45f07f6faac56ef6571519aaaa0f815585468 Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Fri Oct 7 19:12:05 2022 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Fri Oct 7 19:57:27 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f6c45f07
sys-libs/zlib-ng: mention 'develop' branch upstream Signed-off-by: Sam James <sam <AT> gentoo.org> sys-libs/zlib-ng/zlib-ng-2.0.6.ebuild | 3 +++ 1 file changed, 3 insertions(+) diff --git a/sys-libs/zlib-ng/zlib-ng-2.0.6.ebuild b/sys-libs/zlib-ng/zlib-ng-2.0.6.ebuild index 4347d46652d3..3a26044fac17 100644 --- a/sys-libs/zlib-ng/zlib-ng-2.0.6.ebuild +++ b/sys-libs/zlib-ng/zlib-ng-2.0.6.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 zlib data compression library"
