diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2012-11-20 20:35:02 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2012-11-20 20:35:02 +0000 |
commit | 2a0549b802e0a1bc2cef2f6dd65d7feb29ca5787 (patch) | |
tree | 8e458136504fd35ec99bb06700906b017a652b0b /dev-php | |
parent | Stable for x86, wrt bug #418923 (diff) | |
download | gentoo-2-2a0549b802e0a1bc2cef2f6dd65d7feb29ca5787.tar.gz gentoo-2-2a0549b802e0a1bc2cef2f6dd65d7feb29ca5787.tar.bz2 gentoo-2-2a0549b802e0a1bc2cef2f6dd65d7feb29ca5787.zip |
Stable for x86, wrt bug #433267
(Portage version: 2.1.11.31/cvs/Linux x86_64, unsigned Manifest commit)
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.1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-php/xdebug-client/ChangeLog b/dev-php/xdebug-client/ChangeLog index 443a6d7b3a58..f6fbb3e7ac85 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-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php/xdebug-client/ChangeLog,v 1.49 2012/10/12 07:45:50 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php/xdebug-client/ChangeLog,v 1.50 2012/11/20 20:35:02 ago Exp $ + + 20 Nov 2012; Agostino Sarubbo <ago@gentoo.org> xdebug-client-2.2.1.ebuild: + Stable for x86, wrt bug #433267 12 Oct 2012; Agostino Sarubbo <ago@gentoo.org> xdebug-client-2.2.1.ebuild: Stable for amd64, wrt bug #433267 diff --git a/dev-php/xdebug-client/xdebug-client-2.2.1.ebuild b/dev-php/xdebug-client/xdebug-client-2.2.1.ebuild index ac95e11b968b..91788ed196fb 100644 --- a/dev-php/xdebug-client/xdebug-client-2.2.1.ebuild +++ b/dev-php/xdebug-client/xdebug-client-2.2.1.ebuild @@ -1,10 +1,10 @@ # Copyright 1999-2012 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.1.ebuild,v 1.5 2012/10/12 07:45:50 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php/xdebug-client/xdebug-client-2.2.1.ebuild,v 1.6 2012/11/20 20:35:02 ago Exp $ EAPI=4 -KEYWORDS="amd64 ~hppa ppc ~ppc64 ~x86" +KEYWORDS="amd64 ~hppa ppc ~ppc64 x86" MY_PV="${PV/_/}" MY_PV="${MY_PV/rc/RC}" |