diff options
author | Anthony G. Basile <blueness@gentoo.org> | 2012-11-09 01:36:57 +0000 |
---|---|---|
committer | Anthony G. Basile <blueness@gentoo.org> | 2012-11-09 01:36:57 +0000 |
commit | 28f0e11348fce033acc829ef8ca6f32eda816fb6 (patch) | |
tree | 22b72060ecb3159d9dec4726344f088d35c270fa /dev-libs | |
parent | stable ppc, bug #439036 (diff) | |
download | gentoo-2-28f0e11348fce033acc829ef8ca6f32eda816fb6.tar.gz gentoo-2-28f0e11348fce033acc829ef8ca6f32eda816fb6.tar.bz2 gentoo-2-28f0e11348fce033acc829ef8ca6f32eda816fb6.zip |
stable ppc64, bug #436690
(Portage version: 2.1.11.31/cvs/Linux x86_64, signed Manifest commit with key 0xF52D4BBA)
Diffstat (limited to 'dev-libs')
-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 5cfbe7f55542..d76a7c3e7c5b 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.8 2012/11/05 08:31:37 blueness Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/pugixml/ChangeLog,v 1.9 2012/11/09 01:36:57 blueness Exp $ + + 09 Nov 2012; Anthony G. Basile <blueness@gentoo.org> pugixml-1.2.ebuild: + stable ppc64, bug #436690 05 Nov 2012; Anthony G. Basile <blueness@gentoo.org> pugixml-1.2.ebuild: keyword ~ppc, bug #418355 diff --git a/dev-libs/pugixml/pugixml-1.2.ebuild b/dev-libs/pugixml/pugixml-1.2.ebuild index 39a22e7ce674..f06948a47b59 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.6 2012/11/05 08:31:37 blueness Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/pugixml/pugixml-1.2.ebuild,v 1.7 2012/11/09 01:36:57 blueness Exp $ EAPI=4 @@ -12,7 +12,7 @@ SRC_URI="http://pugixml.googlecode.com/files/${P}.tar.gz" LICENSE="MIT" SLOT="0" -KEYWORDS="amd64 ~ppc ~ppc64 ~x86 ~x86-fbsd ~amd64-linux ~x86-linux" +KEYWORDS="amd64 ~ppc ppc64 ~x86 ~x86-fbsd ~amd64-linux ~x86-linux" IUSE="" S=${WORKDIR}/scripts |