--- a/portage/app-misc/hivex/hivex-1.3.7.ebuild +++ a/portage/app-misc/hivex/hivex-1.3.7.ebuild @@ -11,7 +11,7 @@ PYTHON_DEPEND="python? 2:2.6" SUPPORT_PYTHON_ABIS=1 -inherit autotools-utils eutils perl-app python +inherit autotools-utils eutils perl-module python DESCRIPTION="Library for reading and writing Windows Registry 'hive' binary files" HOMEPAGE="http://libguestfs.org" @@ -41,8 +41,6 @@ ) ruby? ( dev-ruby/rake ) " -# Patches added to apstream - DOCS=(README) pkg_setup() { @@ -68,7 +66,7 @@ if use perl; then pushd perl - perl-app_src_configure + perl-module_src_configure popd fi }