summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey Popov <pinkbyte@gentoo.org>2015-05-14 10:21:15 +0000
committerSergey Popov <pinkbyte@gentoo.org>2015-05-14 10:21:15 +0000
commitefaeb0d11ddfc92555a6119dd026daa563c4fe6e (patch)
tree789a4376c5e04221a8de8c3550def9ca0c9b3d06 /net-dialup/ppp/ppp-2.4.6-r3.ebuild
parentRevision bump: split ppp scripts into separate package - net-dialup/ppp-scrip... (diff)
downloadgentoo-2-efaeb0d11ddfc92555a6119dd026daa563c4fe6e.tar.gz
gentoo-2-efaeb0d11ddfc92555a6119dd026daa563c4fe6e.tar.bz2
gentoo-2-efaeb0d11ddfc92555a6119dd026daa563c4fe6e.zip
Explicitly set SLOT on dev-libs/openssl dependency
(Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 0x60C0742D1F357D42)
Diffstat (limited to 'net-dialup/ppp/ppp-2.4.6-r3.ebuild')
-rw-r--r--net-dialup/ppp/ppp-2.4.6-r3.ebuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/net-dialup/ppp/ppp-2.4.6-r3.ebuild b/net-dialup/ppp/ppp-2.4.6-r3.ebuild
index ea6bd55bd743..7c8321b366d9 100644
--- a/net-dialup/ppp/ppp-2.4.6-r3.ebuild
+++ b/net-dialup/ppp/ppp-2.4.6-r3.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-dialup/ppp/ppp-2.4.6-r3.ebuild,v 1.1 2014/06/18 18:51:54 pinkbyte Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-dialup/ppp/ppp-2.4.6-r3.ebuild,v 1.2 2015/05/14 10:21:15 pinkbyte Exp $
EAPI=5
@@ -22,7 +22,7 @@ DEPEND="activefilter? ( net-libs/libpcap )
atm? ( net-dialup/linux-atm )
pam? ( virtual/pam )
gtk? ( x11-libs/gtk+:2 )
- eap-tls? ( net-misc/curl dev-libs/openssl )"
+ eap-tls? ( net-misc/curl dev-libs/openssl:0 )"
RDEPEND="${DEPEND}"
src_prepare() {