commit: 42ce65a25ea3a37db92b73da90b3e73e46eabeb3
Author: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
AuthorDate: Wed Jan 13 01:58:12 2021 +0000
Commit: Lars Wendler <polynomial-c <AT> gentoo <DOT> 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 <polynomial-c <AT> 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