--- /usr/portage/app-crypt/steghide/steghide-0.5.1.ebuild 2004-06-24 23:05:21.000000000 +0100 +++ /usr/local/portage/app-crypt/steghide/steghide-0.5.1.ebuild 2004-07-30 17:00:48.000000000 +0100 @@ -2,6 +2,8 @@ # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/app-crypt/steghide/steghide-0.5.1.ebuild,v 1.3 2004/06/24 21:38:22 agriffis Exp $ +inherit eutils + DESCRIPTION="A steganography program which hides data in various media files" HOMEPAGE="http://steghide.sourceforge.net/" SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2" @@ -17,6 +19,7 @@ src_compile() { econf || die "configure failed" + epatch ${FILESDIR}/fix-libtool-invocation.patch emake || die "make failed" }