diff options
author | Mark Loeser <halcy0n@gentoo.org> | 2006-04-17 22:15:53 +0000 |
---|---|---|
committer | Mark Loeser <halcy0n@gentoo.org> | 2006-04-17 22:15:53 +0000 |
commit | 2d655e987e4ae788ca9bcf879ddee7774c894c5c (patch) | |
tree | 2923ce4034a8287c606cff3cd019afb5f15d835f /dev-php | |
parent | Added patch to check for mikmod USE on sdl-mixer and closing bug #130089. (diff) | |
download | gentoo-2-2d655e987e4ae788ca9bcf879ddee7774c894c5c.tar.gz gentoo-2-2d655e987e4ae788ca9bcf879ddee7774c894c5c.tar.bz2 gentoo-2-2d655e987e4ae788ca9bcf879ddee7774c894c5c.zip |
Stable on x86; bug #130301
(Portage version: 2.1_pre7-r5)
Diffstat (limited to 'dev-php')
-rw-r--r-- | dev-php/smarty/ChangeLog | 5 | ||||
-rw-r--r-- | dev-php/smarty/smarty-2.6.13.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-php/smarty/ChangeLog b/dev-php/smarty/ChangeLog index 38c7dd51be9c..8dbf55c4a6b9 100644 --- a/dev-php/smarty/ChangeLog +++ b/dev-php/smarty/ChangeLog @@ -1,6 +1,9 @@ # 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.48 2006/03/12 14:23:37 tomk Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php/smarty/ChangeLog,v 1.49 2006/04/17 22:15:53 halcy0n Exp $ + + 17 Apr 2006; Mark Loeser <halcy0n@gentoo.org> smarty-2.6.13.ebuild: + Stable on x86; bug #130301 *smarty-2.6.13 (12 Mar 2006) diff --git a/dev-php/smarty/smarty-2.6.13.ebuild b/dev-php/smarty/smarty-2.6.13.ebuild index 9e24e89c56b3..cb381ae842f1 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.1 2006/03/12 14:23:37 tomk Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php/smarty/smarty-2.6.13.ebuild,v 1.2 2006/04/17 22:15:53 halcy0n 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 ~ppc ~sparc ~x86" +KEYWORDS="~alpha ~amd64 ~ppc ~sparc x86" IUSE="doc" DEPEND="doc? ( dev-php/smarty-docs )" |