diff options
-rw-r--r-- | dev-libs/iniparser/ChangeLog | 8 | ||||
-rw-r--r-- | dev-libs/iniparser/iniparser-3.1.ebuild | 8 |
2 files changed, 10 insertions, 6 deletions
diff --git a/dev-libs/iniparser/ChangeLog b/dev-libs/iniparser/ChangeLog index 19d6df44ef72..1cb92b65ce9f 100644 --- a/dev-libs/iniparser/ChangeLog +++ b/dev-libs/iniparser/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-libs/iniparser -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/iniparser/ChangeLog,v 1.31 2013/02/25 08:28:24 zmedico Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-libs/iniparser/ChangeLog,v 1.32 2014/02/01 19:59:14 vostorga Exp $ + + 01 Feb 2014; Victor Ostorga iniparser-3.1.ebuild: + Adding multilib support, bug #493746 , patch thanks to Alexander Stein + <alexanders83@web.de> 25 Feb 2013; Zac Medico <zmedico@gentoo.org> iniparser-3.1.ebuild: Add ~arm-linux and ~x86-linux keywords. diff --git a/dev-libs/iniparser/iniparser-3.1.ebuild b/dev-libs/iniparser/iniparser-3.1.ebuild index 4172750fff6f..d9252b53da20 100644 --- a/dev-libs/iniparser/iniparser-3.1.ebuild +++ b/dev-libs/iniparser/iniparser-3.1.ebuild @@ -1,11 +1,11 @@ -# 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/dev-libs/iniparser/iniparser-3.1.ebuild,v 1.8 2013/02/25 08:28:24 zmedico Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/iniparser/iniparser-3.1.ebuild,v 1.9 2014/02/01 19:59:13 vostorga Exp $ EAPI=4 AUTOTOOLS_AUTORECONF=1 -inherit autotools-utils +inherit autotools-utils autotools-multilib DESCRIPTION="A free stand-alone ini file parsing library." HOMEPAGE="http://ndevilla.free.fr/iniparser/" @@ -33,7 +33,7 @@ PATCHES=( ) src_install() { - autotools-utils_src_install + autotools-multilib_src_install if use doc; then emake -C doc |