summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2024-01-14 21:19:46 +0100
committerMichał Górny <mgorny@gentoo.org>2024-01-15 16:58:23 +0100
commit1ee062ba1d57ad391adee1c135dcf474dc30d6b4 (patch)
tree30559a888fd26b75bb6d9a29786e2bd9ae2d40ef /eclass/toolchain-autoconf.eclass
parentMove {sys-devel → dev-build}/autoconf-archive (diff)
downloadgentoo-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 'eclass/toolchain-autoconf.eclass')
-rw-r--r--eclass/toolchain-autoconf.eclass6
1 files changed, 3 insertions, 3 deletions
diff --git a/eclass/toolchain-autoconf.eclass b/eclass/toolchain-autoconf.eclass
index 137f0efac159..1eaf681496d4 100644
--- a/eclass/toolchain-autoconf.eclass
+++ b/eclass/toolchain-autoconf.eclass
@@ -1,14 +1,14 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
# @ECLASS: toolchain-autoconf.eclass
# @MAINTAINER:
# <base-system@gentoo.org>
# @SUPPORTED_EAPIS: 7 8
-# @BLURB: Common code for sys-devel/autoconf ebuilds
+# @BLURB: Common code for dev-build/autoconf ebuilds
# @DESCRIPTION:
# This eclass contains the common phase functions migrated from
-# sys-devel/autoconf eblits.
+# dev-build/autoconf eblits.
case ${EAPI} in
7|8) ;;