diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2015-01-01 11:22:34 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2015-01-01 11:22:34 +0000 |
commit | 4e445c1b8c55ca0a54dd8bab5d202831d3664171 (patch) | |
tree | 5186f5a79eb6329e463ac5cb67c9bb282cadef54 | |
parent | Stable for ppc64, wrt bug #530662 (diff) | |
download | gentoo-2-4e445c1b8c55ca0a54dd8bab5d202831d3664171.tar.gz gentoo-2-4e445c1b8c55ca0a54dd8bab5d202831d3664171.tar.bz2 gentoo-2-4e445c1b8c55ca0a54dd8bab5d202831d3664171.zip |
Stable for ppc64, wrt bug #530902
(Portage version: 2.2.14/cvs/Linux x86_64, RepoMan options: --include-arches="ppc64", signed Manifest commit with key 7194459F)
-rw-r--r-- | dev-libs/pugixml/ChangeLog | 7 | ||||
-rw-r--r-- | dev-libs/pugixml/pugixml-1.4.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/dev-libs/pugixml/ChangeLog b/dev-libs/pugixml/ChangeLog index 30e06bf05ea1..a66d56dcb096 100644 --- a/dev-libs/pugixml/ChangeLog +++ b/dev-libs/pugixml/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-libs/pugixml -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/pugixml/ChangeLog,v 1.15 2014/12/31 16:08:11 ago Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-libs/pugixml/ChangeLog,v 1.16 2015/01/01 11:22:34 ago Exp $ + + 01 Jan 2015; Agostino Sarubbo <ago@gentoo.org> pugixml-1.4.ebuild: + Stable for ppc64, wrt bug #530902 31 Dec 2014; Agostino Sarubbo <ago@gentoo.org> pugixml-1.4.ebuild: Stable for ppc, wrt bug #530902 diff --git a/dev-libs/pugixml/pugixml-1.4.ebuild b/dev-libs/pugixml/pugixml-1.4.ebuild index f923fdb28d04..970888e98e91 100644 --- a/dev-libs/pugixml/pugixml-1.4.ebuild +++ b/dev-libs/pugixml/pugixml-1.4.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/pugixml/pugixml-1.4.ebuild,v 1.3 2014/12/31 16:08:11 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/pugixml/pugixml-1.4.ebuild,v 1.4 2015/01/01 11:22:34 ago Exp $ EAPI=5 @@ -12,7 +12,7 @@ SRC_URI="https://github.com/zeux/${PN}/releases/download/v${PV}/${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" S=${WORKDIR}/${P}/scripts |