diff options
author | Michael Hammer <mueli@gentoo.org> | 2009-08-05 06:39:16 +0000 |
---|---|---|
committer | Michael Hammer <mueli@gentoo.org> | 2009-08-05 06:39:16 +0000 |
commit | c94052d4e95594226cea1ba7274b40a0129f4aa9 (patch) | |
tree | c14a27b19e9a5b53c2b748f2b59c6dec5095b137 /app-crypt | |
parent | version bump (diff) | |
download | gentoo-2-c94052d4e95594226cea1ba7274b40a0129f4aa9.tar.gz gentoo-2-c94052d4e95594226cea1ba7274b40a0129f4aa9.tar.bz2 gentoo-2-c94052d4e95594226cea1ba7274b40a0129f4aa9.zip |
changed depend for e2fsprogs-libs - it is now stable and we don't have to chooce beetwen this and com_err and ss
(Portage version: 2.1.6.13/cvs/Linux x86_64)
Diffstat (limited to 'app-crypt')
-rw-r--r-- | app-crypt/heimdal/ChangeLog | 6 | ||||
-rw-r--r-- | app-crypt/heimdal/heimdal-1.2.1-r3.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/app-crypt/heimdal/ChangeLog b/app-crypt/heimdal/ChangeLog index 8538164faf90..c93fab15bf85 100644 --- a/app-crypt/heimdal/ChangeLog +++ b/app-crypt/heimdal/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-crypt/heimdal # Copyright 2002-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-crypt/heimdal/ChangeLog,v 1.137 2009/08/03 07:53:57 mueli Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-crypt/heimdal/ChangeLog,v 1.138 2009/08/05 06:39:16 mueli Exp $ + + 05 Aug 2009; Michael Hammer <mueli@gentoo.org> heimdal-1.2.1-r3.ebuild: + changed depend for e2fsprogs-libs - it is now stable and we don't have to + chooce beetwen this and com_err and ss *heimdal-1.2.1-r3 (03 Aug 2009) diff --git a/app-crypt/heimdal/heimdal-1.2.1-r3.ebuild b/app-crypt/heimdal/heimdal-1.2.1-r3.ebuild index 1722e3607f0a..a6257502b14f 100644 --- a/app-crypt/heimdal/heimdal-1.2.1-r3.ebuild +++ b/app-crypt/heimdal/heimdal-1.2.1-r3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-crypt/heimdal/heimdal-1.2.1-r3.ebuild,v 1.1 2009/08/03 07:53:57 mueli Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-crypt/heimdal/heimdal-1.2.1-r3.ebuild,v 1.2 2009/08/05 06:39:16 mueli Exp $ EAPI=1 @@ -24,7 +24,7 @@ RDEPEND="ssl? ( dev-libs/openssl ) berkdb? ( sys-libs/db ) !berkdb? ( sys-libs/gdbm ) >=dev-db/sqlite-3.5.7 - || ( ( >sys-libs/e2fsprogs-libs-1.40.11 ) ( sys-libs/com_err sys-libs/ss ) ) + sys-libs/e2fsprogs-libs afs? ( net-fs/openafs ) hdb-ldap? ( >=net-nds/openldap-2.3.0 ) !virtual/krb5" |