diff options
author | Sebastian Bergmann <sebastian@gentoo.org> | 2005-02-19 06:30:55 +0000 |
---|---|---|
committer | Sebastian Bergmann <sebastian@gentoo.org> | 2005-02-19 06:30:55 +0000 |
commit | b5db3f99c0170d6b4c7a000776587593181e3265 (patch) | |
tree | 340d1da3cdfd55f168ac8b6d4f5960c237b02c67 /dev-php | |
parent | Stable on ppc-macos. (diff) | |
download | gentoo-2-b5db3f99c0170d6b4c7a000776587593181e3265.tar.gz gentoo-2-b5db3f99c0170d6b4c7a000776587593181e3265.tar.bz2 gentoo-2-b5db3f99c0170d6b4c7a000776587593181e3265.zip |
Mask ~amd64.
(Portage version: 2.0.51-r15)
Diffstat (limited to 'dev-php')
-rw-r--r-- | dev-php/PECL-apd/ChangeLog | 6 | ||||
-rw-r--r-- | dev-php/PECL-apd/PECL-apd-1.0.1.ebuild | 6 |
2 files changed, 8 insertions, 4 deletions
diff --git a/dev-php/PECL-apd/ChangeLog b/dev-php/PECL-apd/ChangeLog index 5dcb70bd8744..2edd2c878d36 100644 --- a/dev-php/PECL-apd/ChangeLog +++ b/dev-php/PECL-apd/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-php/PECL-apd # Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php/PECL-apd/ChangeLog,v 1.1 2005/02/14 19:29:52 sebastian Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php/PECL-apd/ChangeLog,v 1.2 2005/02/19 06:30:55 sebastian Exp $ + + 19 Feb 2005; Sebastian Bergmann <sebastian@gentoo.org> + PECL-apd-1.0.1.ebuild: + Mask ~amd64. *PECL-apd-1.0.1 (14 Feb 2005) diff --git a/dev-php/PECL-apd/PECL-apd-1.0.1.ebuild b/dev-php/PECL-apd/PECL-apd-1.0.1.ebuild index f2f38c29c52a..aaa578004238 100644 --- a/dev-php/PECL-apd/PECL-apd-1.0.1.ebuild +++ b/dev-php/PECL-apd/PECL-apd-1.0.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php/PECL-apd/PECL-apd-1.0.1.ebuild,v 1.1 2005/02/14 19:29:52 sebastian Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php/PECL-apd/PECL-apd-1.0.1.ebuild,v 1.2 2005/02/19 06:30:55 sebastian Exp $ PHP_EXT_ZENDEXT="yes" PHP_EXT_PECL_PKG="apd" @@ -13,9 +13,9 @@ IUSE="" DESCRIPTION="A full-featured engine-level profiler/debugger." SLOT="0" LICENSE="PHP" -KEYWORDS="~x86" +KEYWORDS="~x86 ~amd64" DEPEND="${DEPEND} - =dev-php/php-5*" + =dev-php/php-5*" src_install () { php-ext-pecl_src_install |