diff options
author | Michael Palimaka <kensington@gentoo.org> | 2016-01-31 01:13:56 +1100 |
---|---|---|
committer | Michael Palimaka <kensington@gentoo.org> | 2016-01-31 01:15:34 +1100 |
commit | 01936f98a1dd5781777eefc5ae42a0e0c69a1a0a (patch) | |
tree | e697957ece3a10008b55df6bdd727ba1900ee504 /app-crypt | |
parent | media-tv/ivtvplayer: whitespace (diff) | |
download | gentoo-01936f98a1dd5781777eefc5ae42a0e0c69a1a0a.tar.gz gentoo-01936f98a1dd5781777eefc5ae42a0e0c69a1a0a.tar.bz2 gentoo-01936f98a1dd5781777eefc5ae42a0e0c69a1a0a.zip |
app-crypt/keynote: add SLOT for dev-libs/openssl
Package-Manager: portage-2.2.27
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" |