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 /app-crypt/chntpw | |
| parent | 612872d2f4364137c6d9c687a6ade601439139a0 (diff) | |
| download | baldeagleos-repo-develop.tar.gz baldeagleos-repo-develop.tar.xz baldeagleos-repo-develop.zip | |
Diffstat (limited to 'app-crypt/chntpw')
| -rw-r--r-- | app-crypt/chntpw/chntpw-140201-r1.ebuild | 6 | ||||
| -rw-r--r-- | app-crypt/chntpw/chntpw-140201.ebuild | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/app-crypt/chntpw/chntpw-140201-r1.ebuild b/app-crypt/chntpw/chntpw-140201-r1.ebuild index e218d2ecd814..0f00d36215ce 100644 --- a/app-crypt/chntpw/chntpw-140201-r1.ebuild +++ b/app-crypt/chntpw/chntpw-140201-r1.ebuild @@ -11,10 +11,10 @@ SRC_URI="https://pogostick.net/~pnh/ntpasswd/${PN}-source-${PV}.zip" LICENSE="GPL-2 LGPL-2.1" SLOT="0" KEYWORDS="amd64 ppc x86" -IUSE="libressl static" +IUSE=" static" -RDEPEND="!libressl? ( dev-libs/openssl:0= ) - libressl? ( dev-libs/libressl:0= )" +RDEPEND="dev-libs/openssl:0= +" DEPEND="${RDEPEND} app-arch/unzip static? ( dev-libs/openssl:0[static-libs] )" diff --git a/app-crypt/chntpw/chntpw-140201.ebuild b/app-crypt/chntpw/chntpw-140201.ebuild index ebd4333d6ea8..dfc41a8143a4 100644 --- a/app-crypt/chntpw/chntpw-140201.ebuild +++ b/app-crypt/chntpw/chntpw-140201.ebuild @@ -11,10 +11,10 @@ SRC_URI="http://pogostick.net/~pnh/ntpasswd/${PN}-source-${PV}.zip" LICENSE="GPL-2 LGPL-2.1" SLOT="0" KEYWORDS="amd64 ppc x86" -IUSE="libressl static" +IUSE=" static" -RDEPEND="!libressl? ( dev-libs/openssl:0= ) - libressl? ( dev-libs/libressl:0= )" +RDEPEND="dev-libs/openssl:0= +" DEPEND="${RDEPEND} app-arch/unzip static? ( dev-libs/openssl:0[static-libs] )" |
