diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2015-02-14 13:50:18 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2015-02-14 13:50:18 +0000 |
commit | c61282761eec41036127dd4869b46dd6a77167f4 (patch) | |
tree | 837a64de1048bea9c147b888eeb2956de32c49ef /dev-php/PEAR-XML_Beautifier | |
parent | Stable for x86, wrt bug #539796 (diff) | |
download | gentoo-2-c61282761eec41036127dd4869b46dd6a77167f4.tar.gz gentoo-2-c61282761eec41036127dd4869b46dd6a77167f4.tar.bz2 gentoo-2-c61282761eec41036127dd4869b46dd6a77167f4.zip |
Stable for amd64, wrt bug #535296
(Portage version: 2.2.14/cvs/Linux x86_64, RepoMan options: --include-arches="amd64", signed Manifest commit with key 7194459F)
Diffstat (limited to 'dev-php/PEAR-XML_Beautifier')
-rw-r--r-- | dev-php/PEAR-XML_Beautifier/ChangeLog | 6 | ||||
-rw-r--r-- | dev-php/PEAR-XML_Beautifier/PEAR-XML_Beautifier-1.2.2-r1.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/dev-php/PEAR-XML_Beautifier/ChangeLog b/dev-php/PEAR-XML_Beautifier/ChangeLog index c30996a9cb29..0c63c31e3cdb 100644 --- a/dev-php/PEAR-XML_Beautifier/ChangeLog +++ b/dev-php/PEAR-XML_Beautifier/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-php/PEAR-XML_Beautifier # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-XML_Beautifier/ChangeLog,v 1.33 2015/02/14 11:12:48 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-XML_Beautifier/ChangeLog,v 1.34 2015/02/14 13:50:18 ago Exp $ + + 14 Feb 2015; Agostino Sarubbo <ago@gentoo.org> + PEAR-XML_Beautifier-1.2.2-r1.ebuild: + Stable for amd64, wrt bug #535296 14 Feb 2015; Jeroen Roovers <jer@gentoo.org> PEAR-XML_Beautifier-1.2.2-r1.ebuild: diff --git a/dev-php/PEAR-XML_Beautifier/PEAR-XML_Beautifier-1.2.2-r1.ebuild b/dev-php/PEAR-XML_Beautifier/PEAR-XML_Beautifier-1.2.2-r1.ebuild index 0bdd69d94c1d..641cefd899e4 100644 --- a/dev-php/PEAR-XML_Beautifier/PEAR-XML_Beautifier-1.2.2-r1.ebuild +++ b/dev-php/PEAR-XML_Beautifier/PEAR-XML_Beautifier-1.2.2-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-XML_Beautifier/PEAR-XML_Beautifier-1.2.2-r1.ebuild,v 1.2 2015/02/14 11:12:48 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-XML_Beautifier/PEAR-XML_Beautifier-1.2.2-r1.ebuild,v 1.3 2015/02/14 13:50:18 ago Exp $ EAPI=5 @@ -9,7 +9,7 @@ inherit php-pear-r1 DESCRIPTION="Adds indentation and linebreaks, replace entities, formats comments and makes XML easier to read" LICENSE="PHP-2.02" SLOT="0" -KEYWORDS="~alpha ~amd64 hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86" +KEYWORDS="~alpha amd64 hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86" IUSE="" RDEPEND="dev-php/PEAR-XML_Util dev-php/PEAR-XML_Parser" |