radhermit    14/11/30 23:35:25

  Modified:             ChangeLog unbound-1.5.0-r1.ebuild
  Log:
  Simplify openssl deps when ecdsa support is enabled.
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
4AB3E85B4F064CA3)

Revision  Changes    Path
1.80                 net-dns/unbound/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dns/unbound/ChangeLog?rev=1.80&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dns/unbound/ChangeLog?rev=1.80&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dns/unbound/ChangeLog?r1=1.79&r2=1.80

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-dns/unbound/ChangeLog,v
retrieving revision 1.79
retrieving revision 1.80
diff -u -r1.79 -r1.80
--- ChangeLog   30 Nov 2014 23:25:53 -0000      1.79
+++ ChangeLog   30 Nov 2014 23:35:25 -0000      1.80
@@ -1,6 +1,9 @@
 # ChangeLog for net-dns/unbound
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-dns/unbound/ChangeLog,v 1.79 2014/11/30 
23:25:53 radhermit Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-dns/unbound/ChangeLog,v 1.80 2014/11/30 
23:35:25 radhermit Exp $
+
+  30 Nov 2014; Tim Harder <[email protected]> unbound-1.5.0-r1.ebuild:
+  Simplify openssl deps when ecdsa support is enabled.
 
 *unbound-1.5.0-r1 (30 Nov 2014)
 



1.2                  net-dns/unbound/unbound-1.5.0-r1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dns/unbound/unbound-1.5.0-r1.ebuild?rev=1.2&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dns/unbound/unbound-1.5.0-r1.ebuild?rev=1.2&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dns/unbound/unbound-1.5.0-r1.ebuild?r1=1.1&r2=1.2

Index: unbound-1.5.0-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-dns/unbound/unbound-1.5.0-r1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- unbound-1.5.0-r1.ebuild     30 Nov 2014 23:25:53 -0000      1.1
+++ unbound-1.5.0-r1.ebuild     30 Nov 2014 23:35:25 -0000      1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-dns/unbound/unbound-1.5.0-r1.ebuild,v 
1.1 2014/11/30 23:25:53 radhermit Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-dns/unbound/unbound-1.5.0-r1.ebuild,v 
1.2 2014/11/30 23:35:25 radhermit Exp $
 
 EAPI=5
 PYTHON_COMPAT=( python2_7 )
@@ -29,7 +29,7 @@
                dev-libs/fstrm[${MULTILIB_USEDEP}]
                >=dev-libs/protobuf-c-1.0.2-r1[${MULTILIB_USEDEP}]
        )
-       ecdsa? ( >=dev-libs/openssl-1.0.1h-r2[-bindist,${MULTILIB_USEDEP}] )
+       ecdsa? ( dev-libs/openssl[-bindist] )
        python? ( ${PYTHON_DEPS} )"
 
 DEPEND="${CDEPEND}




Reply via email to