diff options
author | Lars Wendler <polynomial-c@gentoo.org> | 2021-01-13 02:58:12 +0100 |
---|---|---|
committer | Lars Wendler <polynomial-c@gentoo.org> | 2021-01-13 02:58:12 +0100 |
commit | 42ce65a25ea3a37db92b73da90b3e73e46eabeb3 (patch) | |
tree | e6249d9c0c48f8f0ea050422da6a1f985e39be50 /media-gfx/sane-backends | |
parent | app-admin/keepassxc: Bump to version 2.6.3 (diff) | |
download | gentoo-42ce65a25ea3a37db92b73da90b3e73e46eabeb3.tar.gz gentoo-42ce65a25ea3a37db92b73da90b3e73e46eabeb3.tar.bz2 gentoo-42ce65a25ea3a37db92b73da90b3e73e46eabeb3.zip |
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@gentoo.org>
Diffstat (limited to 'media-gfx/sane-backends')
-rw-r--r-- | media-gfx/sane-backends/sane-backends-1.0.31.ebuild | 4 |
1 files 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 abf6a807651c..1e3fa2cc147f 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 |