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 /net-ftp/ftp | |
| parent | 612872d2f4364137c6d9c687a6ade601439139a0 (diff) | |
| download | baldeagleos-repo-1aaafa6995916beafff236affdb5cac42f7efd43.tar.gz baldeagleos-repo-1aaafa6995916beafff236affdb5cac42f7efd43.tar.xz baldeagleos-repo-1aaafa6995916beafff236affdb5cac42f7efd43.zip | |
Adding metadata
Diffstat (limited to 'net-ftp/ftp')
| -rw-r--r-- | net-ftp/ftp/ftp-0.17.34.0.2.5.1-r1.ebuild | 6 | ||||
| -rw-r--r-- | net-ftp/ftp/ftp-0.17.34.0.2.5.1-r2.ebuild | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/net-ftp/ftp/ftp-0.17.34.0.2.5.1-r1.ebuild b/net-ftp/ftp/ftp-0.17.34.0.2.5.1-r1.ebuild index 49da452f0256..db7384591abb 100644 --- a/net-ftp/ftp/ftp-0.17.34.0.2.5.1-r1.ebuild +++ b/net-ftp/ftp/ftp-0.17.34.0.2.5.1-r1.ebuild @@ -19,14 +19,14 @@ SRC_URI="ftp://sunsite.unc.edu/pub/Linux/system/network/netkit/${MY_P}.tar.gz LICENSE="BSD" SLOT="0" KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86" -IUSE="ipv6 libressl readline ssl" +IUSE="ipv6 readline ssl" RDEPEND=" >=sys-libs/ncurses-5.2:= readline? ( sys-libs/readline:0= ) ssl? ( - !libressl? ( dev-libs/openssl:0= ) - libressl? ( dev-libs/libressl:0= ) ) + dev-libs/openssl:0= + ) " DEPEND="${RDEPEND}" BDEPEND="sys-apps/grep" diff --git a/net-ftp/ftp/ftp-0.17.34.0.2.5.1-r2.ebuild b/net-ftp/ftp/ftp-0.17.34.0.2.5.1-r2.ebuild index 1975217b5887..29630d10d48c 100644 --- a/net-ftp/ftp/ftp-0.17.34.0.2.5.1-r2.ebuild +++ b/net-ftp/ftp/ftp-0.17.34.0.2.5.1-r2.ebuild @@ -19,14 +19,14 @@ SRC_URI="ftp://sunsite.unc.edu/pub/Linux/system/network/netkit/${MY_P}.tar.gz LICENSE="BSD" SLOT="0" KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86" -IUSE="ipv6 libressl readline ssl" +IUSE="ipv6 readline ssl" RDEPEND=" >=sys-libs/ncurses-5.2:= readline? ( sys-libs/readline:0= ) ssl? ( - !libressl? ( dev-libs/openssl:0= ) - libressl? ( dev-libs/libressl:0= ) ) + dev-libs/openssl:0= + ) " DEPEND="${RDEPEND}" BDEPEND="sys-apps/grep" |
