summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2024-01-14 21:22:41 +0100
committerMichał Górny <mgorny@gentoo.org>2024-01-15 16:58:26 +0100
commit24579fc8ca4ef3bed96481e5aff2c3d21c51682c (patch)
treea86761fb9754ca7ccec290e76fb02a991da82210 /sys-apps
parentMove {sys-devel → dev-build}/automake-vanilla (diff)
downloadgentoo-24579fc8ca4ef3bed96481e5aff2c3d21c51682c.tar.gz
gentoo-24579fc8ca4ef3bed96481e5aff2c3d21c51682c.tar.bz2
gentoo-24579fc8ca4ef3bed96481e5aff2c3d21c51682c.zip
Move {sys-devel → dev-build}/automake
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'sys-apps')
-rw-r--r--sys-apps/flatpak/flatpak-1.12.8.ebuild4
-rw-r--r--sys-apps/flatpak/flatpak-1.14.4-r3.ebuild4
-rw-r--r--sys-apps/flatpak/flatpak-1.14.5.ebuild2
-rw-r--r--sys-apps/texinfo/texinfo-7.0.3.ebuild2
-rw-r--r--sys-apps/texinfo/texinfo-7.1-r1.ebuild2
-rw-r--r--sys-apps/texinfo/texinfo-9999.ebuild2
6 files changed, 8 insertions, 8 deletions
diff --git a/sys-apps/flatpak/flatpak-1.12.8.ebuild b/sys-apps/flatpak/flatpak-1.12.8.ebuild
index 8d690737f967..6bc1f0bd87d5 100644
--- a/sys-apps/flatpak/flatpak-1.12.8.ebuild
+++ b/sys-apps/flatpak/flatpak-1.12.8.ebuild
@@ -2,7 +2,7 @@
# Distributed under the terms of the GNU General Public License v2
EAPI=8
-PYTHON_COMPAT=( python3_{9,10,11} )
+PYTHON_COMPAT=( python3_{10,11} )
inherit linux-info python-any-r1
@@ -52,7 +52,7 @@ RDEPEND="
DEPEND="${RDEPEND}"
# pyparsing version pinned for https://bugs.gentoo.org/825230
BDEPEND="
- >=sys-devel/automake-1.13.4
+ >=dev-build/automake-1.13.4
>=sys-devel/gettext-0.18.2
virtual/pkgconfig
dev-util/gdbus-codegen
diff --git a/sys-apps/flatpak/flatpak-1.14.4-r3.ebuild b/sys-apps/flatpak/flatpak-1.14.4-r3.ebuild
index cc266504983d..b5359b986a75 100644
--- a/sys-apps/flatpak/flatpak-1.14.4-r3.ebuild
+++ b/sys-apps/flatpak/flatpak-1.14.4-r3.ebuild
@@ -2,7 +2,7 @@
# Distributed under the terms of the GNU General Public License v2
EAPI=8
-PYTHON_COMPAT=( python3_{9,10,11} )
+PYTHON_COMPAT=( python3_{10,11} )
inherit linux-info python-any-r1 systemd
@@ -49,7 +49,7 @@ RDEPEND="
DEPEND="${RDEPEND}"
BDEPEND="
- >=sys-devel/automake-1.13.4
+ >=dev-build/automake-1.13.4
>=sys-devel/gettext-0.18.2
virtual/pkgconfig
dev-util/gdbus-codegen
diff --git a/sys-apps/flatpak/flatpak-1.14.5.ebuild b/sys-apps/flatpak/flatpak-1.14.5.ebuild
index 7cf4ba08b4c4..517a31bce219 100644
--- a/sys-apps/flatpak/flatpak-1.14.5.ebuild
+++ b/sys-apps/flatpak/flatpak-1.14.5.ebuild
@@ -49,7 +49,7 @@ RDEPEND="
DEPEND="${RDEPEND}"
BDEPEND="
- >=sys-devel/automake-1.13.4
+ >=dev-build/automake-1.13.4
>=sys-devel/gettext-0.18.2
virtual/pkgconfig
dev-util/gdbus-codegen
diff --git a/sys-apps/texinfo/texinfo-7.0.3.ebuild b/sys-apps/texinfo/texinfo-7.0.3.ebuild
index a8f0aaa57fc4..aa15291f2d08 100644
--- a/sys-apps/texinfo/texinfo-7.0.3.ebuild
+++ b/sys-apps/texinfo/texinfo-7.0.3.ebuild
@@ -17,7 +17,7 @@ if [[ ${PV} == 9999 ]]; then
EGIT_REPO_URI="https://git.savannah.gnu.org/git/texinfo.git"
REGEN_BDEPEND="
>=dev-build/autoconf-2.62
- >=sys-devel/automake-1.16
+ >=dev-build/automake-1.16
sys-devel/libtool
"
elif [[ $(ver_cut 3) -ge 90 || $(ver_cut 4) -ge 90 ]] ; then
diff --git a/sys-apps/texinfo/texinfo-7.1-r1.ebuild b/sys-apps/texinfo/texinfo-7.1-r1.ebuild
index 0b5c7e66076b..e51aaead9873 100644
--- a/sys-apps/texinfo/texinfo-7.1-r1.ebuild
+++ b/sys-apps/texinfo/texinfo-7.1-r1.ebuild
@@ -19,7 +19,7 @@ if [[ ${PV} == 9999 ]]; then
EGIT_REPO_URI="https://git.savannah.gnu.org/git/texinfo.git"
REGEN_BDEPEND="
>=dev-build/autoconf-2.62
- >=sys-devel/automake-1.16
+ >=dev-build/automake-1.16
sys-devel/libtool
"
elif [[ $(ver_cut 3) -ge 90 || $(ver_cut 4) -ge 90 ]] ; then
diff --git a/sys-apps/texinfo/texinfo-9999.ebuild b/sys-apps/texinfo/texinfo-9999.ebuild
index d9f05fd9dd2b..8579319f28b6 100644
--- a/sys-apps/texinfo/texinfo-9999.ebuild
+++ b/sys-apps/texinfo/texinfo-9999.ebuild
@@ -19,7 +19,7 @@ if [[ ${PV} == 9999 ]]; then
EGIT_REPO_URI="https://git.savannah.gnu.org/git/texinfo.git"
REGEN_BDEPEND="
>=dev-build/autoconf-2.62
- >=sys-devel/automake-1.16
+ >=dev-build/automake-1.16
sys-devel/libtool
"
elif [[ $(ver_cut 3) -ge 90 || $(ver_cut 4) -ge 90 ]] ; then