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 /dev-cpp/pystring | |
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 'dev-cpp/pystring')
-rw-r--r-- | dev-cpp/pystring/pystring-1.1.3-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-cpp/pystring/pystring-1.1.3-r1.ebuild b/dev-cpp/pystring/pystring-1.1.3-r1.ebuild index f521e06ce11f..28892a5737ca 100644 --- a/dev-cpp/pystring/pystring-1.1.3-r1.ebuild +++ b/dev-cpp/pystring/pystring-1.1.3-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 2020-2023 Gentoo Authors +# Copyright 2020-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -19,7 +19,7 @@ fi LICENSE="BSD" SLOT="0" -BDEPEND="sys-devel/libtool" +BDEPEND="dev-build/libtool" PATCHES=( # Patch to convert the project into cmake. Taken from: |