From cca9321024d8fd44386ee8116e00e1a7f69f413d Mon Sep 17 00:00:00 2001 From: Sam James Date: Sun, 22 Dec 2024 01:26:16 +0000 Subject: [PATCH] dev-cpp/pystring: drop libtool BDEPEND We should have dropped this in 91773fd1eb57d4c080c0151f5899f1631ddf2aac when we switched to CMake. Signed-off-by: Sam James --- 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 28892a5737ca9..ccc4e19d1a1d0 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 749a5769169b7..5e8286cf0ab32 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"