diff options
author | Sam James <sam@gentoo.org> | 2024-12-22 01:26:16 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-12-22 01:27:55 +0000 |
commit | cca9321024d8fd44386ee8116e00e1a7f69f413d (patch) | |
tree | 8b3e45473cfd29afa55334b8a520f90861677a43 /dev-cpp | |
parent | dev-cpp/pystring: Bump to 1.1.4 (diff) | |
download | gentoo-cca9321024d8fd44386ee8116e00e1a7f69f413d.tar.gz gentoo-cca9321024d8fd44386ee8116e00e1a7f69f413d.tar.bz2 gentoo-cca9321024d8fd44386ee8116e00e1a7f69f413d.zip |
dev-cpp/pystring: drop libtool BDEPEND
We should have dropped this in 91773fd1eb57d4c080c0151f5899f1631ddf2aac
when we switched to CMake.
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-cpp')
-rw-r--r-- | dev-cpp/pystring/pystring-1.1.3-r1.ebuild | 2 | ||||
-rw-r--r-- | dev-cpp/pystring/pystring-1.1.4.ebuild | 2 |
2 files changed, 0 insertions, 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" |