diff options
author | Markus Rothe <corsair@gentoo.org> | 2006-10-11 19:42:17 +0000 |
---|---|---|
committer | Markus Rothe <corsair@gentoo.org> | 2006-10-11 19:42:17 +0000 |
commit | d4a3d11ea82850be5730444d1ff642492cdd4689 (patch) | |
tree | a505adb3d3fe2b0ce8769546eddb6c3f2ed77199 /dev-php | |
parent | Add 9999 version that pulls off the Mercurial repository, for when the releas... (diff) | |
download | gentoo-2-d4a3d11ea82850be5730444d1ff642492cdd4689.tar.gz gentoo-2-d4a3d11ea82850be5730444d1ff642492cdd4689.tar.bz2 gentoo-2-d4a3d11ea82850be5730444d1ff642492cdd4689.zip |
Added ~ppc64; bug #150873
(Portage version: 2.1.1-r1)
Diffstat (limited to 'dev-php')
-rw-r--r-- | dev-php/smarty/ChangeLog | 6 | ||||
-rw-r--r-- | dev-php/smarty/smarty-2.6.13.ebuild | 4 | ||||
-rw-r--r-- | dev-php/smarty/smarty-2.6.14.ebuild | 4 |
3 files changed, 9 insertions, 5 deletions
diff --git a/dev-php/smarty/ChangeLog b/dev-php/smarty/ChangeLog index b3d3b850a334..f8810f80c2c7 100644 --- a/dev-php/smarty/ChangeLog +++ b/dev-php/smarty/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-php/smarty # Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php/smarty/ChangeLog,v 1.63 2006/10/01 14:05:08 dertobi123 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php/smarty/ChangeLog,v 1.64 2006/10/11 19:42:17 corsair Exp $ + + 11 Oct 2006; Markus Rothe <corsair@gentoo.org> smarty-2.6.13.ebuild, + smarty-2.6.14.ebuild: + Added ~ppc64; bug #150873 01 Oct 2006; Tobias Scherbaum <dertobi123@gentoo.org> smarty-2.6.14.ebuild: diff --git a/dev-php/smarty/smarty-2.6.13.ebuild b/dev-php/smarty/smarty-2.6.13.ebuild index d4189c8b0536..e07f196271ce 100644 --- a/dev-php/smarty/smarty-2.6.13.ebuild +++ b/dev-php/smarty/smarty-2.6.13.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-php/smarty/smarty-2.6.13.ebuild,v 1.8 2006/05/31 22:23:50 gmsoft Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php/smarty/smarty-2.6.13.ebuild,v 1.9 2006/10/11 19:42:17 corsair Exp $ inherit php-lib-r1 @@ -8,7 +8,7 @@ DESCRIPTION="A template engine for PHP." HOMEPAGE="http://smarty.php.net/" LICENSE="LGPL-2.1" SLOT="0" -KEYWORDS="alpha amd64 hppa ppc sparc x86" +KEYWORDS="alpha amd64 hppa ppc ~ppc64 sparc x86" IUSE="doc" DEPEND="doc? ( dev-php/smarty-docs )" diff --git a/dev-php/smarty/smarty-2.6.14.ebuild b/dev-php/smarty/smarty-2.6.14.ebuild index f015c7c61136..7bc51a67ac31 100644 --- a/dev-php/smarty/smarty-2.6.14.ebuild +++ b/dev-php/smarty/smarty-2.6.14.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-php/smarty/smarty-2.6.14.ebuild,v 1.6 2006/10/01 14:05:08 dertobi123 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php/smarty/smarty-2.6.14.ebuild,v 1.7 2006/10/11 19:42:17 corsair Exp $ inherit php-lib-r1 @@ -8,7 +8,7 @@ DESCRIPTION="A template engine for PHP." HOMEPAGE="http://smarty.php.net/" LICENSE="LGPL-2.1" SLOT="0" -KEYWORDS="~alpha amd64 hppa ppc sparc x86" +KEYWORDS="~alpha amd64 hppa ppc ~ppc64 sparc x86" IUSE="doc" DEPEND="doc? ( dev-php/smarty-docs )" |