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 1C1DD1382C5 for ; Wed, 13 Jan 2021 01:58:46 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 417F4E0AC4; Wed, 13 Jan 2021 01:58:45 +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 22833E0AC4 for ; Wed, 13 Jan 2021 01:58:45 +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 20002340E96 for ; Wed, 13 Jan 2021 01:58:44 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9CECF46B for ; Wed, 13 Jan 2021 01:58:42 +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: <1610503092.42ce65a25ea3a37db92b73da90b3e73e46eabeb3.polynomial-c@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-gfx/sane-backends/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-gfx/sane-backends/sane-backends-1.0.31.ebuild X-VCS-Directories: media-gfx/sane-backends/ X-VCS-Committer: polynomial-c X-VCS-Committer-Name: Lars Wendler X-VCS-Revision: 42ce65a25ea3a37db92b73da90b3e73e46eabeb3 X-VCS-Branch: master Date: Wed, 13 Jan 2021 01:58:42 +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: e161d93a-1ea7-4f09-90d8-2ebb4a039b38 X-Archives-Hash: c32779c004ae162488599783e00114b6 commit: 42ce65a25ea3a37db92b73da90b3e73e46eabeb3 Author: Lars Wendler gentoo org> AuthorDate: Wed Jan 13 01:58:12 2021 +0000 Commit: Lars Wendler gentoo org> CommitDate: Wed Jan 13 01:58:12 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=42ce65a2 media-gfx/sane-backends: Moved PYTHON_DEPS to BDEPEND Package-Manager: Portage-3.0.13, Repoman-3.0.2 Signed-off-by: Lars Wendler gentoo.org> media-gfx/sane-backends/sane-backends-1.0.31.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/media-gfx/sane-backends/sane-backends-1.0.31.ebuild b/media-gfx/sane-backends/sane-backends-1.0.31.ebuild index abf6a807651..1e3fa2cc147 100644 --- a/media-gfx/sane-backends/sane-backends-1.0.31.ebuild +++ b/media-gfx/sane-backends/sane-backends-1.0.31.ebuild @@ -6,7 +6,7 @@ EAPI=7 PYTHON_COMPAT=( python3_{6..9} ) # python-any-r1 required for a script in -# backends/pixma/scripts/ +# backends/pixma/scripts/ inherit autotools flag-o-matic multilib-minimal optfeature python-any-r1 systemd toolchain-funcs udev user # gphoto and v4l are handled by their usual USE flags. @@ -166,11 +166,11 @@ RDEPEND=" " DEPEND="${RDEPEND} - ${PYHTON_DEPS} dev-libs/libxml2 v4l? ( sys-kernel/linux-headers ) " BDEPEND=" + ${PYTHON_DEPS} sys-devel/autoconf-archive sys-devel/gettext virtual/pkgconfig