diff options
author | Emanuele Giaquinta <exg@gentoo.org> | 2006-07-23 08:03:58 +0000 |
---|---|---|
committer | Emanuele Giaquinta <exg@gentoo.org> | 2006-07-23 08:03:58 +0000 |
commit | ab8fef2df8a0d1a0e841058d105d037e7aef0cfa (patch) | |
tree | 1bd767936bd5ba96e547527a78bba595dfb77f28 /app-crypt | |
parent | hadfield is retired. (diff) | |
download | gentoo-2-ab8fef2df8a0d1a0e841058d105d037e7aef0cfa.tar.gz gentoo-2-ab8fef2df8a0d1a0e841058d105d037e7aef0cfa.tar.bz2 gentoo-2-ab8fef2df8a0d1a0e841058d105d037e7aef0cfa.zip |
Punt unneeded deps. Cleanup.
(Portage version: 2.1.1_pre3-r1)
Diffstat (limited to 'app-crypt')
-rw-r--r-- | app-crypt/heimdal/ChangeLog | 6 | ||||
-rw-r--r-- | app-crypt/heimdal/heimdal-0.7.2-r2.ebuild | 8 | ||||
-rw-r--r-- | app-crypt/heimdal/heimdal-0.7.2.ebuild | 8 |
3 files changed, 9 insertions, 13 deletions
diff --git a/app-crypt/heimdal/ChangeLog b/app-crypt/heimdal/ChangeLog index 2e146ec44b81..4068757a8cd7 100644 --- a/app-crypt/heimdal/ChangeLog +++ b/app-crypt/heimdal/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-crypt/heimdal # Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-crypt/heimdal/ChangeLog,v 1.103 2006/05/22 15:10:50 seemant Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-crypt/heimdal/ChangeLog,v 1.104 2006/07/23 08:03:58 exg Exp $ + + 23 Jul 2006; Emanuele Giaquinta <exg@gentoo.org> heimdal-0.7.2.ebuild, + -heimdal-0.7.2-r1.ebuild, heimdal-0.7.2-r2.ebuild: + Punt unneeded deps. Cleanup. *heimdal-0.7.2-r2 (22 May 2006) diff --git a/app-crypt/heimdal/heimdal-0.7.2-r2.ebuild b/app-crypt/heimdal/heimdal-0.7.2-r2.ebuild index 7f63c8c5911e..f82c82a511f9 100644 --- a/app-crypt/heimdal/heimdal-0.7.2-r2.ebuild +++ b/app-crypt/heimdal/heimdal-0.7.2-r2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-crypt/heimdal/heimdal-0.7.2-r2.ebuild,v 1.1 2006/05/22 15:10:50 seemant Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-crypt/heimdal/heimdal-0.7.2-r2.ebuild,v 1.2 2006/07/23 08:03:58 exg Exp $ inherit autotools libtool eutils virtualx toolchain-funcs @@ -26,11 +26,7 @@ RDEPEND="ssl? ( dev-libs/openssl ) sys-libs/cracklib !virtual/krb5" -DEPEND="${RDEPEND} - sys-devel/autoconf - sys-devel/automake - sys-devel/gcc - >=sys-apps/sed-4" +DEPEND="${RDEPEND}" PROVIDE="virtual/krb5" diff --git a/app-crypt/heimdal/heimdal-0.7.2.ebuild b/app-crypt/heimdal/heimdal-0.7.2.ebuild index 446aa2c11fbb..2ba89825e894 100644 --- a/app-crypt/heimdal/heimdal-0.7.2.ebuild +++ b/app-crypt/heimdal/heimdal-0.7.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-crypt/heimdal/heimdal-0.7.2.ebuild,v 1.12 2006/05/22 14:50:19 seemant Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-crypt/heimdal/heimdal-0.7.2.ebuild,v 1.13 2006/07/23 08:03:58 exg Exp $ inherit autotools libtool eutils virtualx toolchain-funcs @@ -26,11 +26,7 @@ RDEPEND="ssl? ( dev-libs/openssl ) sys-libs/cracklib !virtual/krb5" -DEPEND="${RDEPEND} - sys-devel/autoconf - sys-devel/automake - sys-devel/gcc - >=sys-apps/sed-4" +DEPEND="${RDEPEND}" PROVIDE="virtual/krb5" |