diff options
author | René Nussbaumer <killerfox@gentoo.org> | 2005-12-24 16:17:22 +0000 |
---|---|---|
committer | René Nussbaumer <killerfox@gentoo.org> | 2005-12-24 16:17:22 +0000 |
commit | f09e1568d2173045b2b9b2c83b3f6d312eedaad1 (patch) | |
tree | 2fce74e8d34f663086cca863e68b6ea275d8b366 /dev-php/smarty | |
parent | Version bumped. Fixed for gcc 4.1, Bug 115918. (diff) | |
download | gentoo-2-f09e1568d2173045b2b9b2c83b3f6d312eedaad1.tar.gz gentoo-2-f09e1568d2173045b2b9b2c83b3f6d312eedaad1.tar.bz2 gentoo-2-f09e1568d2173045b2b9b2c83b3f6d312eedaad1.zip |
Stable on hppa.
(Portage version: 2.0.53)
Diffstat (limited to 'dev-php/smarty')
-rw-r--r-- | dev-php/smarty/ChangeLog | 5 | ||||
-rw-r--r-- | dev-php/smarty/smarty-2.6.10.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-php/smarty/ChangeLog b/dev-php/smarty/ChangeLog index 8371349094ab..b942e4aa00da 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.44 2005/12/24 15:10:48 hansmi Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php/smarty/ChangeLog,v 1.45 2005/12/24 16:13:52 killerfox Exp $ + + 24 Dec 2005; Rene Nussbaumer <killerfox@gentoo.org> smarty-2.6.10.ebuild: + Stable on hppa. 24 Dec 2005; Michael Hanselmann <hansmi@gentoo.org> smarty-2.6.10.ebuild: Stable on ppc. diff --git a/dev-php/smarty/smarty-2.6.10.ebuild b/dev-php/smarty/smarty-2.6.10.ebuild index cf36fe0865c4..079ba5f1b472 100644 --- a/dev-php/smarty/smarty-2.6.10.ebuild +++ b/dev-php/smarty/smarty-2.6.10.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.10.ebuild,v 1.6 2005/12/24 15:10:48 hansmi Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php/smarty/smarty-2.6.10.ebuild,v 1.7 2005/12/24 16:13:52 killerfox 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 amd64 ~hppa ppc sparc x86" +KEYWORDS="~alpha amd64 hppa ppc sparc x86" IUSE="doc" DEPEND="doc? ( dev-php/smarty-docs )" RDEPEND="virtual/php" |