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 951AE158019 for ; Sat, 2 Oct 2021 13:12:41 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E5660E0893; Sat, 2 Oct 2021 13:12:40 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id C30A2E0893 for ; Sat, 2 Oct 2021 13:12:40 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id DC9F3342E4D for ; Sat, 2 Oct 2021 13:12:39 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 78CFA108 for ; Sat, 2 Oct 2021 13:12:38 +0000 (UTC) From: "Akinori Hattori" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Akinori Hattori" Message-ID: <1633180349.2cf647a3c1e14cf2de15c0da39a0a1c0a49b5a9a.hattya@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/libsixel/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/libsixel/libsixel-1.10.3.ebuild X-VCS-Directories: media-libs/libsixel/ X-VCS-Committer: hattya X-VCS-Committer-Name: Akinori Hattori X-VCS-Revision: 2cf647a3c1e14cf2de15c0da39a0a1c0a49b5a9a X-VCS-Branch: master Date: Sat, 2 Oct 2021 13:12:38 +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: b273ff4d-61c9-4842-9ae9-f53635ca05cc X-Archives-Hash: 4f7aee243c528dac4d4edbf922e859b9 commit: 2cf647a3c1e14cf2de15c0da39a0a1c0a49b5a9a Author: Akinori Hattori gentoo org> AuthorDate: Sat Oct 2 13:12:05 2021 +0000 Commit: Akinori Hattori gentoo org> CommitDate: Sat Oct 2 13:12:29 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2cf647a3 media-libs/libsixel: add missing dependency Package-Manager: Portage-3.0.20, Repoman-3.0.3 Signed-off-by: Akinori Hattori gentoo.org> media-libs/libsixel/libsixel-1.10.3.ebuild | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/media-libs/libsixel/libsixel-1.10.3.ebuild b/media-libs/libsixel/libsixel-1.10.3.ebuild index 9dc7dd57b9e..4e9128a773d 100644 --- a/media-libs/libsixel/libsixel-1.10.3.ebuild +++ b/media-libs/libsixel/libsixel-1.10.3.ebuild @@ -25,7 +25,8 @@ RDEPEND="curl? ( net-misc/curl ) png? ( media-libs/libpng:0 ) python? ( ${PYTHON_DEPS} )" DEPEND="${RDEPEND}" -BDEPEND="python? ( +BDEPEND="virtual/pkgconfig + python? ( ${PYTHON_DEPS} dev-python/setuptools[${PYTHON_USEDEP}] )"