summaryrefslogtreecommitdiff
path: root/dev-cpp/pystring
diff options
context:
space:
mode:
authorLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2023-08-01 18:36:37 +0000
committerLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2023-08-01 18:36:37 +0000
commit69345f10fb2fa263bbcbf0293c36c12e90409ebc (patch)
treebd237390d9f9ea3dee31239293b5b7d4bb3c4665 /dev-cpp/pystring
parentb9f1bbf3a5eef83753423a04b4680d2a2bfe975b (diff)
downloadbaldeagleos-repo-69345f10fb2fa263bbcbf0293c36c12e90409ebc.tar.gz
baldeagleos-repo-69345f10fb2fa263bbcbf0293c36c12e90409ebc.tar.xz
baldeagleos-repo-69345f10fb2fa263bbcbf0293c36c12e90409ebc.zip
Adding metadata
Diffstat (limited to 'dev-cpp/pystring')
-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