diff options
author | 2007-10-30 18:51:46 +0000 | |
---|---|---|
committer | 2007-10-30 18:51:46 +0000 | |
commit | b716beaf9a46b5544e726640677d548de0f50ff7 (patch) | |
tree | 2c7f6215c61f3e12949c40843d6b92f7cf3e283b /dev-php/smarty | |
parent | Stable on ppc wrt bug 197398 (diff) | |
download | gentoo-2-b716beaf9a46b5544e726640677d548de0f50ff7.tar.gz gentoo-2-b716beaf9a46b5544e726640677d548de0f50ff7.tar.bz2 gentoo-2-b716beaf9a46b5544e726640677d548de0f50ff7.zip |
Stable on ppc wrt bug 197314
(Portage version: 2.1.3.16)
Diffstat (limited to 'dev-php/smarty')
-rw-r--r-- | dev-php/smarty/ChangeLog | 5 | ||||
-rw-r--r-- | dev-php/smarty/smarty-2.6.18.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-php/smarty/ChangeLog b/dev-php/smarty/ChangeLog index efa416f07ef8..d83d2c7877e4 100644 --- a/dev-php/smarty/ChangeLog +++ b/dev-php/smarty/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-php/smarty # Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php/smarty/ChangeLog,v 1.70 2007/10/28 21:53:49 jurek Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php/smarty/ChangeLog,v 1.71 2007/10/30 18:51:46 nixnut Exp $ + + 30 Oct 2007; nixnut <nixnut@gentoo.org> smarty-2.6.18.ebuild: + Stable on ppc wrt bug 197314 28 Oct 2007; Jurek Bartuszek <jurek@gentoo.org> smarty-2.6.18.ebuild: x86 stable (bug #197314) diff --git a/dev-php/smarty/smarty-2.6.18.ebuild b/dev-php/smarty/smarty-2.6.18.ebuild index 98ef0fd9b99c..7b2afa7d3ad8 100644 --- a/dev-php/smarty/smarty-2.6.18.ebuild +++ b/dev-php/smarty/smarty-2.6.18.ebuild @@ -1,10 +1,10 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php/smarty/smarty-2.6.18.ebuild,v 1.3 2007/10/28 21:53:49 jurek Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php/smarty/smarty-2.6.18.ebuild,v 1.4 2007/10/30 18:51:46 nixnut Exp $ inherit php-lib-r1 -KEYWORDS="~alpha ~amd64 ~hppa ~ppc ~ppc64 ~sparc x86" +KEYWORDS="~alpha ~amd64 ~hppa ppc ~ppc64 ~sparc x86" MY_P="Smarty-${PV}" |