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 /dev-lisp | |
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 'dev-lisp')
-rw-r--r-- | dev-lisp/gcl/gcl-2.6.13_pre99.ebuild | 4 | ||||
-rw-r--r-- | dev-lisp/gcl/gcl-2.6.14.ebuild | 4 | ||||
-rw-r--r-- | dev-lisp/gcl/gcl-2.6.15_pre3.ebuild | 4 |
3 files changed, 6 insertions, 6 deletions
diff --git a/dev-lisp/gcl/gcl-2.6.13_pre99.ebuild b/dev-lisp/gcl/gcl-2.6.13_pre99.ebuild index 1529fde33026..1673ab7aa83c 100644 --- a/dev-lisp/gcl/gcl-2.6.13_pre99.ebuild +++ b/dev-lisp/gcl/gcl-2.6.13_pre99.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -24,7 +24,7 @@ RDEPEND="dev-libs/gmp DEPEND="${RDEPEND} virtual/texi2dvi app-text/texi2html - >=sys-devel/autoconf-2.52" + >=dev-build/autoconf-2.52" PATCHES=( # bug 778770 diff --git a/dev-lisp/gcl/gcl-2.6.14.ebuild b/dev-lisp/gcl/gcl-2.6.14.ebuild index 658ba82946f7..fe5638ac7f2c 100644 --- a/dev-lisp/gcl/gcl-2.6.14.ebuild +++ b/dev-lisp/gcl/gcl-2.6.14.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 @@ -24,7 +24,7 @@ RDEPEND="dev-libs/gmp DEPEND="${RDEPEND} virtual/texi2dvi app-text/texi2html - >=sys-devel/autoconf-2.52" + >=dev-build/autoconf-2.52" src_configure() { strip-flags diff --git a/dev-lisp/gcl/gcl-2.6.15_pre3.ebuild b/dev-lisp/gcl/gcl-2.6.15_pre3.ebuild index 830fff33537b..dd6b7e3a812d 100644 --- a/dev-lisp/gcl/gcl-2.6.15_pre3.ebuild +++ b/dev-lisp/gcl/gcl-2.6.15_pre3.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 @@ -25,7 +25,7 @@ RDEPEND="dev-libs/gmp DEPEND="${RDEPEND} virtual/texi2dvi app-text/texi2html - >=sys-devel/autoconf-2.52" + >=dev-build/autoconf-2.52" PATCHES=( "${WORKDIR}"/${PF}-spelling.patch ) S="${WORKDIR}"/${PN}-Version_2_6_15pre3/${PN} |