diff options
author | Jeroen Roovers <jer@gentoo.org> | 2009-05-21 01:40:06 +0000 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2009-05-21 01:40:06 +0000 |
commit | 0268ad4d796063c62e87d4f1b1bc603b5c2ef604 (patch) | |
tree | 8b4b10267d53a251caf3d3b73fb9015831c562a3 /dev-php | |
parent | stable sparc, bug 268074 (diff) | |
download | gentoo-2-0268ad4d796063c62e87d4f1b1bc603b5c2ef604.tar.gz gentoo-2-0268ad4d796063c62e87d4f1b1bc603b5c2ef604.tar.bz2 gentoo-2-0268ad4d796063c62e87d4f1b1bc603b5c2ef604.zip |
Stable for HPPA (bug #270494).
(Portage version: 2.2_rc33/cvs/Linux i686)
Diffstat (limited to 'dev-php')
-rw-r--r-- | dev-php/smarty/ChangeLog | 7 | ||||
-rw-r--r-- | dev-php/smarty/smarty-2.6.24.ebuild | 4 |
2 files changed, 7 insertions, 4 deletions
diff --git a/dev-php/smarty/ChangeLog b/dev-php/smarty/ChangeLog index ee2ef8097e42..cbeb085a7810 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.97 2009/05/20 16:57:24 dertobi123 Exp $ +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-php/smarty/ChangeLog,v 1.98 2009/05/21 01:40:06 jer Exp $ + + 21 May 2009; Jeroen Roovers <jer@gentoo.org> smarty-2.6.24.ebuild: + Stable for HPPA (bug #270494). *smarty-2.6.24 (20 May 2009) diff --git a/dev-php/smarty/smarty-2.6.24.ebuild b/dev-php/smarty/smarty-2.6.24.ebuild index cdf9964b3b31..8a985a3f9f37 100644 --- a/dev-php/smarty/smarty-2.6.24.ebuild +++ b/dev-php/smarty/smarty-2.6.24.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.24.ebuild,v 1.1 2009/05/20 16:57:24 dertobi123 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php/smarty/smarty-2.6.24.ebuild,v 1.2 2009/05/21 01:40:06 jer 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}" |