diff options
author | Michał Górny <mgorny@gentoo.org> | 2024-01-14 21:23:57 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2024-01-15 16:58:27 +0100 |
commit | 221159b1ca716e208abcd9fc2e3d7efad0db9446 (patch) | |
tree | 107a968fd74c9910c31a68d4ccaeeaddcf9682f7 /mate-extra | |
parent | Move {sys-devel → dev-build}/slibtool (diff) | |
download | gentoo-221159b1ca716e208abcd9fc2e3d7efad0db9446.tar.gz gentoo-221159b1ca716e208abcd9fc2e3d7efad0db9446.tar.bz2 gentoo-221159b1ca716e208abcd9fc2e3d7efad0db9446.zip |
Move {sys-devel → dev-build}/libtool
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Closes: https://github.com/gentoo/gentoo/pull/34807
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'mate-extra')
4 files changed, 6 insertions, 6 deletions
diff --git a/mate-extra/caja-actions/caja-actions-1.26.0.ebuild b/mate-extra/caja-actions/caja-actions-1.26.0.ebuild index abbc13f6d0b6..6365926bb90e 100644 --- a/mate-extra/caja-actions/caja-actions-1.26.0.ebuild +++ b/mate-extra/caja-actions/caja-actions-1.26.0.ebuild @@ -30,6 +30,6 @@ RDEPEND="${COMMON_DEPEND}" BDEPEND="${COMMON_DEPEND} >=sys-devel/gettext-0.19.8 >=dev-build/autoconf-2.53:* - >=sys-devel/libtool-2.2.6:2 + >=dev-build/libtool-2.2.6:2 virtual/pkgconfig " diff --git a/mate-extra/caja-actions/caja-actions-1.27.0.ebuild b/mate-extra/caja-actions/caja-actions-1.27.0.ebuild index 039fccffc543..b6b033a0fa4b 100644 --- a/mate-extra/caja-actions/caja-actions-1.27.0.ebuild +++ b/mate-extra/caja-actions/caja-actions-1.27.0.ebuild @@ -33,6 +33,6 @@ RDEPEND="${COMMON_DEPEND}" BDEPEND="${COMMON_DEPEND} >=sys-devel/gettext-0.19.8 >=dev-build/autoconf-2.53:* - >=sys-devel/libtool-2.2.6:2 + >=dev-build/libtool-2.2.6:2 virtual/pkgconfig " diff --git a/mate-extra/mate-polkit/mate-polkit-1.26.0-r1.ebuild b/mate-extra/mate-polkit/mate-polkit-1.26.0-r1.ebuild index 680c03f5fc02..3ebfdb47f61a 100644 --- a/mate-extra/mate-polkit/mate-polkit-1.26.0-r1.ebuild +++ b/mate-extra/mate-polkit/mate-polkit-1.26.0-r1.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=7 @@ -30,7 +30,7 @@ BDEPEND="${COMMON_DEPEND} dev-util/gtk-doc-am >=dev-util/intltool-0.35 sys-devel/gettext - >=sys-devel/libtool-2.2.6 + >=dev-build/libtool-2.2.6 virtual/pkgconfig" PATCHES=( diff --git a/mate-extra/mate-polkit/mate-polkit-1.27.1.ebuild b/mate-extra/mate-polkit/mate-polkit-1.27.1.ebuild index 8c923bac4fe4..a0242ecd44a0 100644 --- a/mate-extra/mate-polkit/mate-polkit-1.27.1.ebuild +++ b/mate-extra/mate-polkit/mate-polkit-1.27.1.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 @@ -33,7 +33,7 @@ BDEPEND="${COMMON_DEPEND} dev-util/gtk-doc-am >=dev-util/intltool-0.35 sys-devel/gettext - >=sys-devel/libtool-2.2.6 + >=dev-build/libtool-2.2.6 virtual/pkgconfig" PATCHES=( |