diff options
author | 2012-10-13 07:23:01 +0000 | |
---|---|---|
committer | 2012-10-13 07:23:01 +0000 | |
commit | a2ac2d678f412ee05a25ee4859ec2fb33ee30c95 (patch) | |
tree | a871690253d82ab4cf6277431a323fb5628cb041 /dev-libs/pugixml | |
parent | [sys-infiniband] Update OFED (diff) | |
download | gentoo-2-a2ac2d678f412ee05a25ee4859ec2fb33ee30c95.tar.gz gentoo-2-a2ac2d678f412ee05a25ee4859ec2fb33ee30c95.tar.bz2 gentoo-2-a2ac2d678f412ee05a25ee4859ec2fb33ee30c95.zip |
Stable for amd64, wrt bug #436690
(Portage version: 2.1.11.9/cvs/Linux x86_64)
Diffstat (limited to 'dev-libs/pugixml')
-rw-r--r-- | dev-libs/pugixml/ChangeLog | 5 | ||||
-rw-r--r-- | dev-libs/pugixml/pugixml-1.2.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-libs/pugixml/ChangeLog b/dev-libs/pugixml/ChangeLog index 7e83be4ac96f..6285859177fa 100644 --- a/dev-libs/pugixml/ChangeLog +++ b/dev-libs/pugixml/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-libs/pugixml # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/pugixml/ChangeLog,v 1.6 2012/09/29 14:10:21 blueness Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/pugixml/ChangeLog,v 1.7 2012/10/13 07:23:01 ago Exp $ + + 13 Oct 2012; Agostino Sarubbo <ago@gentoo.org> pugixml-1.2.ebuild: + Stable for amd64, wrt bug #436690 29 Sep 2012; Anthony G. Basile <blueness@gentoo.org> pugixml-1.2.ebuild: keyword ~ppc64, bug #436566 diff --git a/dev-libs/pugixml/pugixml-1.2.ebuild b/dev-libs/pugixml/pugixml-1.2.ebuild index fa4d3267606f..3c8707cdec2e 100644 --- a/dev-libs/pugixml/pugixml-1.2.ebuild +++ b/dev-libs/pugixml/pugixml-1.2.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/pugixml/pugixml-1.2.ebuild,v 1.4 2012/09/29 14:10:21 blueness Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/pugixml/pugixml-1.2.ebuild,v 1.5 2012/10/13 07:23:01 ago Exp $ EAPI=4 @@ -12,7 +12,7 @@ SRC_URI="http://pugixml.googlecode.com/files/${P}.tar.gz" LICENSE="MIT" SLOT="0" -KEYWORDS="~amd64 ~ppc64 ~x86 ~x86-fbsd ~amd64-linux ~x86-linux" +KEYWORDS="amd64 ~ppc64 ~x86 ~x86-fbsd ~amd64-linux ~x86-linux" IUSE="" S=${WORKDIR}/scripts |