diff options
author | Jeroen Roovers <jer@gentoo.org> | 2007-10-31 07:29:13 +0000 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2007-10-31 07:29:13 +0000 |
commit | a4a955d173700daf4142e33bcd8fe8e54d89189e (patch) | |
tree | ca8bbdda13bd6a10f51150af8b898a4db1844cc7 /dev-php | |
parent | stable x86, bug 197516 (diff) | |
download | gentoo-2-a4a955d173700daf4142e33bcd8fe8e54d89189e.tar.gz gentoo-2-a4a955d173700daf4142e33bcd8fe8e54d89189e.tar.bz2 gentoo-2-a4a955d173700daf4142e33bcd8fe8e54d89189e.zip |
Stable for HPPA (bug #197314).
(Portage version: 2.1.3.16)
Diffstat (limited to 'dev-php')
-rw-r--r-- | dev-php/smarty/ChangeLog | 5 | ||||
-rw-r--r-- | dev-php/smarty/smarty-2.6.18.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-php/smarty/ChangeLog b/dev-php/smarty/ChangeLog index d83d2c7877e4..370d0999dd0d 100644 --- a/dev-php/smarty/ChangeLog +++ b/dev-php/smarty/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-php/smarty # Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php/smarty/ChangeLog,v 1.71 2007/10/30 18:51:46 nixnut Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php/smarty/ChangeLog,v 1.72 2007/10/31 07:29:13 jer Exp $ + + 31 Oct 2007; Jeroen Roovers <jer@gentoo.org> smarty-2.6.18.ebuild: + Stable for HPPA (bug #197314). 30 Oct 2007; nixnut <nixnut@gentoo.org> smarty-2.6.18.ebuild: Stable on ppc wrt bug 197314 diff --git a/dev-php/smarty/smarty-2.6.18.ebuild b/dev-php/smarty/smarty-2.6.18.ebuild index 7b2afa7d3ad8..9c01a73065b7 100644 --- a/dev-php/smarty/smarty-2.6.18.ebuild +++ b/dev-php/smarty/smarty-2.6.18.ebuild @@ -1,10 +1,10 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php/smarty/smarty-2.6.18.ebuild,v 1.4 2007/10/30 18:51:46 nixnut Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php/smarty/smarty-2.6.18.ebuild,v 1.5 2007/10/31 07:29:13 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}" |