diff options
author | Brent Baude <ranger@gentoo.org> | 2009-02-27 14:57:19 +0000 |
---|---|---|
committer | Brent Baude <ranger@gentoo.org> | 2009-02-27 14:57:19 +0000 |
commit | 28c76e12ad78c65457ce61e8e4077c740af2899e (patch) | |
tree | 8f57bf6384963a124c1608833d1beaf7cdeb354c /dev-php | |
parent | Added desktop menu and mime info, reorganized docs (diff) | |
download | gentoo-2-28c76e12ad78c65457ce61e8e4077c740af2899e.tar.gz gentoo-2-28c76e12ad78c65457ce61e8e4077c740af2899e.tar.bz2 gentoo-2-28c76e12ad78c65457ce61e8e4077c740af2899e.zip |
stable ppc64, bug 254415
(Portage version: 2.2_rc17/cvs/Linux 2.6.25-gentoo-r7 ppc64)
Diffstat (limited to 'dev-php')
-rw-r--r-- | dev-php/smarty/ChangeLog | 5 | ||||
-rw-r--r-- | dev-php/smarty/smarty-2.6.21.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-php/smarty/ChangeLog b/dev-php/smarty/ChangeLog index aae67adeb8f1..067ba7c0d50d 100644 --- a/dev-php/smarty/ChangeLog +++ b/dev-php/smarty/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-php/smarty # Copyright 2000-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php/smarty/ChangeLog,v 1.95 2009/02/18 16:50:06 dertobi123 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php/smarty/ChangeLog,v 1.96 2009/02/27 14:57:19 ranger Exp $ + + 27 Feb 2009; Brent Baude <ranger@gentoo.org> smarty-2.6.21.ebuild: + stable ppc64, bug 254415 *smarty-2.6.22 (18 Feb 2009) diff --git a/dev-php/smarty/smarty-2.6.21.ebuild b/dev-php/smarty/smarty-2.6.21.ebuild index fe4e09b963f2..bf2610c83f45 100644 --- a/dev-php/smarty/smarty-2.6.21.ebuild +++ b/dev-php/smarty/smarty-2.6.21.ebuild @@ -1,10 +1,10 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php/smarty/smarty-2.6.21.ebuild,v 1.6 2009/02/06 03:27:33 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php/smarty/smarty-2.6.21.ebuild,v 1.7 2009/02/27 14:57:19 ranger Exp $ inherit php-lib-r1 eutils -KEYWORDS="alpha amd64 hppa ppc ~ppc64 sparc x86" +KEYWORDS="alpha amd64 hppa ppc ppc64 sparc x86" MY_P="Smarty-${PV}" |