summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2014-06-19 07:20:33 +0000
committerMichał Górny <mgorny@gentoo.org>2014-06-19 07:20:33 +0000
commit6f3e78828cee25d54e61f5492908130cf936ed63 (patch)
tree174f5c93ea8746dcef687ddf568c81f19380f214 /app-crypt/heimdal
parentUpdate dependencies to require guaranteed EAPI=5 or multilib ebuilds, bug #51... (diff)
downloadgentoo-2-6f3e78828cee25d54e61f5492908130cf936ed63.tar.gz
gentoo-2-6f3e78828cee25d54e61f5492908130cf936ed63.tar.bz2
gentoo-2-6f3e78828cee25d54e61f5492908130cf936ed63.zip
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!)
Diffstat (limited to 'app-crypt/heimdal')
-rw-r--r--app-crypt/heimdal/ChangeLog6
-rw-r--r--app-crypt/heimdal/heimdal-1.5.3-r2.ebuild16
2 files changed, 13 insertions, 9 deletions
diff --git a/app-crypt/heimdal/ChangeLog b/app-crypt/heimdal/ChangeLog
index 242d8e07ac68..4ff7296ba210 100644
--- a/app-crypt/heimdal/ChangeLog
+++ b/app-crypt/heimdal/ChangeLog
@@ -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 <mgorny@gentoo.org> heimdal-1.5.3-r2.ebuild:
+ Update dependencies to require guaranteed EAPI=5 or multilib ebuilds, bug
+ #513718.
18 May 2014; Sven Vermeulen <swift@gentoo.org> heimdal-1.5.3-r1.ebuild,
heimdal-1.5.3-r2.ebuild, heimdal-1.5.3.ebuild:
diff --git a/app-crypt/heimdal/heimdal-1.5.3-r2.ebuild b/app-crypt/heimdal/heimdal-1.5.3-r2.ebuild
index 1c49ae2e81fa..0d2dcc865edc 100644
--- a/app-crypt/heimdal/heimdal-1.5.3-r2.ebuild
+++ b/app-crypt/heimdal/heimdal-1.5.3-r2.ebuild
@@ -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 @@ SLOT="0"
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 @@ RDEPEND="ssl? ( dev-libs/openssl[${MULTILIB_USEDEP}] )
DEPEND="${RDEPEND}
${PYTHON_DEPS}
- virtual/pkgconfig[${MULTILIB_USEDEP}]
+ >=virtual/pkgconfig-0-r1[${MULTILIB_USEDEP}]
>=sys-devel/autoconf-2.62
test? ( X? ( ${VIRTUALX_DEPEND} ) )"