diff options
author | 2006-09-29 13:40:42 +0000 | |
---|---|---|
committer | 2006-09-29 13:40:42 +0000 | |
commit | 74a626fde1b190d953ea5741c86dc362f4daa936 (patch) | |
tree | 4964881e799f841a6e37d8bb32c1dc38d1c351c7 /dev-php5/php-qt | |
parent | Fixed DEPEND/RDEPEND. (diff) | |
download | gentoo-2-74a626fde1b190d953ea5741c86dc362f4daa936.tar.gz gentoo-2-74a626fde1b190d953ea5741c86dc362f4daa936.tar.bz2 gentoo-2-74a626fde1b190d953ea5741c86dc362f4daa936.zip |
Mark ~amd64 for bug #121838.
(Portage version: 2.1.2_pre1-r4)
Diffstat (limited to 'dev-php5/php-qt')
-rw-r--r-- | dev-php5/php-qt/ChangeLog | 6 | ||||
-rw-r--r-- | dev-php5/php-qt/php-qt-0.0.3.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/dev-php5/php-qt/ChangeLog b/dev-php5/php-qt/ChangeLog index 1d594fc08b39..a30ebaea3fd2 100644 --- a/dev-php5/php-qt/ChangeLog +++ b/dev-php5/php-qt/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-php5/php-qt # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php5/php-qt/ChangeLog,v 1.2 2006/06/16 09:36:04 sebastian Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php5/php-qt/ChangeLog,v 1.3 2006/09/29 13:40:42 sebastian Exp $ + + 29 Sep 2006; Sebastian Bergmann <sebastian@gentoo.org> + php-qt-0.0.3.ebuild: + Mark ~amd64 for bug #121838. *php-qt-0.0.3 (16 Jun 2006) diff --git a/dev-php5/php-qt/php-qt-0.0.3.ebuild b/dev-php5/php-qt/php-qt-0.0.3.ebuild index 317e469356e3..fe8443fd84ba 100644 --- a/dev-php5/php-qt/php-qt-0.0.3.ebuild +++ b/dev-php5/php-qt/php-qt-0.0.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php5/php-qt/php-qt-0.0.3.ebuild,v 1.1 2006/06/16 09:36:04 sebastian Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php5/php-qt/php-qt-0.0.3.ebuild,v 1.2 2006/09/29 13:40:42 sebastian Exp $ PHP_EXT_NAME="php_qt" PHP_EXT_INI="yes" @@ -8,7 +8,7 @@ PHP_EXT_ZENDEXT="no" inherit php-ext-source-r1 -KEYWORDS="~x86" +KEYWORDS="~amd64 ~x86" DESCRIPTION="PHP 5 bindings for the Qt4 framework." HOMEPAGE="http://php-qt.berlios.de" SRC_URI="http://download.berlios.de/php-qt/php_qt-${PV}.tar.gz" |