From c3a740203495f37500b5f9b1b61ed1efc91ce3be Mon Sep 17 00:00:00 2001 From: Sam James Date: Tue, 1 Aug 2023 16:15:56 +0100 Subject: dev-cpp/pystring: drop unnecessary RESTRICT=mirror, cleanup BDEPEND Signed-off-by: Sam James --- dev-cpp/pystring/pystring-1.1.3-r1.ebuild | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) (limited to 'dev-cpp') 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 -- cgit v1.2.3-65-gdbad