diff options
author | Sam James <sam@gentoo.org> | 2023-08-01 16:15:56 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-08-01 16:42:15 +0100 |
commit | c3a740203495f37500b5f9b1b61ed1efc91ce3be (patch) | |
tree | 04180eb012913df38f3ebc79d02febae1e6b46d7 /dev-cpp | |
parent | dev-libs/openssl: add 3.1.2 (diff) | |
download | gentoo-c3a740203495f37500b5f9b1b61ed1efc91ce3be.tar.gz gentoo-c3a740203495f37500b5f9b1b61ed1efc91ce3be.tar.bz2 gentoo-c3a740203495f37500b5f9b1b61ed1efc91ce3be.zip |
dev-cpp/pystring: drop unnecessary RESTRICT=mirror, cleanup BDEPEND
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 | 10 |
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 |