diff options
author | 2005-11-10 15:18:47 +0000 | |
---|---|---|
committer | 2005-11-10 15:18:47 +0000 | |
commit | 4770b09d0f3bdb0a3a1cf0482bfb98eeac263b20 (patch) | |
tree | c1cacad7978a8579a624c71cfafcf5b379d5efcf /dev-libs/libgcrypt/libgcrypt-1.2.1.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.ebuild')
-rw-r--r-- | dev-libs/libgcrypt/libgcrypt-1.2.1.ebuild | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/dev-libs/libgcrypt/libgcrypt-1.2.1.ebuild b/dev-libs/libgcrypt/libgcrypt-1.2.1.ebuild index d0e6d5acc9ee..5785be1ccae4 100644 --- a/dev-libs/libgcrypt/libgcrypt-1.2.1.ebuild +++ b/dev-libs/libgcrypt/libgcrypt-1.2.1.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.ebuild,v 1.17 2005/08/17 22:41:36 matsuu Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libgcrypt/libgcrypt-1.2.1.ebuild,v 1.18 2005/11/10 15:18:47 s4t4n Exp $ inherit eutils @@ -20,6 +20,10 @@ RDEPEND="nls? ( sys-devel/gettext ) src_unpack() { unpack ${A} epunt_cxx + + # Fix info file to make subsequent index entry work + cd ${S}/doc + epatch ${FILESDIR}/${P}-info-entry-fix.patch } src_compile() { |