diff options
author | Michele Noberasco <s4t4n@gentoo.org> | 2005-11-10 15:18:47 +0000 |
---|---|---|
committer | Michele Noberasco <s4t4n@gentoo.org> | 2005-11-10 15:18:47 +0000 |
commit | 4770b09d0f3bdb0a3a1cf0482bfb98eeac263b20 (patch) | |
tree | c1cacad7978a8579a624c71cfafcf5b379d5efcf /dev-libs/libgcrypt/libgcrypt-1.2.1-r1.ebuild | |
parent | adjusted USE flags due to package move sci-libs/charm to sys-cluster/charm (diff) | |
download | historical-4770b09d0f3bdb0a3a1cf0482bfb98eeac263b20.tar.gz historical-4770b09d0f3bdb0a3a1cf0482bfb98eeac263b20.tar.bz2 historical-4770b09d0f3bdb0a3a1cf0482bfb98eeac263b20.zip |
Added small patch to fix INFO file so that its subsequently generated index entry works.
Package-Manager: portage-2.0.51.22-r3
Diffstat (limited to 'dev-libs/libgcrypt/libgcrypt-1.2.1-r1.ebuild')
-rw-r--r-- | dev-libs/libgcrypt/libgcrypt-1.2.1-r1.ebuild | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/dev-libs/libgcrypt/libgcrypt-1.2.1-r1.ebuild b/dev-libs/libgcrypt/libgcrypt-1.2.1-r1.ebuild index 45cba79a57a5..b8bd7499e47e 100644 --- a/dev-libs/libgcrypt/libgcrypt-1.2.1-r1.ebuild +++ b/dev-libs/libgcrypt/libgcrypt-1.2.1-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/libgcrypt/libgcrypt-1.2.1-r1.ebuild,v 1.2 2005/09/04 15:29:48 dragonheart Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libgcrypt/libgcrypt-1.2.1-r1.ebuild,v 1.3 2005/11/10 15:18:47 s4t4n Exp $ inherit eutils @@ -21,6 +21,10 @@ src_unpack() { unpack ${A} epunt_cxx epatch ${FILESDIR}/${P}-GNU-stack-fix.patch + + # Fix info file to make subsequent index entry work + cd ${S}/doc + epatch ${FILESDIR}/${P}-info-entry-fix.patch } src_compile() { |