public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Anthony G. Basile" <blueness@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-admin/conserver/
Date: Sat, 26 Dec 2015 01:00:14 +0000 (UTC)	[thread overview]
Message-ID: <1451092028.36489dd5e040ef943793f26576a9432d869d63ee.blueness@gentoo> (raw)

commit:     36489dd5e040ef943793f26576a9432d869d63ee
Author:     Anthony G. Basile <blueness <AT> gentoo <DOT> org>
AuthorDate: Sat Dec 26 01:07:08 2015 +0000
Commit:     Anthony G. Basile <blueness <AT> gentoo <DOT> org>
CommitDate: Sat Dec 26 01:07:08 2015 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=36489dd5

app-admin/conserver: add libressl support

Package-Manager: portage-2.2.24

 app-admin/conserver/conserver-8.1.18-r1.ebuild | 11 +++++++----
 1 file changed, 7 insertions(+), 4 deletions(-)

diff --git a/app-admin/conserver/conserver-8.1.18-r1.ebuild b/app-admin/conserver/conserver-8.1.18-r1.ebuild
index 5c91885..7e60c04 100644
--- a/app-admin/conserver/conserver-8.1.18-r1.ebuild
+++ b/app-admin/conserver/conserver-8.1.18-r1.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
-EAPI="4"
+EAPI="5"
 
 inherit ssl-cert eutils pam autotools
 
@@ -13,9 +13,12 @@ SRC_URI="http://www.conserver.com/${P}.tar.gz"
 LICENSE="BSD GPL-2"
 SLOT="0"
 KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86"
-IUSE="kerberos pam ssl tcpd debug"
+IUSE="kerberos libressl pam ssl tcpd debug"
 
-DEPEND="ssl? ( >=dev-libs/openssl-0.9.6g )
+DEPEND="ssl? (
+		!libressl? ( dev-libs/openssl:0 )
+		libressl? ( dev-libs/libressl )
+	)
 	pam? ( virtual/pam )
 	tcpd? ( sys-apps/tcp-wrappers )
 	debug? ( dev-libs/dmalloc )


             reply	other threads:[~2015-12-26  1:00 UTC|newest]

Thread overview: 31+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-12-26  1:00 Anthony G. Basile [this message]
  -- strict thread matches above, loose matches on Subject: below --
2016-03-21 21:31 [gentoo-commits] repo/gentoo:master commit in: app-admin/conserver/ Anthony G. Basile
2016-04-04  9:00 Ian Delaney
2017-12-08 20:39 Thomas Deutschmann
2017-12-15 22:53 Sergei Trofimovich
2017-12-16 10:31 Tobias Klausmann
2018-01-28 18:23 Tobias Klausmann
2018-03-04 22:46 Sergei Trofimovich
2018-03-18 12:40 Sergei Trofimovich
2018-04-26 14:43 Aaron Bauman
2018-05-20 12:04 Johannes Huber
2019-03-19 18:05 Georgy Yakovlev
2019-05-08 14:38 Tobias Klausmann
2019-05-12 21:48 Sergei Trofimovich
2019-05-12 21:57 Sergei Trofimovich
2019-05-12 22:03 Sergei Trofimovich
2019-05-15 17:51 Mikle Kolyada
2019-05-15 17:51 Mikle Kolyada
2019-05-24 17:30 Georgy Yakovlev
2019-10-12 18:32 Mikle Kolyada
2020-06-13  3:38 Georgy Yakovlev
2020-10-27  6:43 Georgy Yakovlev
2021-01-23 22:38 Mikle Kolyada
2021-04-29 19:20 Mikle Kolyada
2021-05-01 17:12 Sam James
2021-05-01 17:12 Sam James
2021-05-01 18:11 Sam James
2021-05-01 18:11 Sam James
2021-05-01 21:24 Andreas Sturmlechner
2021-08-18 14:28 Sam James
2024-12-31 14:23 Sam James

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=1451092028.36489dd5e040ef943793f26576a9432d869d63ee.blueness@gentoo \
    --to=blueness@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