diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2013-10-25 10:51:08 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2013-10-25 10:51:08 +0000 |
commit | db760adef751e06fc7d73dc4df6df7f3421fe3a9 (patch) | |
tree | 176deba97e77f4f11913732ba8f1c9ba73f6fd0f /dev-php/smarty | |
parent | Stable for x86, wrt bug #487688 (diff) | |
download | gentoo-2-db760adef751e06fc7d73dc4df6df7f3421fe3a9.tar.gz gentoo-2-db760adef751e06fc7d73dc4df6df7f3421fe3a9.tar.bz2 gentoo-2-db760adef751e06fc7d73dc4df6df7f3421fe3a9.zip |
Stable for x86, wrt bug #356615
(Portage version: 2.2.7/cvs/Linux x86_64, RepoMan options: --include-arches="x86", 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 7ab53f21aa60..ac9aa5e0ae40 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.125 2013/10/25 10:50:56 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php/smarty/ChangeLog,v 1.126 2013/10/25 10:51:08 ago Exp $ + + 25 Oct 2013; Agostino Sarubbo <ago@gentoo.org> smarty-2.6.28.ebuild: + Stable for x86, wrt bug #356615 25 Oct 2013; Agostino Sarubbo <ago@gentoo.org> smarty-2.6.28.ebuild: Stable for ppc64, wrt bug #356615 diff --git a/dev-php/smarty/smarty-2.6.28.ebuild b/dev-php/smarty/smarty-2.6.28.ebuild index 9b5fe7806271..825f932b826c 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.5 2013/10/25 10:50:56 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php/smarty/smarty-2.6.28.ebuild,v 1.6 2013/10/25 10:51:08 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}" |