summaryrefslogtreecommitdiff
path: root/dev-cpp/pystring/pystring-1.1.3-r1.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'dev-cpp/pystring/pystring-1.1.3-r1.ebuild')
-rw-r--r--dev-cpp/pystring/pystring-1.1.3-r1.ebuild10
1 files changed, 3 insertions, 7 deletions
diff --git a/dev-cpp/pystring/pystring-1.1.3-r1.ebuild b/dev-cpp/pystring/pystring-1.1.3-r1.ebuild
index 7256d7703bc2..f521e06ce11f 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-2022 Gentoo Authors
+# Copyright 2020-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -16,15 +16,11 @@ else
KEYWORDS="amd64 ~arm ~arm64 ~ppc64 ~riscv x86"
fi
-BDEPEND="
- virtual/libc
- sys-devel/libtool
-"
-RESTRICT="mirror"
-
LICENSE="BSD"
SLOT="0"
+BDEPEND="sys-devel/libtool"
+
PATCHES=(
# Patch to convert the project into cmake. Taken from:
# https://github.com/imageworks/pystring/pull/29