diff options
Diffstat (limited to 'dev-php/smarty/smarty-2.6.9.ebuild')
-rw-r--r-- | dev-php/smarty/smarty-2.6.9.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-php/smarty/smarty-2.6.9.ebuild b/dev-php/smarty/smarty-2.6.9.ebuild index cd37b101ec29..7d010b196ac6 100644 --- a/dev-php/smarty/smarty-2.6.9.ebuild +++ b/dev-php/smarty/smarty-2.6.9.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/smarty/smarty-2.6.9.ebuild,v 1.4 2005/04/08 20:25:55 gmsoft Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php/smarty/smarty-2.6.9.ebuild,v 1.5 2005/04/09 01:01:10 gustavoz Exp $ MY_P=Smarty-${PV} DESCRIPTION="A template engine for PHP" @@ -8,7 +8,7 @@ HOMEPAGE="http://smarty.php.net/" SRC_URI="http://smarty.php.net/distributions/${MY_P}.tar.gz" LICENSE="LGPL-2.1" SLOT="0" -KEYWORDS="alpha hppa ppc ~sparc x86 amd64" +KEYWORDS="alpha hppa ppc sparc x86 amd64" IUSE="doc" DEPEND="doc? ( dev-php/smarty-docs )" RDEPEND="virtual/php" |