summaryrefslogtreecommitdiff
path: root/dev-python/scrypt
diff options
context:
space:
mode:
authorBaldEagleOS Migration <dev@baldeagleos.com>2026-06-01 21:19:16 -0500
committerBaldEagleOS Migration <dev@baldeagleos.com>2026-06-01 21:19:16 -0500
commit1aaafa6995916beafff236affdb5cac42f7efd43 (patch)
tree41b96fd4c123591da1658c544bd47f28bd315680 /dev-python/scrypt
parent612872d2f4364137c6d9c687a6ade601439139a0 (diff)
downloadbaldeagleos-repo-1aaafa6995916beafff236affdb5cac42f7efd43.tar.gz
baldeagleos-repo-1aaafa6995916beafff236affdb5cac42f7efd43.tar.xz
baldeagleos-repo-1aaafa6995916beafff236affdb5cac42f7efd43.zip
Adding metadata
Diffstat (limited to 'dev-python/scrypt')
-rw-r--r--dev-python/scrypt/scrypt-0.8.29.ebuild6
-rw-r--r--dev-python/scrypt/scrypt-0.9.4.ebuild6
2 files changed, 6 insertions, 6 deletions
diff --git a/dev-python/scrypt/scrypt-0.8.29.ebuild b/dev-python/scrypt/scrypt-0.8.29.ebuild
index c6fb12ec0c38..1e6bcd7d5543 100644
--- a/dev-python/scrypt/scrypt-0.8.29.ebuild
+++ b/dev-python/scrypt/scrypt-0.8.29.ebuild
@@ -15,11 +15,11 @@ SRC_URI="https://github.com/holgern/py-scrypt/archive/refs/tags/v${PV}.tar.gz ->
LICENSE="BSD-2"
KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~mips ppc ppc64 ~riscv sparc x86 ~x64-macos"
SLOT="0"
-IUSE="libressl"
+IUSE=""
RDEPEND="
- !libressl? ( dev-libs/openssl:0= )
- libressl? ( dev-libs/libressl:0= )
+ dev-libs/openssl:0=
+
"
DEPEND="${RDEPEND}"
diff --git a/dev-python/scrypt/scrypt-0.9.4.ebuild b/dev-python/scrypt/scrypt-0.9.4.ebuild
index 5196b1a734b2..39c0898cf376 100644
--- a/dev-python/scrypt/scrypt-0.9.4.ebuild
+++ b/dev-python/scrypt/scrypt-0.9.4.ebuild
@@ -15,11 +15,11 @@ SRC_URI="https://github.com/holgern/py-scrypt/archive/refs/tags/v${PV}.tar.gz ->
LICENSE="BSD-2"
KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~mips ppc ppc64 ~riscv sparc x86 ~x64-macos"
SLOT="0"
-IUSE="libressl"
+IUSE=""
RDEPEND="
- !libressl? ( dev-libs/openssl:0= )
- libressl? ( dev-libs/libressl:0= )
+ dev-libs/openssl:0=
+
"
DEPEND="${RDEPEND}"