diff options
author | 2024-01-14 21:19:46 +0100 | |
---|---|---|
committer | 2024-01-15 16:58:23 +0100 | |
commit | 1ee062ba1d57ad391adee1c135dcf474dc30d6b4 (patch) | |
tree | 30559a888fd26b75bb6d9a29786e2bd9ae2d40ef /net-dialup | |
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 'net-dialup')
-rw-r--r-- | net-dialup/freeradius/freeradius-3.2.2.ebuild | 6 | ||||
-rw-r--r-- | net-dialup/freeradius/freeradius-3.2.3.ebuild | 4 |
2 files changed, 5 insertions, 5 deletions
diff --git a/net-dialup/freeradius/freeradius-3.2.2.ebuild b/net-dialup/freeradius/freeradius-3.2.2.ebuild index 00ea3f5bc11d..dbf8d6f192f4 100644 --- a/net-dialup/freeradius/freeradius-3.2.2.ebuild +++ b/net-dialup/freeradius/freeradius-3.2.2.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 -PYTHON_COMPAT=( python3_{9..11} ) -AUTOTOOLS_DEPEND=">=sys-devel/autoconf-2.69" +PYTHON_COMPAT=( python3_{10..11} ) +AUTOTOOLS_DEPEND=">=dev-build/autoconf-2.69" inherit autotools pam python-single-r1 systemd MY_PN=${PN}-server diff --git a/net-dialup/freeradius/freeradius-3.2.3.ebuild b/net-dialup/freeradius/freeradius-3.2.3.ebuild index 56fff26e7876..7353869966e0 100644 --- a/net-dialup/freeradius/freeradius-3.2.3.ebuild +++ b/net-dialup/freeradius/freeradius-3.2.3.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 PYTHON_COMPAT=( python3_{10..11} ) -AUTOTOOLS_DEPEND=">=sys-devel/autoconf-2.69" +AUTOTOOLS_DEPEND=">=dev-build/autoconf-2.69" inherit autotools pam python-single-r1 systemd MY_PN=${PN}-server |