diff options
author | Tobias Klausmann <klausman@gentoo.org> | 2009-02-01 14:10:23 +0000 |
---|---|---|
committer | Tobias Klausmann <klausman@gentoo.org> | 2009-02-01 14:10:23 +0000 |
commit | 762f8e19085f3a9437c43e6fce19e5bf305ce019 (patch) | |
tree | d22b95c066b5521e8fb77c44eef50f668b90729d /dev-php | |
parent | Bump, fix bug 253229. Also fix bug 198779, acl automagic dependency. (diff) | |
download | gentoo-2-762f8e19085f3a9437c43e6fce19e5bf305ce019.tar.gz gentoo-2-762f8e19085f3a9437c43e6fce19e5bf305ce019.tar.bz2 gentoo-2-762f8e19085f3a9437c43e6fce19e5bf305ce019.zip |
Stable on alpha, bug #254415
(Portage version: 2.1.6.7/cvs/Linux x86_64)
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 58d98d326383..bb69e4db3b22 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.91 2009/01/17 15:43:50 bluebird Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php/smarty/ChangeLog,v 1.92 2009/02/01 14:10:23 klausman Exp $ + + 01 Feb 2009; Tobias Klausmann <klausman@gentoo.org> smarty-2.6.21.ebuild: + Stable on alpha, bug #254415 17 Jan 2009; Friedrich Oslage <bluebird@gentoo.org> smarty-2.6.21.ebuild: Stable on sparc, bug #254415 diff --git a/dev-php/smarty/smarty-2.6.21.ebuild b/dev-php/smarty/smarty-2.6.21.ebuild index 5a2a4df53605..f645026b2677 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.4 2009/01/17 15:43:50 bluebird Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php/smarty/smarty-2.6.21.ebuild,v 1.5 2009/02/01 14:10:23 klausman 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}" |