diff options
author | 2013-10-25 10:51:57 +0000 | |
---|---|---|
committer | 2013-10-25 10:51:57 +0000 | |
commit | 0043e2d67e9db18e7a901c5bd592940b4a689ed2 (patch) | |
tree | ce9b3b8c63d445fa39962d68ab42126429e19385 /dev-php | |
parent | Stable for x86, wrt bug #356615 (diff) | |
download | gentoo-2-0043e2d67e9db18e7a901c5bd592940b4a689ed2.tar.gz gentoo-2-0043e2d67e9db18e7a901c5bd592940b4a689ed2.tar.bz2 gentoo-2-0043e2d67e9db18e7a901c5bd592940b4a689ed2.zip |
Stable for alpha, wrt bug #356615
(Portage version: 2.2.7/cvs/Linux x86_64, RepoMan options: --include-arches="alpha", signed Manifest commit with key 7194459F)
Diffstat (limited to 'dev-php')
-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 ac9aa5e0ae40..0973e4ff1b2e 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.126 2013/10/25 10:51:08 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php/smarty/ChangeLog,v 1.127 2013/10/25 10:51:57 ago Exp $ + + 25 Oct 2013; Agostino Sarubbo <ago@gentoo.org> smarty-2.6.28.ebuild: + Stable for alpha, wrt bug #356615 25 Oct 2013; Agostino Sarubbo <ago@gentoo.org> smarty-2.6.28.ebuild: Stable for x86, wrt bug #356615 diff --git a/dev-php/smarty/smarty-2.6.28.ebuild b/dev-php/smarty/smarty-2.6.28.ebuild index 825f932b826c..df4d499232b5 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.6 2013/10/25 10:51:08 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php/smarty/smarty-2.6.28.ebuild,v 1.7 2013/10/25 10:51:57 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}" |