diff options
author | Jeroen Roovers <jer@gentoo.org> | 2012-04-16 02:29:54 +0000 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2012-04-16 02:29:54 +0000 |
commit | 09c916552e04a948c832c5553c38a5dcf030d7a8 (patch) | |
tree | 74e4ddcf7b194baf477fefcd119dba81d3c615f4 /dev-libs | |
parent | Marked ~hppa (bug #411761). (diff) | |
download | gentoo-2-09c916552e04a948c832c5553c38a5dcf030d7a8.tar.gz gentoo-2-09c916552e04a948c832c5553c38a5dcf030d7a8.tar.bz2 gentoo-2-09c916552e04a948c832c5553c38a5dcf030d7a8.zip |
Stable for HPPA (bug #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 2726bda140dd..df6ed1d1493c 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.132 2012/04/15 12:54:43 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/expat/ChangeLog,v 1.133 2012/04/16 02:29:54 jer Exp $ + + 16 Apr 2012; Jeroen Roovers <jer@gentoo.org> expat-2.1.0.ebuild: + Stable for HPPA (bug #412089). 15 Apr 2012; Alexis Ballier <aballier@gentoo.org> expat-2.1.0.ebuild: FreeBSD: only put libexpat in /, not libexpatu nor libexpatw which we do not diff --git a/dev-libs/expat/expat-2.1.0.ebuild b/dev-libs/expat/expat-2.1.0.ebuild index 4c19bbc5ea45..735999c1f13f 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.4 2012/04/15 12:54:43 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/expat/expat-2.1.0.ebuild,v 1.5 2012/04/16 02:29:54 jer 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() { |