diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2014-12-31 16:08:11 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2014-12-31 16:08:11 +0000 |
commit | 05fdc590260ef41cb9623343786e35a4a0234b94 (patch) | |
tree | 4a0ce4e9b2e4ed58db2ccaa5964d3fbc30248c47 /dev-libs | |
parent | Stable for ppc, wrt bug #530882 (diff) | |
download | gentoo-2-05fdc590260ef41cb9623343786e35a4a0234b94.tar.gz gentoo-2-05fdc590260ef41cb9623343786e35a4a0234b94.tar.bz2 gentoo-2-05fdc590260ef41cb9623343786e35a4a0234b94.zip |
Stable for ppc, wrt bug #530902
(Portage version: 2.2.14/cvs/Linux x86_64, RepoMan options: --include-arches="ppc", signed Manifest commit with key 7194459F)
Diffstat (limited to 'dev-libs')
-rw-r--r-- | dev-libs/pugixml/ChangeLog | 5 | ||||
-rw-r--r-- | dev-libs/pugixml/pugixml-1.4.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-libs/pugixml/ChangeLog b/dev-libs/pugixml/ChangeLog index 3cc0af737bee..30e06bf05ea1 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.14 2014/12/27 19:30:43 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/pugixml/ChangeLog,v 1.15 2014/12/31 16:08:11 ago Exp $ + + 31 Dec 2014; Agostino Sarubbo <ago@gentoo.org> pugixml-1.4.ebuild: + Stable for ppc, wrt bug #530902 27 Dec 2014; Agostino Sarubbo <ago@gentoo.org> pugixml-1.4.ebuild: Stable for amd64, wrt bug #530902 diff --git a/dev-libs/pugixml/pugixml-1.4.ebuild b/dev-libs/pugixml/pugixml-1.4.ebuild index 767be4e7080e..f923fdb28d04 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 # 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.2 2014/12/27 19:30:43 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/pugixml/pugixml-1.4.ebuild,v 1.3 2014/12/31 16:08:11 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 |