diff options
author | Michał Górny <mgorny@gentoo.org> | 2024-01-14 21:19:46 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2024-01-15 16:58:23 +0100 |
commit | 1ee062ba1d57ad391adee1c135dcf474dc30d6b4 (patch) | |
tree | 30559a888fd26b75bb6d9a29786e2bd9ae2d40ef /app-crypt/heimdal | |
parent | Move {sys-devel → dev-build}/autoconf-archive (diff) | |
download | gentoo-1ee062ba1d57ad391adee1c135dcf474dc30d6b4.tar.gz gentoo-1ee062ba1d57ad391adee1c135dcf474dc30d6b4.tar.bz2 gentoo-1ee062ba1d57ad391adee1c135dcf474dc30d6b4.zip |
Move {sys-devel → dev-build}/autoconf
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'app-crypt/heimdal')
-rw-r--r-- | app-crypt/heimdal/heimdal-7.8.0-r1.ebuild | 6 | ||||
-rw-r--r-- | app-crypt/heimdal/heimdal-7.8.0-r2.ebuild | 6 | ||||
-rw-r--r-- | app-crypt/heimdal/heimdal-7.8.0-r3.ebuild | 4 |
3 files changed, 8 insertions, 8 deletions
diff --git a/app-crypt/heimdal/heimdal-7.8.0-r1.ebuild b/app-crypt/heimdal/heimdal-7.8.0-r1.ebuild index 0394ebbb151b..2db7d36fe6fe 100644 --- a/app-crypt/heimdal/heimdal-7.8.0-r1.ebuild +++ b/app-crypt/heimdal/heimdal-7.8.0-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} ) VIRTUALX_REQUIRED="manual" inherit autotools db-use multilib-minimal python-any-r1 virtualx flag-o-matic @@ -50,7 +50,7 @@ DEPEND="${CDEPEND} dev-perl/JSON virtual/pkgconfig sys-apps/texinfo - >=sys-devel/autoconf-2.62 + >=dev-build/autoconf-2.62 test? ( X? ( ${VIRTUALX_DEPEND} ) )" RDEPEND="${CDEPEND} diff --git a/app-crypt/heimdal/heimdal-7.8.0-r2.ebuild b/app-crypt/heimdal/heimdal-7.8.0-r2.ebuild index e007ac4d09ef..8645dd099c0d 100644 --- a/app-crypt/heimdal/heimdal-7.8.0-r2.ebuild +++ b/app-crypt/heimdal/heimdal-7.8.0-r2.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} ) VIRTUALX_REQUIRED="manual" inherit autotools db-use multilib-minimal python-any-r1 virtualx flag-o-matic @@ -50,7 +50,7 @@ DEPEND="${CDEPEND} dev-perl/JSON virtual/pkgconfig sys-apps/texinfo - >=sys-devel/autoconf-2.62 + >=dev-build/autoconf-2.62 test? ( X? ( ${VIRTUALX_DEPEND} ) )" RDEPEND="${CDEPEND} diff --git a/app-crypt/heimdal/heimdal-7.8.0-r3.ebuild b/app-crypt/heimdal/heimdal-7.8.0-r3.ebuild index 27e020f183d4..597d9cf695c5 100644 --- a/app-crypt/heimdal/heimdal-7.8.0-r3.ebuild +++ b/app-crypt/heimdal/heimdal-7.8.0-r3.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 @@ -41,7 +41,7 @@ DEPEND="${CDEPEND} dev-perl/JSON virtual/pkgconfig sys-apps/texinfo - >=sys-devel/autoconf-2.62" + >=dev-build/autoconf-2.62" RDEPEND="${CDEPEND} selinux? ( sec-policy/selinux-kerberos )" |