diff options
author | 2013-11-03 11:24:33 +0000 | |
---|---|---|
committer | 2013-11-03 11:24:33 +0000 | |
commit | 33a8f97b1af54eb4f210682112eb7fda8d5759ff (patch) | |
tree | ab2fceff31d9153fd8c5ab1ad57d9cbad3dce5cf /dev-php/smarty | |
parent | Stable for sparc, wrt bug #488630 (diff) | |
download | gentoo-2-33a8f97b1af54eb4f210682112eb7fda8d5759ff.tar.gz gentoo-2-33a8f97b1af54eb4f210682112eb7fda8d5759ff.tar.bz2 gentoo-2-33a8f97b1af54eb4f210682112eb7fda8d5759ff.zip |
Stable for sparc, wrt bug #356615
(Portage version: 2.2.1/cvs/Linux ppc64, RepoMan options: --include-arches="sparc", signed Manifest commit with key 7194459F)
Diffstat (limited to 'dev-php/smarty')
-rw-r--r-- | dev-php/smarty/ChangeLog | 5 | ||||
-rw-r--r-- | dev-php/smarty/smarty-2.6.28.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-php/smarty/ChangeLog b/dev-php/smarty/ChangeLog index 739356ce94c1..d702d7b2a046 100644 --- a/dev-php/smarty/ChangeLog +++ b/dev-php/smarty/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-php/smarty # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php/smarty/ChangeLog,v 1.128 2013/10/25 10:52:03 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php/smarty/ChangeLog,v 1.129 2013/11/03 11:24:33 ago Exp $ + + 03 Nov 2013; Agostino Sarubbo <ago@gentoo.org> smarty-2.6.28.ebuild: + Stable for sparc, wrt bug #356615 25 Oct 2013; Agostino Sarubbo <ago@gentoo.org> smarty-2.6.28.ebuild: Stable for ia64, wrt bug #356615 diff --git a/dev-php/smarty/smarty-2.6.28.ebuild b/dev-php/smarty/smarty-2.6.28.ebuild index aa959d68715f..b76003c4dce4 100644 --- a/dev-php/smarty/smarty-2.6.28.ebuild +++ b/dev-php/smarty/smarty-2.6.28.ebuild @@ -1,12 +1,12 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php/smarty/smarty-2.6.28.ebuild,v 1.8 2013/10/25 10:52:03 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php/smarty/smarty-2.6.28.ebuild,v 1.9 2013/11/03 11:24:33 ago Exp $ EAPI=4 inherit eutils -KEYWORDS="alpha amd64 hppa ia64 ppc ppc64 ~sparc x86" +KEYWORDS="alpha amd64 hppa ia64 ppc ppc64 sparc x86" MY_P="Smarty-${PV}" |