Gentoo Archives: gentoo-commits

From: Lars Wendler <polynomial-c@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-irc/bnc/
Date: Mon, 09 Sep 2019 11:39:46
Message-Id: 1568029176.04a1c116c58db46bec66c232dbfb527ac53cc1c0.polynomial-c@gentoo
1 commit: 04a1c116c58db46bec66c232dbfb527ac53cc1c0
2 Author: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
3 AuthorDate: Mon Sep 9 11:28:14 2019 +0000
4 Commit: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
5 CommitDate: Mon Sep 9 11:39:36 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=04a1c116
7
8 net-irc/bnc: Added sub-slot dep operator for dev-libs/openssl
9
10 Package-Manager: Portage-2.3.75, Repoman-2.3.17
11 Signed-off-by: Lars Wendler <polynomial-c <AT> gentoo.org>
12
13 net-irc/bnc/bnc-2.9.4-r1.ebuild | 6 +++---
14 1 file changed, 3 insertions(+), 3 deletions(-)
15
16 diff --git a/net-irc/bnc/bnc-2.9.4-r1.ebuild b/net-irc/bnc/bnc-2.9.4-r1.ebuild
17 index 73bbb522e5c..6d62da1735a 100644
18 --- a/net-irc/bnc/bnc-2.9.4-r1.ebuild
19 +++ b/net-irc/bnc/bnc-2.9.4-r1.ebuild
20 @@ -1,4 +1,4 @@
21 -# Copyright 1999-2017 Gentoo Foundation
22 +# Copyright 1999-2019 Gentoo Authors
23 # Distributed under the terms of the GNU General Public License v2
24
25 EAPI=6
26 @@ -13,7 +13,7 @@ SLOT="0"
27 KEYWORDS="alpha amd64 arm ppc ppc64 ~s390 sparc x86"
28 IUSE="ssl"
29
30 -DEPEND="ssl? ( dev-libs/openssl:0 )"
31 +DEPEND="ssl? ( dev-libs/openssl:0= )"
32 RDEPEND="${DEPEND}"
33
34 S="${WORKDIR}/${MY_P}"
35 @@ -35,7 +35,7 @@ src_configure() {
36
37 src_install() {
38 default
39 - mv "${D}"/usr/bin/{,bnc}mkpasswd \
40 + mv "${ED}"/usr/bin/{,bnc}mkpasswd \
41 || die 'failed to rename the mkpasswd executable'
42 dodoc example.conf motd
43 }