diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2013-10-25 10:50:56 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2013-10-25 10:50:56 +0000 |
commit | c21810d31abbd1bcdc3da37a670f87b309943697 (patch) | |
tree | 663a7c8242cf277edb9282ea7617e247da352c3d /dev-php | |
parent | Stable for ppc, wrt bug #356615 (diff) | |
download | gentoo-2-c21810d31abbd1bcdc3da37a670f87b309943697.tar.gz gentoo-2-c21810d31abbd1bcdc3da37a670f87b309943697.tar.bz2 gentoo-2-c21810d31abbd1bcdc3da37a670f87b309943697.zip |
Stable for ppc64, wrt bug #356615
(Portage version: 2.2.7/cvs/Linux x86_64, RepoMan options: --include-arches="ppc64", 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 26f04f93c5f2..7ab53f21aa60 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.124 2013/10/25 10:50:47 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php/smarty/ChangeLog,v 1.125 2013/10/25 10:50:56 ago Exp $ + + 25 Oct 2013; Agostino Sarubbo <ago@gentoo.org> smarty-2.6.28.ebuild: + Stable for ppc64, wrt bug #356615 25 Oct 2013; Agostino Sarubbo <ago@gentoo.org> smarty-2.6.28.ebuild: Stable for ppc, wrt bug #356615 diff --git a/dev-php/smarty/smarty-2.6.28.ebuild b/dev-php/smarty/smarty-2.6.28.ebuild index 357a7948a9a5..9b5fe7806271 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.4 2013/10/25 10:50:47 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php/smarty/smarty-2.6.28.ebuild,v 1.5 2013/10/25 10:50:56 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}" |