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 496B01382C5 for ; Wed, 14 Apr 2021 06:46:59 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A2D55E0B67; Wed, 14 Apr 2021 06:46:58 +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 8B54EE0B67 for ; Wed, 14 Apr 2021 06:46:58 +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 7C73533BE4D for ; Wed, 14 Apr 2021 06:46:57 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8FCC864D for ; Wed, 14 Apr 2021 06:46:54 +0000 (UTC) From: "Lars Wendler" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Lars Wendler" Message-ID: <1618382795.7f580dd940f3d64e036e1da5e5efd4f05c897d0d.polynomial-c@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/libpng-compat/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/libpng-compat/libpng-compat-1.5.30.ebuild X-VCS-Directories: media-libs/libpng-compat/ X-VCS-Committer: polynomial-c X-VCS-Committer-Name: Lars Wendler X-VCS-Revision: 7f580dd940f3d64e036e1da5e5efd4f05c897d0d X-VCS-Branch: master Date: Wed, 14 Apr 2021 06:46:54 +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: af61b424-1162-46cc-94a2-a20a90163462 X-Archives-Hash: 06e77c77e3af30617814f67d615eaf49 commit: 7f580dd940f3d64e036e1da5e5efd4f05c897d0d Author: Sam James gentoo org> AuthorDate: Wed Apr 14 00:34:27 2021 +0000 Commit: Lars Wendler gentoo org> CommitDate: Wed Apr 14 06:46:35 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7f580dd9 media-libs/libpng-compat: define blank array, not blank string for DOCS This is more conventional. Signed-off-by: Sam James gentoo.org> Signed-off-by: Lars Wendler gentoo.org> media-libs/libpng-compat/libpng-compat-1.5.30.ebuild | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/media-libs/libpng-compat/libpng-compat-1.5.30.ebuild b/media-libs/libpng-compat/libpng-compat-1.5.30.ebuild index fc2d59af30c..21c669bb96b 100644 --- a/media-libs/libpng-compat/libpng-compat-1.5.30.ebuild +++ b/media-libs/libpng-compat/libpng-compat-1.5.30.ebuild @@ -24,7 +24,9 @@ RDEPEND="sys-libs/zlib:=[${MULTILIB_USEDEP}] DEPEND="${RDEPEND}" BDEPEND="app-arch/xz-utils" -DOCS="" +# Don't install any docs here because we're literally just installing the +# old library for compatibility. Use libpng for the full contents. +DOCS=() pkg_setup() { local _preserved_lib="${EROOT}/usr/$(get_libdir)/libpng15.so.15"