Gentoo Archives: gentoo-commits

From: "Ulrich Müller" <ulm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-auth/otpcalc/
Date: Wed, 23 Jan 2019 05:19:48
Message-Id: 1548220718.3e91237a5ab864eeb874cdb1a1a2899c2ec6cdbe.ulm@gentoo
1 commit: 3e91237a5ab864eeb874cdb1a1a2899c2ec6cdbe
2 Author: Ulrich Müller <ulm <AT> gentoo <DOT> org>
3 AuthorDate: Wed Jan 23 05:18:38 2019 +0000
4 Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org>
5 CommitDate: Wed Jan 23 05:18:38 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3e91237a
7
8 sys-auth/otpcalc: Add slot operator to openssl dependency.
9
10 Package-Manager: Portage-2.3.57, Repoman-2.3.12
11 Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>
12
13 sys-auth/otpcalc/otpcalc-0.97-r8.ebuild | 4 ++--
14 1 file changed, 2 insertions(+), 2 deletions(-)
15
16 diff --git a/sys-auth/otpcalc/otpcalc-0.97-r8.ebuild b/sys-auth/otpcalc/otpcalc-0.97-r8.ebuild
17 index 5886ab3efd0..62d0ea92b74 100644
18 --- a/sys-auth/otpcalc/otpcalc-0.97-r8.ebuild
19 +++ b/sys-auth/otpcalc/otpcalc-0.97-r8.ebuild
20 @@ -1,4 +1,4 @@
21 -# Copyright 1999-2016 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 @@ -15,7 +15,7 @@ SLOT="0"
27 KEYWORDS="alpha amd64 ppc sparc x86"
28
29 RDEPEND="x11-libs/gtk+:2
30 - dev-libs/openssl:0"
31 + dev-libs/openssl:0="
32 DEPEND="${RDEPEND}
33 virtual/pkgconfig"