diff options
Diffstat (limited to 'app-crypt')
-rw-r--r-- | app-crypt/keynote/keynote-2.3-r3.ebuild | 4 |
1 files 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 db2452861e02..b599291bb26c 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" |