public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Pacho Ramos" <pacho@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: net-ftp/ftp/
Date: Sun,  9 Oct 2016 16:19:14 +0000 (UTC)	[thread overview]
Message-ID: <1476029928.a2f655954c5ab339342e4e390b08d02f524164d6.pacho@gentoo> (raw)

commit:     a2f655954c5ab339342e4e390b08d02f524164d6
Author:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Sun Oct  9 15:48:25 2016 +0000
Commit:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Sun Oct  9 16:18:48 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a2f65595

net-ftp/ftp: Support libressl (#565378)

Package-Manager: portage-2.3.1

 net-ftp/ftp/ftp-0.17.23.0.2.1.ebuild | 12 ++++++++----
 1 file changed, 8 insertions(+), 4 deletions(-)

diff --git a/net-ftp/ftp/ftp-0.17.23.0.2.1.ebuild b/net-ftp/ftp/ftp-0.17.23.0.2.1.ebuild
index 1fcb673..2cc43cf 100644
--- a/net-ftp/ftp/ftp-0.17.23.0.2.1.ebuild
+++ b/net-ftp/ftp/ftp-0.17.23.0.2.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -21,11 +21,15 @@ 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 ~sh ~sparc ~x86"
-IUSE="ipv6 readline ssl"
+IUSE="ipv6 libressl readline ssl"
 
-RDEPEND=">=sys-libs/ncurses-5.2:=
+RDEPEND="
+	>=sys-libs/ncurses-5.2:=
 	readline? ( sys-libs/readline:0= )
-	ssl? ( dev-libs/openssl:0= )"
+	ssl? (
+		!libressl? ( dev-libs/openssl:0= )
+		libressl? ( dev-libs/libressl:0= ) )
+"
 DEPEND="${RDEPEND}"
 
 S=${WORKDIR}/${MY_P}


             reply	other threads:[~2016-10-09 16:19 UTC|newest]

Thread overview: 21+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-10-09 16:19 Pacho Ramos [this message]
  -- strict thread matches above, loose matches on Subject: below --
2018-01-08 22:05 [gentoo-commits] repo/gentoo:master commit in: net-ftp/ftp/ Sergei Trofimovich
2018-01-08 22:24 Sergei Trofimovich
2018-01-08 22:50 Thomas Deutschmann
2018-01-10 21:22 Sergei Trofimovich
2018-01-10 22:25 Sergei Trofimovich
2018-01-15 19:03 Tobias Klausmann
2018-03-15 14:33 Mikle Kolyada
2018-04-22 20:28 Matt Turner
2018-05-10 17:19 Mikle Kolyada
2019-06-04  5:27 Andreas K. Hüttel
2021-04-16 10:25 David Seifert
2021-05-02 14:40 Mikle Kolyada
2021-09-28  3:35 Sam James
2021-12-05  3:33 Sam James
2021-12-05 18:21 Arthur Zamarin
2021-12-06  1:16 Sam James
2021-12-11 21:40 Conrad Kostecki
2022-04-10 13:42 Yixun Lan
2022-08-11 14:04 Yixun Lan
2022-10-05 23:52 Mike Gilbert

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1476029928.a2f655954c5ab339342e4e390b08d02f524164d6.pacho@gentoo \
    --to=pacho@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox