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
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')
-rw-r--r--net-dialup/ppp/ChangeLog6
-rw-r--r--net-dialup/ppp/ppp-2.4.6-r3.ebuild6
-rw-r--r--net-dialup/ppp/ppp-2.4.7-r1.ebuild4
-rw-r--r--net-dialup/ppp/ppp-2.4.7.ebuild4
4 files changed, 12 insertions, 8 deletions
diff --git a/net-dialup/ppp/ChangeLog b/net-dialup/ppp/ChangeLog
index 2172f3a522df..3943f0507500 100644
--- a/net-dialup/ppp/ChangeLog
+++ b/net-dialup/ppp/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for net-dialup/ppp
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-dialup/ppp/ChangeLog,v 1.303 2015/05/14 10:19:41 pinkbyte Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-dialup/ppp/ChangeLog,v 1.304 2015/05/14 10:21:15 pinkbyte Exp $
+
+ 14 May 2015; Sergey Popov <pinkbyte@gentoo.org> ppp-2.4.6-r3.ebuild,
+ ppp-2.4.7.ebuild, ppp-2.4.7-r1.ebuild:
+ Explicitly set SLOT on dev-libs/openssl dependency
*ppp-2.4.7-r1 (14 May 2015)
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() {
diff --git a/net-dialup/ppp/ppp-2.4.7-r1.ebuild b/net-dialup/ppp/ppp-2.4.7-r1.ebuild
index d13c536e51e5..dd596dd33a20 100644
--- a/net-dialup/ppp/ppp-2.4.7-r1.ebuild
+++ b/net-dialup/ppp/ppp-2.4.7-r1.ebuild
@@ -1,6 +1,6 @@
# 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.7-r1.ebuild,v 1.1 2015/05/14 10:19:41 pinkbyte Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-dialup/ppp/ppp-2.4.7-r1.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}"
PDEPEND="net-dialup/ppp-scripts"
diff --git a/net-dialup/ppp/ppp-2.4.7.ebuild b/net-dialup/ppp/ppp-2.4.7.ebuild
index da147942f209..13508919a92b 100644
--- a/net-dialup/ppp/ppp-2.4.7.ebuild
+++ b/net-dialup/ppp/ppp-2.4.7.ebuild
@@ -1,6 +1,6 @@
# 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.7.ebuild,v 1.10 2015/05/14 10:19:41 pinkbyte Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-dialup/ppp/ppp-2.4.7.ebuild,v 1.11 2015/05/14 10:21:15 pinkbyte Exp $
EAPI=5
@@ -23,7 +23,7 @@ DEPEND="!net-dialup/ppp-scripts
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() {