diff options
author | 2012-04-15 11:50:06 +0000 | |
---|---|---|
committer | 2012-04-15 11:50:06 +0000 | |
commit | 0a5128b07873428c0a0792263055ee9659f6f577 (patch) | |
tree | 0a5540b7c44030c23f0aad51de28a05af9151996 /dev-libs | |
parent | Fix installation on Gentoo/FreeBSD with USE="-unicode" wrt #412085 by Yuta SATOH (diff) | |
download | gentoo-2-0a5128b07873428c0a0792263055ee9659f6f577.tar.gz gentoo-2-0a5128b07873428c0a0792263055ee9659f6f577.tar.bz2 gentoo-2-0a5128b07873428c0a0792263055ee9659f6f577.zip |
amd64/ppc/ppc64/x86 stable wrt #412089
(Portage version: 2.2.0_alpha100/cvs/Linux x86_64)
Diffstat (limited to 'dev-libs')
-rw-r--r-- | dev-libs/expat/ChangeLog | 5 | ||||
-rw-r--r-- | dev-libs/expat/expat-2.1.0.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-libs/expat/ChangeLog b/dev-libs/expat/ChangeLog index 315b74cbdf3d..df8d55268cd9 100644 --- a/dev-libs/expat/ChangeLog +++ b/dev-libs/expat/ChangeLog @@ -1,6 +1,9 @@ # 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.130 2012/04/15 11:43:15 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/expat/ChangeLog,v 1.131 2012/04/15 11:50:06 ssuominen Exp $ + + 15 Apr 2012; Samuli Suominen <ssuominen@gentoo.org> expat-2.1.0.ebuild: + amd64/ppc/ppc64/x86 stable wrt #412089 15 Apr 2012; Samuli Suominen <ssuominen@gentoo.org> expat-2.1.0.ebuild: Fix installation on Gentoo/FreeBSD with USE="-unicode" wrt #412085 by Yuta diff --git a/dev-libs/expat/expat-2.1.0.ebuild b/dev-libs/expat/expat-2.1.0.ebuild index 7b2a2bca182a..44b048ce36c9 100644 --- a/dev-libs/expat/expat-2.1.0.ebuild +++ b/dev-libs/expat/expat-2.1.0.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.ebuild,v 1.2 2012/04/15 11:43:15 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/expat/expat-2.1.0.ebuild,v 1.3 2012/04/15 11:50:06 ssuominen 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_prepare() { |