diff options
author | Michael Hammer <mueli@gentoo.org> | 2009-08-06 08:58:45 +0000 |
---|---|---|
committer | Michael Hammer <mueli@gentoo.org> | 2009-08-06 08:58:45 +0000 |
commit | 783d8cb4f7e04f5568d26a2052e359b0e0fc429b (patch) | |
tree | ea3fe274db8d1e2cd4a09d9ba689343bd04a6e0a /app-crypt | |
parent | Fix build issue, thanks to Jeremy Stent for the report. see #280479 (diff) | |
download | gentoo-2-783d8cb4f7e04f5568d26a2052e359b0e0fc429b.tar.gz gentoo-2-783d8cb4f7e04f5568d26a2052e359b0e0fc429b.tar.bz2 gentoo-2-783d8cb4f7e04f5568d26a2052e359b0e0fc429b.zip |
pulled util-linux in as dependency because libuuid is going to move there
(Portage version: 2.1.6.13/cvs/Linux x86_64)
Diffstat (limited to 'app-crypt')
-rw-r--r-- | app-crypt/heimdal/ChangeLog | 7 | ||||
-rw-r--r-- | app-crypt/heimdal/heimdal-1.2.1-r3.ebuild | 3 |
2 files changed, 7 insertions, 3 deletions
diff --git a/app-crypt/heimdal/ChangeLog b/app-crypt/heimdal/ChangeLog index c93fab15bf85..b037d290adf5 100644 --- a/app-crypt/heimdal/ChangeLog +++ b/app-crypt/heimdal/ChangeLog @@ -1,6 +1,9 @@ # 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.138 2009/08/05 06:39:16 mueli Exp $ +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-crypt/heimdal/ChangeLog,v 1.139 2009/08/06 08:58:45 mueli Exp $ + + 06 Aug 2009; Michael Hammer <mueli@gentoo.org> heimdal-1.2.1-r3.ebuild: + pulled util-linux in as dependency because libuuid is going to move there 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 diff --git a/app-crypt/heimdal/heimdal-1.2.1-r3.ebuild b/app-crypt/heimdal/heimdal-1.2.1-r3.ebuild index a6257502b14f..69368be12a8e 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.2 2009/08/05 06:39:16 mueli Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-crypt/heimdal/heimdal-1.2.1-r3.ebuild,v 1.3 2009/08/06 08:58:45 mueli Exp $ EAPI=1 @@ -25,6 +25,7 @@ RDEPEND="ssl? ( dev-libs/openssl ) !berkdb? ( sys-libs/gdbm ) >=dev-db/sqlite-3.5.7 sys-libs/e2fsprogs-libs + || ( >=sys-apps/util-linux-2.16 <sys-libs/e2fsprogs-libs-1.41.8 ) afs? ( net-fs/openafs ) hdb-ldap? ( >=net-nds/openldap-2.3.0 ) !virtual/krb5" |