diff options
author | Patrick Lauer <patrick@gentoo.org> | 2010-08-30 18:31:39 +0000 |
---|---|---|
committer | Patrick Lauer <patrick@gentoo.org> | 2010-08-30 18:31:39 +0000 |
commit | 9a2763da0090df4c52b3e4638b789e32ddb40819 (patch) | |
tree | d804e9ce22f1ecd65cf74fe5807d80d4efeef985 /dev-libs/libgcrypt/libgcrypt-1.4.6.ebuild | |
parent | Masking net-mail/ixbiff for QA removal. (diff) | |
download | gentoo-2-9a2763da0090df4c52b3e4638b789e32ddb40819.tar.gz gentoo-2-9a2763da0090df4c52b3e4638b789e32ddb40819.tar.bz2 gentoo-2-9a2763da0090df4c52b3e4638b789e32ddb40819.zip |
Fixing for non-bash shells #331907
(Portage version: 2.2_rc72/cvs/Linux x86_64)
Diffstat (limited to 'dev-libs/libgcrypt/libgcrypt-1.4.6.ebuild')
-rw-r--r-- | dev-libs/libgcrypt/libgcrypt-1.4.6.ebuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/dev-libs/libgcrypt/libgcrypt-1.4.6.ebuild b/dev-libs/libgcrypt/libgcrypt-1.4.6.ebuild index 65896237a82f..1a51a8ab139a 100644 --- a/dev-libs/libgcrypt/libgcrypt-1.4.6.ebuild +++ b/dev-libs/libgcrypt/libgcrypt-1.4.6.ebuild @@ -1,10 +1,10 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/libgcrypt/libgcrypt-1.4.6.ebuild,v 1.1 2010/07/15 22:26:17 arfrever Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libgcrypt/libgcrypt-1.4.6.ebuild,v 1.2 2010/08/30 18:31:39 patrick Exp $ EAPI="2" -inherit eutils flag-o-matic toolchain-funcs +inherit eutils flag-o-matic toolchain-funcs autotools DESCRIPTION="General purpose crypto library based on the code used in GnuPG" HOMEPAGE="http://www.gnupg.org/" @@ -20,6 +20,7 @@ RDEPEND=">=dev-libs/libgpg-error-1.5" DEPEND="${RDEPEND}" src_prepare() { + eautoreconf epunt_cxx } |