diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2013-08-03 07:54:14 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2013-08-03 07:54:14 +0000 |
commit | 293edd2516c576c31a2cf46c3d1ebde5256e7c42 (patch) | |
tree | 387aee5e884261a6f481a51afd1c47ee50a2ef62 /dev-php/xdebug-client | |
parent | Stable for sparc, wrt bug #476154 (diff) | |
download | gentoo-2-293edd2516c576c31a2cf46c3d1ebde5256e7c42.tar.gz gentoo-2-293edd2516c576c31a2cf46c3d1ebde5256e7c42.tar.bz2 gentoo-2-293edd2516c576c31a2cf46c3d1ebde5256e7c42.zip |
Stable for alpha, wrt bug #470446
(Portage version: 2.1.13.2/cvs/Linux x86_64, RepoMan options: --include-arches="alpha", signed Manifest commit with key 7194459F)
Diffstat (limited to 'dev-php/xdebug-client')
-rw-r--r-- | dev-php/xdebug-client/ChangeLog | 5 | ||||
-rw-r--r-- | dev-php/xdebug-client/xdebug-client-2.2.2.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-php/xdebug-client/ChangeLog b/dev-php/xdebug-client/ChangeLog index 93688db442da..d5cf7774f72f 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-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php/xdebug-client/ChangeLog,v 1.60 2013/07/28 12:57:06 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php/xdebug-client/ChangeLog,v 1.61 2013/08/03 07:54:14 ago Exp $ + + 03 Aug 2013; Agostino Sarubbo <ago@gentoo.org> xdebug-client-2.2.2.ebuild: + Stable for alpha, wrt bug #470446 28 Jul 2013; Agostino Sarubbo <ago@gentoo.org> xdebug-client-2.2.2.ebuild: Stable for ppc, wrt bug #470446 diff --git a/dev-php/xdebug-client/xdebug-client-2.2.2.ebuild b/dev-php/xdebug-client/xdebug-client-2.2.2.ebuild index 14afdc2b518f..8e6849a08a76 100644 --- a/dev-php/xdebug-client/xdebug-client-2.2.2.ebuild +++ b/dev-php/xdebug-client/xdebug-client-2.2.2.ebuild @@ -1,10 +1,10 @@ # Copyright 1999-2013 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.2.ebuild,v 1.3 2013/07/28 12:57:06 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php/xdebug-client/xdebug-client-2.2.2.ebuild,v 1.4 2013/08/03 07:54:14 ago Exp $ EAPI=4 -KEYWORDS="amd64 ~hppa ppc ~ppc64 ~x86" +KEYWORDS="alpha amd64 ~hppa ppc ~ppc64 ~x86" MY_PV="${PV/_/}" MY_PV="${MY_PV/rc/RC}" |