diff options
author | Daniel Ahlberg <aliz@gentoo.org> | 2004-06-14 17:36:17 +0000 |
---|---|---|
committer | Daniel Ahlberg <aliz@gentoo.org> | 2004-06-14 17:36:17 +0000 |
commit | 973da50140164ca713ef4d578cf47daf36a17f2c (patch) | |
tree | 28f24a78307b584c9bc65726f4059beb694901b1 /app-crypt | |
parent | QA - Don't assign assign default RDEPEND. (Manifest recommit) (diff) | |
download | gentoo-2-973da50140164ca713ef4d578cf47daf36a17f2c.tar.gz gentoo-2-973da50140164ca713ef4d578cf47daf36a17f2c.tar.bz2 gentoo-2-973da50140164ca713ef4d578cf47daf36a17f2c.zip |
Closing #53632
Diffstat (limited to 'app-crypt')
-rw-r--r-- | app-crypt/heimdal/ChangeLog | 5 | ||||
-rw-r--r-- | app-crypt/heimdal/heimdal-0.6.2.ebuild | 9 |
2 files changed, 7 insertions, 7 deletions
diff --git a/app-crypt/heimdal/ChangeLog b/app-crypt/heimdal/ChangeLog index fce24b9dd248..5e35238702e7 100644 --- a/app-crypt/heimdal/ChangeLog +++ b/app-crypt/heimdal/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-crypt/heimdal # Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-crypt/heimdal/ChangeLog,v 1.42 2004/06/03 20:10:57 rphillips Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-crypt/heimdal/ChangeLog,v 1.43 2004/06/14 17:36:17 aliz Exp $ + + 14 Jun 2004; Daniel Ahlberg <aliz@gentoo.org> heimdal-0.6.2.ebuild: + Fixed typo, closing #53632. 03 Jun 2004; <rphillips@gentoo.org> : Removed old ebuilds that had security flaws in them diff --git a/app-crypt/heimdal/heimdal-0.6.2.ebuild b/app-crypt/heimdal/heimdal-0.6.2.ebuild index 3ea82753187d..e4e9c599a894 100644 --- a/app-crypt/heimdal/heimdal-0.6.2.ebuild +++ b/app-crypt/heimdal/heimdal-0.6.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-crypt/heimdal/heimdal-0.6.2.ebuild,v 1.9 2004/06/06 10:47:52 aliz Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-crypt/heimdal/heimdal-0.6.2.ebuild,v 1.10 2004/06/14 17:36:17 aliz Exp $ inherit libtool eutils @@ -14,8 +14,7 @@ KEYWORDS="x86 sparc ppc alpha ~ia64 amd64 hppa mips" IUSE="ssl berkdb ipv6 krb4" PROVIDE="virtual/krb5" -RDEPEND=" - ssl? ( dev-libs/openssl ) +RDEPEND="ssl? ( dev-libs/openssl ) berkdb? ( sys-libs/db ) krb4? ( >=app-crypt/kth-krb-1.2.2-r2 ) !virtual/krb5" @@ -46,7 +45,6 @@ src_unpack() { } src_compile() { - elibtoolize aclocal -I cf || die "configure problem" @@ -56,7 +54,7 @@ src_compile() { local myconf=" $(use_with ipv6) - $(use_with berkdb berkely-db) + $(use_with berkdb berkeley-db) $(use_with ssl openssl) --enable-shared" @@ -67,7 +65,6 @@ src_compile() { #use ldap && myconf="${myconf} --with-open-ldap=/usr" econf ${myconf} || die "econf failed" - emake prefix=/usr \ sysconfdir=/etc \ mandir=/usr/share/man \ |