diff options
author | Michael Hanselmann <hansmi@gentoo.org> | 2005-03-25 09:33:48 +0000 |
---|---|---|
committer | Michael Hanselmann <hansmi@gentoo.org> | 2005-03-25 09:33:48 +0000 |
commit | 4da8f4aee3f03a36855e0b0917d8d936b1103010 (patch) | |
tree | 777bfc5d947857580e0fba990c0e1bc4e7827248 /dev-php/smarty | |
parent | longdescription in dutch (diff) | |
download | gentoo-2-4da8f4aee3f03a36855e0b0917d8d936b1103010.tar.gz gentoo-2-4da8f4aee3f03a36855e0b0917d8d936b1103010.tar.bz2 gentoo-2-4da8f4aee3f03a36855e0b0917d8d936b1103010.zip |
Stable on ppc.
(Portage version: 2.0.51.19)
Diffstat (limited to 'dev-php/smarty')
-rw-r--r-- | dev-php/smarty/ChangeLog | 5 | ||||
-rw-r--r-- | dev-php/smarty/smarty-2.6.8.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-php/smarty/ChangeLog b/dev-php/smarty/ChangeLog index bb1afe451a52..a951aa4ae16d 100644 --- a/dev-php/smarty/ChangeLog +++ b/dev-php/smarty/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-php/smarty # Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php/smarty/ChangeLog,v 1.29 2005/03/25 05:16:20 sebastian Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php/smarty/ChangeLog,v 1.30 2005/03/25 09:33:48 hansmi Exp $ + + 25 Mar 2005; Michael Hanselmann <hansmi@gentoo.org> smarty-2.6.8.ebuild: + Stable on ppc. 25 Mar 2005; Sebastian Bergmann <sebastian@gentoo.org> smarty-2.6.8.ebuild: diff --git a/dev-php/smarty/smarty-2.6.8.ebuild b/dev-php/smarty/smarty-2.6.8.ebuild index 035541f74c35..6340ae6e7cd9 100644 --- a/dev-php/smarty/smarty-2.6.8.ebuild +++ b/dev-php/smarty/smarty-2.6.8.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.8.ebuild,v 1.3 2005/03/25 05:16:20 sebastian Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php/smarty/smarty-2.6.8.ebuild,v 1.4 2005/03/25 09:33:48 hansmi 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" |