commit: 9cee7e77de1fb0d4d685c650e1643f2835d98dfe Author: Fabian Groffen <grobian <AT> gentoo <DOT> org> AuthorDate: Sat Apr 20 12:56:02 2024 +0000 Commit: Fabian Groffen <grobian <AT> gentoo <DOT> org> CommitDate: Sat Apr 20 12:56:02 2024 +0000 URL: https://gitweb.gentoo.org/proj/portage-utils.git/commit/?id=9cee7e77
autogen: autoconf-archive was moved from sys-devel to dev-build Signed-off-by: Fabian Groffen <grobian <AT> gentoo.org> autogen.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/autogen.sh b/autogen.sh index dc41d69..0c9a8c9 100755 --- a/autogen.sh +++ b/autogen.sh @@ -9,8 +9,8 @@ if ! qlist -qI dev-libs/gnulib > /dev/null ; then echo "please install dev-libs/gnulib" exit 1 fi -if ! qlist -qI sys-devel/autoconf-archive > /dev/null ; then - echo "please install sys-devel/autoconf-archive" +if ! qlist -qI dev-build/autoconf-archive > /dev/null ; then + echo "please install dev-build/autoconf-archive" exit 1 fi