diff options
author | 2024-01-14 21:23:57 +0100 | |
---|---|---|
committer | 2024-01-15 16:58:27 +0100 | |
commit | 221159b1ca716e208abcd9fc2e3d7efad0db9446 (patch) | |
tree | 107a968fd74c9910c31a68d4ccaeeaddcf9682f7 /mate-extra/mate-polkit | |
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/mate-polkit')
-rw-r--r-- | mate-extra/mate-polkit/mate-polkit-1.26.0-r1.ebuild | 4 | ||||
-rw-r--r-- | mate-extra/mate-polkit/mate-polkit-1.27.1.ebuild | 4 |
2 files changed, 4 insertions, 4 deletions
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=( |