diff options
| author | BaldEagleOS Migration <dev@baldeagleos.com> | 2026-06-01 21:19:16 -0500 |
|---|---|---|
| committer | BaldEagleOS Migration <dev@baldeagleos.com> | 2026-06-01 21:19:16 -0500 |
| commit | 1aaafa6995916beafff236affdb5cac42f7efd43 (patch) | |
| tree | 41b96fd4c123591da1658c544bd47f28bd315680 /dev-python/scrypt | |
| parent | 612872d2f4364137c6d9c687a6ade601439139a0 (diff) | |
| download | baldeagleos-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.ebuild | 6 | ||||
| -rw-r--r-- | dev-python/scrypt/scrypt-0.9.4.ebuild | 6 |
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}" |
