--- /usr/portage/dev-libs/liboil/liboil-0.3.17.ebuild 2012-06-05 22:01:09.000000000 -0600 +++ liboil-0.3.17.ebuild 2012-10-28 18:06:04.000000000 -0600 @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/dev-libs/liboil/liboil-0.3.17.ebuild,v 1.9 2012/06/06 03:34:34 zmedico Exp $ -EAPI=2 +EAPI=4 inherit eutils flag-o-matic multilib DESCRIPTION="library of simple functions that are optimized for various CPUs" @@ -11,7 +11,7 @@ LICENSE="BSD-2" SLOT="0.3" -KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 sh sparc x86 ~x86-fbsd" +KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 sh sparc x86 ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris" IUSE="doc +examples test" RDEPEND="examples? ( dev-libs/glib:2 )" @@ -40,12 +40,12 @@ econf \ --disable-dependency-tracking \ $(use_enable doc gtk-doc) \ - --with-html-dir=/usr/share/doc/${PF}/html + --with-html-dir="${EPREFIX}"/usr/share/doc/${PF}/html } src_install() { - emake DESTDIR="${D}" install || die - dodoc AUTHORS BUG-REPORTING HACKING NEWS README || die + emake DESTDIR="${D}" install + dodoc AUTHORS BUG-REPORTING HACKING NEWS README } pkg_postinst() {