diff options
author | Pacho Ramos <pacho@gentoo.org> | 2015-04-26 16:41:41 +0000 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2015-04-26 16:41:41 +0000 |
commit | 10e055ef2f815849deeaa154c5dc66435c0c7208 (patch) | |
tree | 681ecee5a8db0dd23610b8b23a8016cb7a023e40 /dev-php/YAML | |
parent | x86 stable wrt bug #547746 (diff) | |
download | gentoo-2-10e055ef2f815849deeaa154c5dc66435c0c7208.tar.gz gentoo-2-10e055ef2f815849deeaa154c5dc66435c0c7208.tar.bz2 gentoo-2-10e055ef2f815849deeaa154c5dc66435c0c7208.zip |
x86 stable wrt bug #547750
(Portage version: 2.2.18/cvs/Linux x86_64, RepoMan options: --include-arches="x86", signed Manifest commit with key A188FBD4)
Diffstat (limited to 'dev-php/YAML')
-rw-r--r-- | dev-php/YAML/ChangeLog | 5 | ||||
-rw-r--r-- | dev-php/YAML/YAML-1.0.6-r1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-php/YAML/ChangeLog b/dev-php/YAML/ChangeLog index c33520049243..aa666274ceaf 100644 --- a/dev-php/YAML/ChangeLog +++ b/dev-php/YAML/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-php/YAML # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php/YAML/ChangeLog,v 1.9 2015/04/26 07:29:54 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php/YAML/ChangeLog,v 1.10 2015/04/26 16:41:41 pacho Exp $ + + 26 Apr 2015; Pacho Ramos <pacho@gentoo.org> YAML-1.0.6-r1.ebuild: + x86 stable wrt bug #547750 26 Apr 2015; Jeroen Roovers <jer@gentoo.org> YAML-1.0.6-r1.ebuild: Stable for HPPA (bug #547750). diff --git a/dev-php/YAML/YAML-1.0.6-r1.ebuild b/dev-php/YAML/YAML-1.0.6-r1.ebuild index aa78183fdb26..b434078460ac 100644 --- a/dev-php/YAML/YAML-1.0.6-r1.ebuild +++ b/dev-php/YAML/YAML-1.0.6-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/YAML/YAML-1.0.6-r1.ebuild,v 1.2 2015/04/26 07:29:54 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php/YAML/YAML-1.0.6-r1.ebuild,v 1.3 2015/04/26 16:41:41 pacho Exp $ EAPI=5 @@ -15,5 +15,5 @@ HOMEPAGE="http://pear.symfony-project.com/" LICENSE="MIT" SLOT="0" -KEYWORDS="~amd64 hppa ~x86" +KEYWORDS="~amd64 hppa x86" IUSE="" |