diff options
author | Tobias Scherbaum <dertobi123@gentoo.org> | 2008-11-28 21:57:51 +0000 |
---|---|---|
committer | Tobias Scherbaum <dertobi123@gentoo.org> | 2008-11-28 21:57:51 +0000 |
commit | 4e340c6db6e6049ac546735a11a72c3ef9ad20cb (patch) | |
tree | ccbcd5a5bb90f6a95d9a874c068ff5d6819f1b8f | |
parent | ppc stable, bug #244741 (diff) | |
download | gentoo-2-4e340c6db6e6049ac546735a11a72c3ef9ad20cb.tar.gz gentoo-2-4e340c6db6e6049ac546735a11a72c3ef9ad20cb.tar.bz2 gentoo-2-4e340c6db6e6049ac546735a11a72c3ef9ad20cb.zip |
ppc stable, bug #243856
(Portage version: 2.2_rc16/cvs/Linux 2.6.25-gentoo-r7 x86_64)
-rw-r--r-- | dev-php/smarty/ChangeLog | 6 | ||||
-rw-r--r-- | dev-php/smarty/smarty-2.6.20-r1.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/dev-php/smarty/ChangeLog b/dev-php/smarty/ChangeLog index 2d66db84f74b..ca41413c8d42 100644 --- a/dev-php/smarty/ChangeLog +++ b/dev-php/smarty/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-php/smarty # Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php/smarty/ChangeLog,v 1.83 2008/11/28 20:17:31 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php/smarty/ChangeLog,v 1.84 2008/11/28 21:57:51 dertobi123 Exp $ + + 28 Nov 2008; Tobias Scherbaum <dertobi123@gentoo.org> + smarty-2.6.20-r1.ebuild: + ppc stable, bug #243856 28 Nov 2008; Markus Meier <maekke@gentoo.org> smarty-2.6.20-r1.ebuild: amd64/x86 stable, bug #243856 diff --git a/dev-php/smarty/smarty-2.6.20-r1.ebuild b/dev-php/smarty/smarty-2.6.20-r1.ebuild index 995a594052ec..0c4a5dbd270a 100644 --- a/dev-php/smarty/smarty-2.6.20-r1.ebuild +++ b/dev-php/smarty/smarty-2.6.20-r1.ebuild @@ -1,10 +1,10 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php/smarty/smarty-2.6.20-r1.ebuild,v 1.2 2008/11/28 20:17:31 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php/smarty/smarty-2.6.20-r1.ebuild,v 1.3 2008/11/28 21:57:51 dertobi123 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}" |