--- libtasn1-3.4.ebuild 2014-02-15 21:07:25.426040994 +0200 +++ libtasn1-3.4-r1.ebuild 2014-02-16 01:04:46.000000000 +0200 @@ -1,10 +1,10 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/libtasn1/libtasn1-3.4.ebuild,v 1.2 2014/01/24 20:27:31 radhermit Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libtasn1/libtasn1-3.4-r1.ebuild,v 1.2 2014/02/15 23:04:46 alonbl Exp $ EAPI=5 -inherit autotools-utils +inherit autotools-multilib DESCRIPTION="ASN.1 library" HOMEPAGE="http://www.gnu.org/software/libtasn1/" @@ -17,17 +17,22 @@ IUSE="doc static-libs" DEPEND=">=dev-lang/perl-5.6 virtual/yacc" +RDEPEND=" + abi_x86_32? ( + !<=app-emulation/emul-linux-x86-baselibs-20131008-r9 + !app-emulation/emul-linux-x86-baselibs[-abi_x86_32(-)] + )" DOCS=( AUTHORS ChangeLog NEWS README THANKS ) -src_configure(){ +src_configure() { local myeconfargs [[ "${VALGRIND_TESTS}" == "0" ]] && myeconfargs+=( --disable-valgrind-tests ) - autotools-utils_src_configure + autotools-multilib_src_configure } src_install() { - autotools-utils_src_install + autotools-multilib_src_install if use doc ; then dodoc doc/libtasn1.pdf