diff options
author | Andreas Schuerch <nativemad@gentoo.org> | 2012-04-04 17:54:12 +0000 |
---|---|---|
committer | Andreas Schuerch <nativemad@gentoo.org> | 2012-04-04 17:54:12 +0000 |
commit | 094691f7451176a8bdae55991bfd4ecb39ca4776 (patch) | |
tree | 63006cb3b6829970cfe82fd209bcff7cabfaf095 /dev-libs/expat | |
parent | Unused. (diff) | |
download | gentoo-2-094691f7451176a8bdae55991bfd4ecb39ca4776.tar.gz gentoo-2-094691f7451176a8bdae55991bfd4ecb39ca4776.tar.bz2 gentoo-2-094691f7451176a8bdae55991bfd4ecb39ca4776.zip |
x86 stable, see bug 407519.
(Portage version: 2.1.10.49/cvs/Linux i686)
Diffstat (limited to 'dev-libs/expat')
-rw-r--r-- | dev-libs/expat/ChangeLog | 6 | ||||
-rw-r--r-- | dev-libs/expat/expat-2.1.0_beta3.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/dev-libs/expat/ChangeLog b/dev-libs/expat/ChangeLog index cf9521037bfe..7f374586544b 100644 --- a/dev-libs/expat/ChangeLog +++ b/dev-libs/expat/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-libs/expat # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/expat/ChangeLog,v 1.127 2012/03/28 11:42:42 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/expat/ChangeLog,v 1.128 2012/04/04 17:54:12 nativemad Exp $ + + 04 Apr 2012; Andreas Schuerch <nativemad@gentoo.org> + expat-2.1.0_beta3.ebuild: + x86 stable, see bug 407519 *expat-2.1.0 (28 Mar 2012) diff --git a/dev-libs/expat/expat-2.1.0_beta3.ebuild b/dev-libs/expat/expat-2.1.0_beta3.ebuild index 4cccb0f4a49f..2bda673a4468 100644 --- a/dev-libs/expat/expat-2.1.0_beta3.ebuild +++ b/dev-libs/expat/expat-2.1.0_beta3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/expat/expat-2.1.0_beta3.ebuild,v 1.7 2012/03/28 05:42:21 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/expat/expat-2.1.0_beta3.ebuild,v 1.8 2012/04/04 17:54:12 nativemad Exp $ EAPI=4 inherit eutils libtool toolchain-funcs @@ -11,7 +11,7 @@ SRC_URI="mirror://sourceforge/expat/${P/_/-}.tar.gz" LICENSE="MIT" SLOT="0" -KEYWORDS="~alpha amd64 arm hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh ~sparc ~x86 ~sparc-fbsd ~x86-fbsd" +KEYWORDS="~alpha amd64 arm hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh ~sparc x86 ~sparc-fbsd ~x86-fbsd" IUSE="elibc_FreeBSD examples static-libs unicode" src_unpack() { |