--- elektra-0.8.3-r2.ebuild 2013-04-22 16:17:35.000000000 +0200 +++ elektra-0.8.5.ebuild 2014-03-06 01:00:22.162287461 +0100 @@ -1,4 +1,4 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/app-admin/elektra/elektra-0.8.3-r2.ebuild,v 1.1 2013/04/22 14:17:35 xmw Exp $ @@ -13,38 +13,35 @@ LICENSE="BSD" SLOT="0" KEYWORDS="~amd64 ~x86" -IUSE="dbus doc examples iconv inifile simpleini static-libs syslog tcl test xml yajl" +IUSE="dbus doc examples iconv simpleini static-libs syslog tcl test +uname xml yajl" -RDEPEND="!amd64? ( dev-libs/libxml2 ) - amd64? ( - abi_x86_64? ( dev-libs/libxml2 ) - abi_x86_32? ( app-emulation/emul-linux-x86-baselibs ) )" +RDEPEND="dev-libs/libxml2[${MULTILIB_USEDEP}] + uname? ( sys-apps/coreutils )" DEPEND="${RDEPEND} !amd64? ( sys-devel/libtool ) doc? ( app-doc/doxygen ) iconv? ( virtual/libiconv ) - !amd64? ( test? ( dev-libs/libxml2[static-libs] ) ) - yajl? (