diff options
author | 2008-03-03 19:02:25 +0000 | |
---|---|---|
committer | 2008-03-03 19:02:25 +0000 | |
commit | 84a5f5e2fc9b8b7a578627caa57d4f58e7809c1c (patch) | |
tree | 74f71481352d53906a208dcdd27d28f1ccc0e71a /dev-php | |
parent | Correct license from LGPL-2 to LGPL-2.1 (diff) | |
download | gentoo-2-84a5f5e2fc9b8b7a578627caa57d4f58e7809c1c.tar.gz gentoo-2-84a5f5e2fc9b8b7a578627caa57d4f58e7809c1c.tar.bz2 gentoo-2-84a5f5e2fc9b8b7a578627caa57d4f58e7809c1c.zip |
Stable for HPPA (bug #212147).
(Portage version: 2.1.4.4)
Diffstat (limited to 'dev-php')
-rw-r--r-- | dev-php/smarty/ChangeLog | 5 | ||||
-rw-r--r-- | dev-php/smarty/smarty-2.6.19.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-php/smarty/ChangeLog b/dev-php/smarty/ChangeLog index 81029beea408..cf401dce88c1 100644 --- a/dev-php/smarty/ChangeLog +++ b/dev-php/smarty/ChangeLog @@ -1,6 +1,9 @@ # 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.76 2008/03/03 18:21:48 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php/smarty/ChangeLog,v 1.77 2008/03/03 19:02:25 jer Exp $ + + 03 Mar 2008; Jeroen Roovers <jer@gentoo.org> smarty-2.6.19.ebuild: + Stable for HPPA (bug #212147). 03 Mar 2008; Markus Meier <maekke@gentoo.org> smarty-2.6.19.ebuild: x86 stable, security bug #212147 diff --git a/dev-php/smarty/smarty-2.6.19.ebuild b/dev-php/smarty/smarty-2.6.19.ebuild index 1c23d47bc30b..60f29da6e202 100644 --- a/dev-php/smarty/smarty-2.6.19.ebuild +++ b/dev-php/smarty/smarty-2.6.19.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.19.ebuild,v 1.2 2008/03/03 18:21:48 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php/smarty/smarty-2.6.19.ebuild,v 1.3 2008/03/03 19:02:25 jer 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}" |