diff options
author | Ole Markus With <olemarkus@gentoo.org> | 2010-09-26 14:56:53 +0000 |
---|---|---|
committer | Ole Markus With <olemarkus@gentoo.org> | 2010-09-26 14:56:53 +0000 |
commit | f9cdbcff5ed9f23e2dbc38ba7aac69b315d4b196 (patch) | |
tree | 4bca07fab9e6634acf856dec02b151da3a8ffcdc /dev-php5 | |
parent | Fix dependencies for test suite, bug #320109. Drop old revisions. (diff) | |
download | gentoo-2-f9cdbcff5ed9f23e2dbc38ba7aac69b315d4b196.tar.gz gentoo-2-f9cdbcff5ed9f23e2dbc38ba7aac69b315d4b196.tar.bz2 gentoo-2-f9cdbcff5ed9f23e2dbc38ba7aac69b315d4b196.zip |
Added ~x86 keyword
(Portage version: 2.1.8.3/cvs/Linux i686)
Diffstat (limited to 'dev-php5')
-rw-r--r-- | dev-php5/pecl-gearman/ChangeLog | 5 | ||||
-rw-r--r-- | dev-php5/pecl-gearman/pecl-gearman-0.7.0.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-php5/pecl-gearman/ChangeLog b/dev-php5/pecl-gearman/ChangeLog index 71a62f60a625..d2594268277a 100644 --- a/dev-php5/pecl-gearman/ChangeLog +++ b/dev-php5/pecl-gearman/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-php5/pecl-gearman # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php5/pecl-gearman/ChangeLog,v 1.4 2010/09/06 21:24:57 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php5/pecl-gearman/ChangeLog,v 1.5 2010/09/26 14:56:53 olemarkus Exp $ + + 26 Sep 2010; <olemarkus@gentoo.org> pecl-gearman-0.7.0.ebuild: + Added ~x86 keyword 06 Sep 2010; Diego E. Pettenò <flameeyes@gentoo.org> -pecl-gearman-0.6.0.ebuild: diff --git a/dev-php5/pecl-gearman/pecl-gearman-0.7.0.ebuild b/dev-php5/pecl-gearman/pecl-gearman-0.7.0.ebuild index a4f58c189d03..6b8c64ef918b 100644 --- a/dev-php5/pecl-gearman/pecl-gearman-0.7.0.ebuild +++ b/dev-php5/pecl-gearman/pecl-gearman-0.7.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php5/pecl-gearman/pecl-gearman-0.7.0.ebuild,v 1.1 2010/03/10 14:31:15 scarabeus Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php5/pecl-gearman/pecl-gearman-0.7.0.ebuild,v 1.2 2010/09/26 14:56:53 olemarkus Exp $ PHP_EXT_NAME="gearman" PHP_EXT_INI="yes" @@ -8,7 +8,7 @@ PHP_EXT_ZENDEXT="no" inherit php-ext-pecl-r1 -KEYWORDS="~amd64" +KEYWORDS="~amd64 ~x86" DESCRIPTION="PHP extension for using gearmand." LICENSE="PHP-3" |