Gentoo Archives: gentoo-commits

From: "José María Alonso" <nimiux@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-portage/conf-update/
Date: Sun, 21 Feb 2016 15:26:48
Message-Id: 1456068397.69cb7623a6c2456ca9420b3d825d43e894f645d0.nimiux@gentoo
1 commit: 69cb7623a6c2456ca9420b3d825d43e894f645d0
2 Author: José María Alonso Josa <nimiux <AT> gentoo <DOT> org>
3 AuthorDate: Sun Feb 21 15:24:47 2016 +0000
4 Commit: José María Alonso <nimiux <AT> gentoo <DOT> org>
5 CommitDate: Sun Feb 21 15:26:37 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=69cb7623
7
8 app-portage/conf-update: Fix openssl conditional dependency
9
10 Fixes bug #574996
11
12 app-portage/conf-update/conf-update-1.0.3-r1.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/app-portage/conf-update/conf-update-1.0.3-r1.ebuild b/app-portage/conf-update/conf-update-1.0.3-r1.ebuild
16 index 821c39c..996c6c8 100644
17 --- a/app-portage/conf-update/conf-update-1.0.3-r1.ebuild
18 +++ b/app-portage/conf-update/conf-update-1.0.3-r1.ebuild
19 @@ -17,7 +17,7 @@ IUSE="colordiff libressl"
20
21 RDEPEND=">=dev-libs/glib-2.6
22 sys-libs/ncurses:0
23 - libressl? ( dev-libs/openssl:0 )
24 + !libressl? ( dev-libs/openssl:0 )
25 libressl? ( dev-libs/libressl )
26 colordiff? ( app-misc/colordiff )"
27 DEPEND="virtual/pkgconfig