diff options
author | 2005-11-22 15:26:47 +0000 | |
---|---|---|
committer | 2005-11-22 15:26:47 +0000 | |
commit | d8e7f3bc79305ef9282c1874ad7a5ba889459303 (patch) | |
tree | dc3409d8f5105f608e0a79d7297528dd9656bda2 /dev-php/smarty | |
parent | Stable on amd64, bug 112835. Cleaned out old versions. (diff) | |
download | gentoo-2-d8e7f3bc79305ef9282c1874ad7a5ba889459303.tar.gz gentoo-2-d8e7f3bc79305ef9282c1874ad7a5ba889459303.tar.bz2 gentoo-2-d8e7f3bc79305ef9282c1874ad7a5ba889459303.zip |
Stable on sparc
(Portage version: 2.0.53_rc7)
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 33fd852ded36..ae4bb1fd5a9a 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.39 2005/11/22 00:49:08 halcy0n Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php/smarty/ChangeLog,v 1.40 2005/11/22 15:26:47 gustavoz Exp $ + + 22 Nov 2005; Gustavo Zacarias <gustavoz@gentoo.org> smarty-2.6.10.ebuild: + Stable on sparc 22 Nov 2005; Mark Loeser <halcy0n@gentoo.org> smarty-2.6.10.ebuild: Stable on x86; bug #112977 diff --git a/dev-php/smarty/smarty-2.6.10.ebuild b/dev-php/smarty/smarty-2.6.10.ebuild index 311a2763c550..edf870eb45cd 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.3 2005/11/22 00:49:08 halcy0n Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php/smarty/smarty-2.6.10.ebuild,v 1.4 2005/11/22 15:26:47 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 ~amd64 ~hppa ~ppc ~sparc x86" +KEYWORDS="~alpha ~amd64 ~hppa ~ppc sparc x86" IUSE="doc" DEPEND="doc? ( dev-php/smarty-docs )" RDEPEND="virtual/php" |