diff options
author | Michał Górny <mgorny@gentoo.org> | 2024-01-14 21:22:41 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2024-01-15 16:58:26 +0100 |
commit | 24579fc8ca4ef3bed96481e5aff2c3d21c51682c (patch) | |
tree | a86761fb9754ca7ccec290e76fb02a991da82210 /profiles | |
parent | Move {sys-devel → dev-build}/automake-vanilla (diff) | |
download | gentoo-24579fc8ca4ef3bed96481e5aff2c3d21c51682c.tar.gz gentoo-24579fc8ca4ef3bed96481e5aff2c3d21c51682c.tar.bz2 gentoo-24579fc8ca4ef3bed96481e5aff2c3d21c51682c.zip |
Move {sys-devel → dev-build}/automake
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'profiles')
-rw-r--r-- | profiles/default/linux/packages.build | 2 | ||||
-rw-r--r-- | profiles/info_pkgs | 2 | ||||
-rw-r--r-- | profiles/package.mask | 4 | ||||
-rw-r--r-- | profiles/updates/1Q-2024 | 1 |
4 files changed, 5 insertions, 4 deletions
diff --git a/profiles/default/linux/packages.build b/profiles/default/linux/packages.build index 5703583207b2..a0557aae33ae 100644 --- a/profiles/default/linux/packages.build +++ b/profiles/default/linux/packages.build @@ -11,10 +11,10 @@ app-arch/xz-utils app-arch/tar app-shells/bash:0 dev-build/autoconf +dev-build/automake dev-build/make net-misc/rsync net-misc/wget -sys-devel/automake sys-devel/libtool sys-apps/baselayout sys-apps/coreutils diff --git a/profiles/info_pkgs b/profiles/info_pkgs index 907e1ae4e75f..ec0c83b51c04 100644 --- a/profiles/info_pkgs +++ b/profiles/info_pkgs @@ -7,7 +7,7 @@ ## app-shells/bash:0 dev-build/autoconf -sys-devel/automake +dev-build/automake sys-kernel/linux-headers sys-libs/glibc sys-libs/musl diff --git a/profiles/package.mask b/profiles/package.mask index 29638fbe3310..0a3dff5114dd 100644 --- a/profiles/package.mask +++ b/profiles/package.mask @@ -688,9 +688,9 @@ dev-tex/pdfannotextractor x11-drivers/nvidia-drivers:0/vulkan # Andreas K. Hüttel <dilfridge@gentoo.org> (2021-09-18) -# sys-devel/automake version 1.11 is EOL and is only useful for testing +# dev-build/automake version 1.11 is EOL and is only useful for testing # old de-ANSI-fication/ansi2knr/AM_C_PROTOTYPES code. Please uninstall. -sys-devel/automake:1.11 +dev-build/automake:1.11 # Joonas Niilola <juippis@gentoo.org> (2021-07-29) # Upstream provided migration instructions from 2. -> 3. update, diff --git a/profiles/updates/1Q-2024 b/profiles/updates/1Q-2024 index 3be9e02f848c..366230bf9994 100644 --- a/profiles/updates/1Q-2024 +++ b/profiles/updates/1Q-2024 @@ -32,3 +32,4 @@ move sys-devel/autoconf-archive dev-build/autoconf-archive move sys-devel/autoconf dev-build/autoconf move sys-devel/automake-wrapper dev-build/automake-wrapper move sys-devel/automake-vanilla dev-build/automake-vanilla +move sys-devel/automake dev-build/automake |