diff options
author | Michael Hanselmann <hansmi@gentoo.org> | 2005-03-25 21:06:46 +0000 |
---|---|---|
committer | Michael Hanselmann <hansmi@gentoo.org> | 2005-03-25 21:06:46 +0000 |
commit | 3919eaa3ae9ca56088b38d57966c10847f477c6c (patch) | |
tree | 985a1306d178ae3c808dc83b1179f90679858f20 /dev-php/smarty | |
parent | ~amd64 (diff) | |
download | gentoo-2-3919eaa3ae9ca56088b38d57966c10847f477c6c.tar.gz gentoo-2-3919eaa3ae9ca56088b38d57966c10847f477c6c.tar.bz2 gentoo-2-3919eaa3ae9ca56088b38d57966c10847f477c6c.zip |
Stable on hppa.
(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 a951aa4ae16d..4f4b3698eb96 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.30 2005/03/25 09:33:48 hansmi Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php/smarty/ChangeLog,v 1.31 2005/03/25 21:06:46 hansmi Exp $ + + 25 Mar 2005; Michael Hanselmann <hansmi@gentoo.org> smarty-2.6.8.ebuild: + Stable on hppa. 25 Mar 2005; Michael Hanselmann <hansmi@gentoo.org> smarty-2.6.8.ebuild: Stable on ppc. diff --git a/dev-php/smarty/smarty-2.6.8.ebuild b/dev-php/smarty/smarty-2.6.8.ebuild index 6340ae6e7cd9..68b1adda684d 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.4 2005/03/25 09:33:48 hansmi Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php/smarty/smarty-2.6.8.ebuild,v 1.5 2005/03/25 21:06:46 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" |