Skip to content

Commit

Permalink
autogen: autoconf-archive was moved from sys-devel to dev-build
Browse files Browse the repository at this point in the history
Signed-off-by: Fabian Groffen <grobian@gentoo.org>
  • Loading branch information
grobian committed Apr 20, 2024
1 parent 9594126 commit 9cee7e7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions autogen.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 9cee7e7

Please sign in to comment.