From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 2FA4758973 for ; Sat, 30 Jan 2016 14:15:50 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4BC3BE0851; Sat, 30 Jan 2016 14:15:49 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id C8E4821C002 for ; Sat, 30 Jan 2016 14:15:48 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id D195033E3A9 for ; Sat, 30 Jan 2016 14:15:47 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8B5448EF for ; Sat, 30 Jan 2016 14:15:45 +0000 (UTC) From: "Michael Palimaka" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michael Palimaka" Message-ID: <1454163334.01936f98a1dd5781777eefc5ae42a0e0c69a1a0a.kensington@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-crypt/keynote/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-crypt/keynote/keynote-2.3-r3.ebuild X-VCS-Directories: app-crypt/keynote/ X-VCS-Committer: kensington X-VCS-Committer-Name: Michael Palimaka X-VCS-Revision: 01936f98a1dd5781777eefc5ae42a0e0c69a1a0a X-VCS-Branch: master Date: Sat, 30 Jan 2016 14:15:45 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: b3a40a47-c4e8-4530-915b-7d1d086e93a3 X-Archives-Hash: 2185c59054a1bb314d27ac5fdf4f5b3d commit: 01936f98a1dd5781777eefc5ae42a0e0c69a1a0a Author: Michael Palimaka gentoo org> AuthorDate: Sat Jan 30 14:13:56 2016 +0000 Commit: Michael Palimaka gentoo org> CommitDate: Sat Jan 30 14:15:34 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=01936f98 app-crypt/keynote: add SLOT for dev-libs/openssl Package-Manager: portage-2.2.27 app-crypt/keynote/keynote-2.3-r3.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app-crypt/keynote/keynote-2.3-r3.ebuild b/app-crypt/keynote/keynote-2.3-r3.ebuild index db24528..b599291 100644 --- a/app-crypt/keynote/keynote-2.3-r3.ebuild +++ b/app-crypt/keynote/keynote-2.3-r3.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -15,7 +15,7 @@ SLOT="0" KEYWORDS="amd64 x86" IUSE="ssl" -RDEPEND="ssl? ( dev-libs/openssl )" +RDEPEND="ssl? ( dev-libs/openssl:0 )" DEPEND="${RDEPEND} virtual/yacc"