diff options
author | 2013-12-23 15:59:22 +0000 | |
---|---|---|
committer | 2013-12-23 15:59:22 +0000 | |
commit | 6c1da352020c2ef2201db1cefe413e2a8b856650 (patch) | |
tree | 88f9d297a3a05f41cd04bb047f2d1ed6f0ff00b7 /dev-libs/expat | |
parent | Cleanup due bug #66351 (diff) | |
download | gentoo-2-6c1da352020c2ef2201db1cefe413e2a8b856650.tar.gz gentoo-2-6c1da352020c2ef2201db1cefe413e2a8b856650.tar.bz2 gentoo-2-6c1da352020c2ef2201db1cefe413e2a8b856650.zip |
Stable for sparc, wrt bug #492702
(Portage version: 2.2.7/cvs/Linux x86_64, RepoMan options: --include-arches="sparc", signed Manifest commit with key 7194459F)
Diffstat (limited to 'dev-libs/expat')
-rw-r--r-- | dev-libs/expat/ChangeLog | 5 | ||||
-rw-r--r-- | dev-libs/expat/expat-2.1.0-r3.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-libs/expat/ChangeLog b/dev-libs/expat/ChangeLog index f5466b3e5ba5..f893e31b78d7 100644 --- a/dev-libs/expat/ChangeLog +++ b/dev-libs/expat/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-libs/expat # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/expat/ChangeLog,v 1.156 2013/12/22 11:57:40 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/expat/ChangeLog,v 1.157 2013/12/23 15:59:22 ago Exp $ + + 23 Dec 2013; Agostino Sarubbo <ago@gentoo.org> expat-2.1.0-r3.ebuild: + Stable for sparc, wrt bug #492702 22 Dec 2013; Agostino Sarubbo <ago@gentoo.org> expat-2.1.0-r3.ebuild: Stable for ppc64, wrt bug #492702 diff --git a/dev-libs/expat/expat-2.1.0-r3.ebuild b/dev-libs/expat/expat-2.1.0-r3.ebuild index 9ad05e29e004..eee1e1a3ae84 100644 --- a/dev-libs/expat/expat-2.1.0-r3.ebuild +++ b/dev-libs/expat/expat-2.1.0-r3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 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-r3.ebuild,v 1.8 2013/12/22 11:57:40 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/expat/expat-2.1.0-r3.ebuild,v 1.9 2013/12/23 15:59:22 ago Exp $ EAPI=5 inherit eutils libtool multilib toolchain-funcs multilib-minimal @@ -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 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~arm-linux ~x86-linux" +KEYWORDS="~alpha amd64 arm hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh sparc x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~arm-linux ~x86-linux" IUSE="elibc_FreeBSD examples static-libs unicode" RDEPEND="abi_x86_32? ( !<=app-emulation/emul-linux-x86-baselibs-20130224-r6 !app-emulation/emul-linux-x86-baselibs[-abi_x86_32(-)] )" |