mgorny      14/06/19 07:20:34

  Modified:             heimdal-1.5.3-r2.ebuild ChangeLog
  Log:
  Update dependencies to require guaranteed EAPI=5 or multilib ebuilds, bug 
#513718.
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
EFB4464E!)

Revision  Changes    Path
1.3                  app-crypt/heimdal/heimdal-1.5.3-r2.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-crypt/heimdal/heimdal-1.5.3-r2.ebuild?rev=1.3&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-crypt/heimdal/heimdal-1.5.3-r2.ebuild?rev=1.3&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-crypt/heimdal/heimdal-1.5.3-r2.ebuild?r1=1.2&r2=1.3

Index: heimdal-1.5.3-r2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-crypt/heimdal/heimdal-1.5.3-r2.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- heimdal-1.5.3-r2.ebuild     18 May 2014 19:51:35 -0000      1.2
+++ heimdal-1.5.3-r2.ebuild     19 Jun 2014 07:20:33 -0000      1.3
@@ -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/app-crypt/heimdal/heimdal-1.5.3-r2.ebuild,v 
1.2 2014/05/18 19:51:35 swift Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-crypt/heimdal/heimdal-1.5.3-r2.ebuild,v 
1.3 2014/06/19 07:20:33 mgorny Exp $
 
 EAPI=5
 PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} )
@@ -18,15 +18,15 @@
 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc 
~x86 ~amd64-fbsd"
 IUSE="afs +berkdb caps hdb-ldap ipv6 otp +pkinit selinux ssl static-libs 
threads test X"
 
-RDEPEND="ssl? ( dev-libs/openssl[${MULTILIB_USEDEP}] )
+RDEPEND="ssl? ( >=dev-libs/openssl-1.0.1h-r2[${MULTILIB_USEDEP}] )
        selinux? ( sec-policy/selinux-kerberos )
-       berkdb? ( sys-libs/db[${MULTILIB_USEDEP}] )
-       !berkdb? ( sys-libs/gdbm[${MULTILIB_USEDEP}] )
+       berkdb? ( >=sys-libs/db-4.8.30-r1[${MULTILIB_USEDEP}] )
+       !berkdb? ( >=sys-libs/gdbm-1.10-r1[${MULTILIB_USEDEP}] )
        caps? ( sys-libs/libcap-ng )
-       >=dev-db/sqlite-3.5.7[${MULTILIB_USEDEP}]
-       >=sys-libs/e2fsprogs-libs-1.41.11[${MULTILIB_USEDEP}]
+       >=dev-db/sqlite-3.8.2[${MULTILIB_USEDEP}]
+       >=sys-libs/e2fsprogs-libs-1.42.9[${MULTILIB_USEDEP}]
        sys-libs/ncurses
-       sys-libs/readline[${MULTILIB_USEDEP}]
+       >=sys-libs/readline-6.2_p5-r1[${MULTILIB_USEDEP}]
        afs? ( net-fs/openafs )
        hdb-ldap? ( >=net-nds/openldap-2.3.0 )
        X? ( x11-libs/libX11
@@ -41,7 +41,7 @@
 
 DEPEND="${RDEPEND}
        ${PYTHON_DEPS}
-       virtual/pkgconfig[${MULTILIB_USEDEP}]
+       >=virtual/pkgconfig-0-r1[${MULTILIB_USEDEP}]
        >=sys-devel/autoconf-2.62
        test? ( X? ( ${VIRTUALX_DEPEND} ) )"
 



1.219                app-crypt/heimdal/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-crypt/heimdal/ChangeLog?rev=1.219&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-crypt/heimdal/ChangeLog?rev=1.219&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-crypt/heimdal/ChangeLog?r1=1.218&r2=1.219

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-crypt/heimdal/ChangeLog,v
retrieving revision 1.218
retrieving revision 1.219
diff -u -r1.218 -r1.219
--- ChangeLog   18 May 2014 19:51:35 -0000      1.218
+++ ChangeLog   19 Jun 2014 07:20:33 -0000      1.219
@@ -1,6 +1,10 @@
 # ChangeLog for app-crypt/heimdal
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-crypt/heimdal/ChangeLog,v 1.218 
2014/05/18 19:51:35 swift Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-crypt/heimdal/ChangeLog,v 1.219 
2014/06/19 07:20:33 mgorny Exp $
+
+  19 Jun 2014; Michał Górny <[email protected]> heimdal-1.5.3-r2.ebuild:
+  Update dependencies to require guaranteed EAPI=5 or multilib ebuilds, bug
+  #513718.
 
   18 May 2014; Sven Vermeulen <[email protected]> heimdal-1.5.3-r1.ebuild,
   heimdal-1.5.3-r2.ebuild, heimdal-1.5.3.ebuild:




Reply via email to