diff options
author | Tom William Payne <twp@gentoo.org> | 2004-09-07 14:33:48 +0000 |
---|---|---|
committer | Tom William Payne <twp@gentoo.org> | 2004-09-07 14:33:48 +0000 |
commit | 4107a4fc3f3da3c0d5d118af3b52cbdabb588d94 (patch) | |
tree | 662aa25c4e89e6fba6151f08f95dbcc5a229eb1d /dev-php/smarty-docs | |
parent | Added nosendmail USE flag. This closes bug #11104. (Manifest recommit) (diff) | |
download | gentoo-2-4107a4fc3f3da3c0d5d118af3b52cbdabb588d94.tar.gz gentoo-2-4107a4fc3f3da3c0d5d118af3b52cbdabb588d94.tar.bz2 gentoo-2-4107a4fc3f3da3c0d5d118af3b52cbdabb588d94.zip |
Stable on x86.
Diffstat (limited to 'dev-php/smarty-docs')
-rw-r--r-- | dev-php/smarty-docs/ChangeLog | 5 | ||||
-rw-r--r-- | dev-php/smarty-docs/smarty-docs-2.6.3.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-php/smarty-docs/ChangeLog b/dev-php/smarty-docs/ChangeLog index 1460cde951de..5c6960e7bed8 100644 --- a/dev-php/smarty-docs/ChangeLog +++ b/dev-php/smarty-docs/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-php/smarty-docs # Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php/smarty-docs/ChangeLog,v 1.12 2004/08/01 21:18:19 twp Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php/smarty-docs/ChangeLog,v 1.13 2004/09/07 14:33:48 twp Exp $ + + 07 Sep 2004; Tom Payne <twp@gentoo.org> smarty-docs-2.6.3.ebuild: + Stable on x86. *smarty-docs-2.6.3 (01 Aug 2004) diff --git a/dev-php/smarty-docs/smarty-docs-2.6.3.ebuild b/dev-php/smarty-docs/smarty-docs-2.6.3.ebuild index 248e31fe6bf1..056e6eacbff1 100644 --- a/dev-php/smarty-docs/smarty-docs-2.6.3.ebuild +++ b/dev-php/smarty-docs/smarty-docs-2.6.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php/smarty-docs/smarty-docs-2.6.3.ebuild,v 1.1 2004/08/01 21:18:19 twp Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php/smarty-docs/smarty-docs-2.6.3.ebuild,v 1.2 2004/09/07 14:33:48 twp Exp $ MY_P=Smarty-${PV}-docs DESCRIPTION="A template engine for PHP" @@ -9,7 +9,7 @@ SRC_URI="http://smarty.php.net/distributions/manual/en/${MY_P}.tar.gz" LICENSE="LGPL-2.1" SLOT="0" IUSE="" -KEYWORDS="~alpha ~hppa ~ppc ~sparc ~x86" +KEYWORDS="~alpha ~hppa ~ppc ~sparc x86" DEPEND="" S=${WORKDIR}/manual |