diff options
author | 2024-01-14 21:19:30 +0100 | |
---|---|---|
committer | 2024-01-15 16:58:23 +0100 | |
commit | e92da579956495086c78eac089068406effd57e5 (patch) | |
tree | 2cd62b938494df130f2620113b44c7d280490463 /sys-libs | |
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 'sys-libs')
-rw-r--r-- | sys-libs/db/db-5.3.28-r10.ebuild | 4 | ||||
-rw-r--r-- | sys-libs/db/db-5.3.28-r9.ebuild | 4 | ||||
-rw-r--r-- | sys-libs/libapparmor/libapparmor-3.0.10.ebuild | 4 | ||||
-rw-r--r-- | sys-libs/libapparmor/libapparmor-3.0.8.ebuild | 6 | ||||
-rw-r--r-- | sys-libs/libapparmor/libapparmor-3.1.4.ebuild | 2 | ||||
-rw-r--r-- | sys-libs/libblockdev/libblockdev-2.28-r1.ebuild | 6 | ||||
-rw-r--r-- | sys-libs/libblockdev/libblockdev-3.0.3.ebuild | 4 | ||||
-rw-r--r-- | sys-libs/libblockdev/libblockdev-3.0.4.ebuild | 4 |
8 files changed, 17 insertions, 17 deletions
diff --git a/sys-libs/db/db-5.3.28-r10.ebuild b/sys-libs/db/db-5.3.28-r10.ebuild index 82b40466e113..a25371a07960 100644 --- a/sys-libs/db/db-5.3.28-r10.ebuild +++ b/sys-libs/db/db-5.3.28-r10.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=7 @@ -41,7 +41,7 @@ RDEPEND="tcl? ( >=dev-lang/tcl-8.5.15-r1:0=[${MULTILIB_USEDEP}] )" # bug #841698 # Need binutils for tc-ld-force-bfd BDEPEND=" - sys-devel/autoconf-archive + dev-build/autoconf-archive sys-devel/binutils:* " diff --git a/sys-libs/db/db-5.3.28-r9.ebuild b/sys-libs/db/db-5.3.28-r9.ebuild index a86fe5ad0d1f..09d3ce82c642 100644 --- a/sys-libs/db/db-5.3.28-r9.ebuild +++ b/sys-libs/db/db-5.3.28-r9.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=7 @@ -41,7 +41,7 @@ RDEPEND="tcl? ( >=dev-lang/tcl-8.5.15-r1:0=[${MULTILIB_USEDEP}] )" # bug #841698 # Need binutils for tc-ld-force-bfd BDEPEND=" - sys-devel/autoconf-archive + dev-build/autoconf-archive sys-devel/binutils:* " diff --git a/sys-libs/libapparmor/libapparmor-3.0.10.ebuild b/sys-libs/libapparmor/libapparmor-3.0.10.ebuild index 6bf26cddee29..1623bc032d6c 100644 --- a/sys-libs/libapparmor/libapparmor-3.0.10.ebuild +++ b/sys-libs/libapparmor/libapparmor-3.0.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 @@ -26,7 +26,7 @@ RDEPEND="perl? ( dev-lang/perl:= ) python? ( ${PYTHON_DEPS} )" DEPEND="${RDEPEND}" BDEPEND=" - sys-devel/autoconf-archive + dev-build/autoconf-archive sys-devel/bison sys-devel/flex doc? ( dev-lang/perl ) diff --git a/sys-libs/libapparmor/libapparmor-3.0.8.ebuild b/sys-libs/libapparmor/libapparmor-3.0.8.ebuild index 0ea05b38c3e5..1623bc032d6c 100644 --- a/sys-libs/libapparmor/libapparmor-3.0.8.ebuild +++ b/sys-libs/libapparmor/libapparmor-3.0.8.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 DISTUTILS_OPTIONAL=1 -PYTHON_COMPAT=( python3_{9..11} ) +PYTHON_COMPAT=( python3_{10..11} ) GENTOO_DEPEND_ON_PERL="no" inherit autotools distutils-r1 perl-functions @@ -26,7 +26,7 @@ RDEPEND="perl? ( dev-lang/perl:= ) python? ( ${PYTHON_DEPS} )" DEPEND="${RDEPEND}" BDEPEND=" - sys-devel/autoconf-archive + dev-build/autoconf-archive sys-devel/bison sys-devel/flex doc? ( dev-lang/perl ) diff --git a/sys-libs/libapparmor/libapparmor-3.1.4.ebuild b/sys-libs/libapparmor/libapparmor-3.1.4.ebuild index b379e41b2b60..eeeff5594e54 100644 --- a/sys-libs/libapparmor/libapparmor-3.1.4.ebuild +++ b/sys-libs/libapparmor/libapparmor-3.1.4.ebuild @@ -27,7 +27,7 @@ RDEPEND="perl? ( dev-lang/perl:= ) python? ( ${PYTHON_DEPS} )" DEPEND="${RDEPEND}" BDEPEND=" - sys-devel/autoconf-archive + dev-build/autoconf-archive sys-devel/bison sys-devel/flex doc? ( dev-lang/perl ) diff --git a/sys-libs/libblockdev/libblockdev-2.28-r1.ebuild b/sys-libs/libblockdev/libblockdev-2.28-r1.ebuild index 16134d249951..f32266126b0b 100644 --- a/sys-libs/libblockdev/libblockdev-2.28-r1.ebuild +++ b/sys-libs/libblockdev/libblockdev-2.28-r1.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} ) inherit autotools python-single-r1 xdg-utils DESCRIPTION="A library for manipulating block devices" @@ -12,7 +12,7 @@ if [[ "${PV}" == *9999 ]] ; then inherit git-r3 EGIT_REPO_URI="https://github.com/storaged-project/libblockdev.git" BDEPEND=" - sys-devel/autoconf-archive + dev-build/autoconf-archive " else MY_PV="${PV}-1" diff --git a/sys-libs/libblockdev/libblockdev-3.0.3.ebuild b/sys-libs/libblockdev/libblockdev-3.0.3.ebuild index ae3fe7349d51..2b04c5974953 100644 --- a/sys-libs/libblockdev/libblockdev-3.0.3.ebuild +++ b/sys-libs/libblockdev/libblockdev-3.0.3.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 @@ -12,7 +12,7 @@ if [[ "${PV}" == *9999 ]] ; then inherit git-r3 EGIT_REPO_URI="https://github.com/storaged-project/libblockdev.git" BDEPEND=" - sys-devel/autoconf-archive + dev-build/autoconf-archive " else MY_PV="${PV}-1" diff --git a/sys-libs/libblockdev/libblockdev-3.0.4.ebuild b/sys-libs/libblockdev/libblockdev-3.0.4.ebuild index 24ce79143d34..be2df0d5c1e6 100644 --- a/sys-libs/libblockdev/libblockdev-3.0.4.ebuild +++ b/sys-libs/libblockdev/libblockdev-3.0.4.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 @@ -12,7 +12,7 @@ if [[ "${PV}" == *9999 ]] ; then inherit git-r3 EGIT_REPO_URI="https://github.com/storaged-project/libblockdev.git" BDEPEND=" - sys-devel/autoconf-archive + dev-build/autoconf-archive " else MY_PV="${PV}-1" |