diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2015-02-21 12:19:39 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2015-02-21 12:19:39 +0000 |
commit | a7d16928a245d8bda557d055fc3188dcbceafe60 (patch) | |
tree | 089b9e94d2a6243cb54e23e5f3e3022e4ccfa218 /dev-php | |
parent | Stable for ppc, wrt bug #538554 (diff) | |
download | gentoo-2-a7d16928a245d8bda557d055fc3188dcbceafe60.tar.gz gentoo-2-a7d16928a245d8bda557d055fc3188dcbceafe60.tar.bz2 gentoo-2-a7d16928a245d8bda557d055fc3188dcbceafe60.zip |
Stable for ppc, wrt bug #538554
(Portage version: 2.2.14/cvs/Linux x86_64, RepoMan options: --include-arches="ppc", signed Manifest commit with key 7194459F)
Diffstat (limited to 'dev-php')
-rw-r--r-- | dev-php/xdebug-client/ChangeLog | 5 | ||||
-rw-r--r-- | dev-php/xdebug-client/xdebug-client-2.2.6.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-php/xdebug-client/ChangeLog b/dev-php/xdebug-client/ChangeLog index 38281e132b99..f938c4cc2857 100644 --- a/dev-php/xdebug-client/ChangeLog +++ b/dev-php/xdebug-client/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-php/xdebug-client # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php/xdebug-client/ChangeLog,v 1.74 2015/02/19 09:05:08 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php/xdebug-client/ChangeLog,v 1.75 2015/02/21 12:19:39 ago Exp $ + + 21 Feb 2015; Agostino Sarubbo <ago@gentoo.org> xdebug-client-2.2.6.ebuild: + Stable for ppc, wrt bug #538554 19 Feb 2015; Agostino Sarubbo <ago@gentoo.org> xdebug-client-2.2.6.ebuild: Stable for amd64, wrt bug #538554 diff --git a/dev-php/xdebug-client/xdebug-client-2.2.6.ebuild b/dev-php/xdebug-client/xdebug-client-2.2.6.ebuild index ed484aaa9a96..0bc1b98823bd 100644 --- a/dev-php/xdebug-client/xdebug-client-2.2.6.ebuild +++ b/dev-php/xdebug-client/xdebug-client-2.2.6.ebuild @@ -1,10 +1,10 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php/xdebug-client/xdebug-client-2.2.6.ebuild,v 1.2 2015/02/19 09:05:08 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php/xdebug-client/xdebug-client-2.2.6.ebuild,v 1.3 2015/02/21 12:19:39 ago Exp $ EAPI=5 -KEYWORDS="amd64 ~hppa ~ppc ~ppc64 ~x86" +KEYWORDS="amd64 ~hppa ppc ~ppc64 ~x86" MY_PV="${PV/_/}" MY_PV="${MY_PV/rc/RC}" |