diff options
author | Jeremy Olexa <darkside@gentoo.org> | 2010-05-09 16:32:44 +0000 |
---|---|---|
committer | Jeremy Olexa <darkside@gentoo.org> | 2010-05-09 16:32:44 +0000 |
commit | 20cec53e280e6761ae5a5c5bcc045349dfb02c02 (patch) | |
tree | ab99286aa2270239b750dd0da57449e50f439a6f /app-crypt/heimdal | |
parent | alpha/arm/ia64/s390/sh/sparc stable wrt #311633 (diff) | |
download | gentoo-2-20cec53e280e6761ae5a5c5bcc045349dfb02c02.tar.gz gentoo-2-20cec53e280e6761ae5a5c5bcc045349dfb02c02.tar.bz2 gentoo-2-20cec53e280e6761ae5a5c5bcc045349dfb02c02.zip |
Revbump to workaround parallel make issues and install schema file correctly, bug 319039
(Portage version: 2.1.8.3/cvs/Linux x86_64)
Diffstat (limited to 'app-crypt/heimdal')
-rw-r--r-- | app-crypt/heimdal/ChangeLog | 9 | ||||
-rw-r--r-- | app-crypt/heimdal/heimdal-1.3.2-r1.ebuild (renamed from app-crypt/heimdal/heimdal-1.3.2.ebuild) | 8 |
2 files changed, 14 insertions, 3 deletions
diff --git a/app-crypt/heimdal/ChangeLog b/app-crypt/heimdal/ChangeLog index bf847dd9ccbd..736066e75080 100644 --- a/app-crypt/heimdal/ChangeLog +++ b/app-crypt/heimdal/ChangeLog @@ -1,6 +1,13 @@ # ChangeLog for app-crypt/heimdal # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-crypt/heimdal/ChangeLog,v 1.151 2010/05/09 03:50:51 darkside Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-crypt/heimdal/ChangeLog,v 1.152 2010/05/09 16:32:44 darkside Exp $ + +*heimdal-1.3.2-r1 (09 May 2010) + + 09 May 2010; Jeremy Olexa <darkside@gentoo.org> -heimdal-1.3.2.ebuild, + +heimdal-1.3.2-r1.ebuild: + Revbump to workaround parallel make issues and install schema file + correctly, bug 319039 *heimdal-1.3.2 (09 May 2010) diff --git a/app-crypt/heimdal/heimdal-1.3.2.ebuild b/app-crypt/heimdal/heimdal-1.3.2-r1.ebuild index 213662f206bd..48e494c4b603 100644 --- a/app-crypt/heimdal/heimdal-1.3.2.ebuild +++ b/app-crypt/heimdal/heimdal-1.3.2-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-crypt/heimdal/heimdal-1.3.2.ebuild,v 1.1 2010/05/09 03:50:51 darkside Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-crypt/heimdal/heimdal-1.3.2-r1.ebuild,v 1.1 2010/05/09 16:32:44 darkside Exp $ EAPI=2 VIRTUALX_REQUIRED="manual" @@ -64,6 +64,10 @@ src_configure() { $(use_with X x) } +src_compile() { + emake -j1 || die "emake failed" +} + src_install() { INSTALL_CATPAGES="no" emake DESTDIR="${D}" install || die "emake install failed" @@ -95,7 +99,7 @@ src_install() { if use hdb-ldap; then insinto /etc/openldap/schema - newins "${S}"/lib/hdb/hdb.schema "${S}"/lib/hdb/krb5-kdc.schema + newins "${S}/lib/hdb/hdb.schema" krb5-kdc.schema fi # default database dir |