commit: cca9321024d8fd44386ee8116e00e1a7f69f413d
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Dec 22 01:26:16 2024 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Dec 22 01:27:55 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cca93210
dev-cpp/pystring: drop libtool BDEPEND
We should have dropped this in 91773fd1eb57d4c080c0151f5899f1631ddf2aac
when we switched to CMake.
Signed-off-by: Sam James <sam <AT> gentoo.org>
dev-cpp/pystring/pystring-1.1.3-r1.ebuild | 2 --
dev-cpp/pystring/pystring-1.1.4.ebuild | 2 --
2 files changed, 4 deletions(-)
diff --git a/dev-cpp/pystring/pystring-1.1.3-r1.ebuild
b/dev-cpp/pystring/pystring-1.1.3-r1.ebuild
index 28892a5737ca..ccc4e19d1a1d 100644
--- a/dev-cpp/pystring/pystring-1.1.3-r1.ebuild
+++ b/dev-cpp/pystring/pystring-1.1.3-r1.ebuild
@@ -19,8 +19,6 @@ fi
LICENSE="BSD"
SLOT="0"
-BDEPEND="dev-build/libtool"
-
PATCHES=(
# Patch to convert the project into cmake. Taken from:
# https://github.com/imageworks/pystring/pull/29
diff --git a/dev-cpp/pystring/pystring-1.1.4.ebuild
b/dev-cpp/pystring/pystring-1.1.4.ebuild
index 749a5769169b..5e8286cf0ab3 100644
--- a/dev-cpp/pystring/pystring-1.1.4.ebuild
+++ b/dev-cpp/pystring/pystring-1.1.4.ebuild
@@ -19,8 +19,6 @@ fi
LICENSE="BSD"
SLOT="0"
-BDEPEND="dev-build/libtool"
-
PATCHES=(
# This release doesn't install the header file.
"${FILESDIR}/install_header_file.patch"