Index: libewf-20100226.ebuild =================================================================== --- libewf-20100226.ebuild (revision 316) +++ libewf-20100226.ebuild (revision 317) @@ -1,12 +1,12 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-forensics/libewf/libewf-20100226.ebuild,v 1.1 2010/02/26 20:29:59 patrick Exp $ +# $Header: $ inherit eutils autotools -DESCRIPTION="Implementation of the EWF (SMART and EnCase) image format" -HOMEPAGE="http://libewf.sourceforge.net" -SRC_URI="mirror://sourceforge/libewf/${P}.tar.gz" +DESCRIPTION="A library and tools for using EWF (SMART, EnCase) image format" +HOMEPAGE="http://libewf.sourceforge.net/" +SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" LICENSE="BSD" SLOT="0" @@ -30,7 +30,7 @@ src_compile() { econf \ $(use_enable unicode wide-character-type) \ - $(use_enable rawio raw-access) \ + $(use_enable rawio low-level-functions) \ $(use_enable debug verbose-output) \ $(use_enable debug debug-output) emake