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 /app-office/gnucash | |
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 'app-office/gnucash')
-rw-r--r-- | app-office/gnucash/gnucash-4.13.ebuild | 2 | ||||
-rw-r--r-- | app-office/gnucash/gnucash-5.1.ebuild | 2 | ||||
-rw-r--r-- | app-office/gnucash/gnucash-5.3.ebuild | 2 | ||||
-rw-r--r-- | app-office/gnucash/gnucash-5.4-r1.ebuild | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/app-office/gnucash/gnucash-4.13.ebuild b/app-office/gnucash/gnucash-4.13.ebuild index 267ae382aa8b..db9ff7c0424c 100644 --- a/app-office/gnucash/gnucash-4.13.ebuild +++ b/app-office/gnucash/gnucash-4.13.ebuild @@ -83,7 +83,7 @@ DEPEND=" >=sys-devel/gettext-0.20 dev-lang/perl dev-perl/XML-Parser - sys-devel/libtool + dev-build/libtool >=dev-cpp/gtest-1.8.0 " BDEPEND=" diff --git a/app-office/gnucash/gnucash-5.1.ebuild b/app-office/gnucash/gnucash-5.1.ebuild index 5783d70da717..a4588f745ac0 100644 --- a/app-office/gnucash/gnucash-5.1.ebuild +++ b/app-office/gnucash/gnucash-5.1.ebuild @@ -83,7 +83,7 @@ DEPEND=" >=sys-devel/gettext-0.20 dev-lang/perl dev-perl/XML-Parser - sys-devel/libtool + dev-build/libtool >=dev-cpp/gtest-1.8.0 " BDEPEND=" diff --git a/app-office/gnucash/gnucash-5.3.ebuild b/app-office/gnucash/gnucash-5.3.ebuild index 6e1498a9d04d..9767e2a6665a 100644 --- a/app-office/gnucash/gnucash-5.3.ebuild +++ b/app-office/gnucash/gnucash-5.3.ebuild @@ -83,7 +83,7 @@ DEPEND=" >=sys-devel/gettext-0.20 dev-lang/perl dev-perl/XML-Parser - sys-devel/libtool + dev-build/libtool >=dev-cpp/gtest-1.8.0 " BDEPEND=" diff --git a/app-office/gnucash/gnucash-5.4-r1.ebuild b/app-office/gnucash/gnucash-5.4-r1.ebuild index b31789cbf228..409e3509aa22 100644 --- a/app-office/gnucash/gnucash-5.4-r1.ebuild +++ b/app-office/gnucash/gnucash-5.4-r1.ebuild @@ -87,7 +87,7 @@ DEPEND=" >=sys-devel/gettext-0.20 dev-lang/perl dev-perl/XML-Parser - sys-devel/libtool + dev-build/libtool >=dev-cpp/gtest-1.8.0 " # distutils is not available in python3.12, but it is still in setuptools |