summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2024-01-14 21:19:30 +0100
committerMichał Górny <mgorny@gentoo.org>2024-01-15 16:58:23 +0100
commite92da579956495086c78eac089068406effd57e5 (patch)
tree2cd62b938494df130f2620113b44c7d280490463 /media-gfx
parentMove {sys-devel → dev-build}/autoconf-dickey (diff)
downloadgentoo-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')
-rw-r--r--media-gfx/povray/files/povray-3.7.0.0-r1-boost-1.50.patch2
-rw-r--r--media-gfx/povray/povray-3.7.0.0-r4.ebuild4
-rw-r--r--media-gfx/sane-backends/sane-backends-1.1.1-r11.ebuild6
-rw-r--r--media-gfx/sane-backends/sane-backends-1.1.1-r13.ebuild6
-rw-r--r--media-gfx/sane-backends/sane-backends-1.2.1.ebuild6
-rw-r--r--media-gfx/scrot/scrot-1.10.ebuild4
-rw-r--r--media-gfx/scrot/scrot-1.9.ebuild4
-rw-r--r--media-gfx/scrot/scrot-9999.ebuild4
8 files changed, 18 insertions, 18 deletions
diff --git a/media-gfx/povray/files/povray-3.7.0.0-r1-boost-1.50.patch b/media-gfx/povray/files/povray-3.7.0.0-r1-boost-1.50.patch
index 8a30041469f8..b46c9b4292e4 100644
--- a/media-gfx/povray/files/povray-3.7.0.0-r1-boost-1.50.patch
+++ b/media-gfx/povray/files/povray-3.7.0.0-r1-boost-1.50.patch
@@ -1,5 +1,5 @@
Remove bundled m4 macros, instead use system ones from
-sys-devel/autoconf-archive. Use AX_BOOST_SYSTEM to prevent
+dev-build/autoconf-archive. Use AX_BOOST_SYSTEM to prevent
underlinking issues with more recent boost versions.
See also: https://bugs.gentoo.org/show_bug.cgi?id=550018
diff --git a/media-gfx/povray/povray-3.7.0.0-r4.ebuild b/media-gfx/povray/povray-3.7.0.0-r4.ebuild
index 74454e0678a3..14d2bd4402a7 100644
--- a/media-gfx/povray/povray-3.7.0.0-r4.ebuild
+++ b/media-gfx/povray/povray-3.7.0.0-r4.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
@@ -33,7 +33,7 @@ DEPEND="
X? ( media-libs/libsdl )"
RDEPEND="${DEPEND}"
DEPEND="${DEPEND}
- sys-devel/autoconf-archive"
+ dev-build/autoconf-archive"
S=${WORKDIR}/${PN}-${MY_PV}
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
"
diff --git a/media-gfx/scrot/scrot-1.10.ebuild b/media-gfx/scrot/scrot-1.10.ebuild
index 289c7e4b7a07..81c77df2463a 100644
--- a/media-gfx/scrot/scrot-1.10.ebuild
+++ b/media-gfx/scrot/scrot-1.10.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -37,7 +37,7 @@ DEPEND="
elibc_musl? ( sys-libs/queue-standalone )
"
BDEPEND="
- sys-devel/autoconf-archive
+ dev-build/autoconf-archive
virtual/pkgconfig
"
diff --git a/media-gfx/scrot/scrot-1.9.ebuild b/media-gfx/scrot/scrot-1.9.ebuild
index 289c7e4b7a07..81c77df2463a 100644
--- a/media-gfx/scrot/scrot-1.9.ebuild
+++ b/media-gfx/scrot/scrot-1.9.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -37,7 +37,7 @@ DEPEND="
elibc_musl? ( sys-libs/queue-standalone )
"
BDEPEND="
- sys-devel/autoconf-archive
+ dev-build/autoconf-archive
virtual/pkgconfig
"
diff --git a/media-gfx/scrot/scrot-9999.ebuild b/media-gfx/scrot/scrot-9999.ebuild
index f03c9dc8cd96..092a65896df9 100644
--- a/media-gfx/scrot/scrot-9999.ebuild
+++ b/media-gfx/scrot/scrot-9999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -37,7 +37,7 @@ DEPEND="
elibc_musl? ( sys-libs/queue-standalone )
"
BDEPEND="
- sys-devel/autoconf-archive
+ dev-build/autoconf-archive
virtual/pkgconfig
"