diff options
author | Michał Górny <mgorny@gentoo.org> | 2024-01-14 21:19:30 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2024-01-15 16:58:23 +0100 |
commit | e92da579956495086c78eac089068406effd57e5 (patch) | |
tree | 2cd62b938494df130f2620113b44c7d280490463 /media-gfx/sane-backends | |
parent | Move {sys-devel → dev-build}/autoconf-dickey (diff) | |
download | gentoo-e92da579956495086c78eac089068406effd57e5.tar.gz gentoo-e92da579956495086c78eac089068406effd57e5.tar.bz2 gentoo-e92da579956495086c78eac089068406effd57e5.zip |
Move {sys-devel → dev-build}/autoconf-archive
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'media-gfx/sane-backends')
-rw-r--r-- | media-gfx/sane-backends/sane-backends-1.1.1-r11.ebuild | 6 | ||||
-rw-r--r-- | media-gfx/sane-backends/sane-backends-1.1.1-r13.ebuild | 6 | ||||
-rw-r--r-- | media-gfx/sane-backends/sane-backends-1.2.1.ebuild | 6 |
3 files changed, 9 insertions, 9 deletions
diff --git a/media-gfx/sane-backends/sane-backends-1.1.1-r11.ebuild b/media-gfx/sane-backends/sane-backends-1.1.1-r11.ebuild index 25cb2b88565d..044b4fd553fc 100644 --- a/media-gfx/sane-backends/sane-backends-1.1.1-r11.ebuild +++ b/media-gfx/sane-backends/sane-backends-1.1.1-r11.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 -PYTHON_COMPAT=( python3_{9..10} ) +PYTHON_COMPAT=( python3_10 ) # python-any-r1 required for a script in # backends/pixma/scripts/ @@ -170,7 +170,7 @@ DEPEND="${RDEPEND} " BDEPEND=" ${PYTHON_DEPS} - sys-devel/autoconf-archive + dev-build/autoconf-archive sys-devel/gettext virtual/pkgconfig " diff --git a/media-gfx/sane-backends/sane-backends-1.1.1-r13.ebuild b/media-gfx/sane-backends/sane-backends-1.1.1-r13.ebuild index b1445ecdceee..99b7d0e574d9 100644 --- a/media-gfx/sane-backends/sane-backends-1.1.1-r13.ebuild +++ b/media-gfx/sane-backends/sane-backends-1.1.1-r13.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 -PYTHON_COMPAT=( python3_{9..10} ) +PYTHON_COMPAT=( python3_10 ) # python-any-r1 required for a script in # backends/pixma/scripts/ @@ -172,7 +172,7 @@ DEPEND="${RDEPEND} " BDEPEND=" ${PYTHON_DEPS} - sys-devel/autoconf-archive + dev-build/autoconf-archive sys-devel/gettext virtual/pkgconfig " diff --git a/media-gfx/sane-backends/sane-backends-1.2.1.ebuild b/media-gfx/sane-backends/sane-backends-1.2.1.ebuild index e5b01f2eadf0..0654e5f25260 100644 --- a/media-gfx/sane-backends/sane-backends-1.2.1.ebuild +++ b/media-gfx/sane-backends/sane-backends-1.2.1.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 -PYTHON_COMPAT=( python3_{9..11} ) +PYTHON_COMPAT=( python3_{10..11} ) # python-any-r1 required for a script in backends/pixma/scripts/ inherit autotools flag-o-matic multilib-minimal optfeature python-any-r1 systemd toolchain-funcs udev @@ -171,7 +171,7 @@ DEPEND=" " BDEPEND=" ${PYTHON_DEPS} - sys-devel/autoconf-archive + dev-build/autoconf-archive sys-devel/gettext virtual/pkgconfig " |