diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2013-10-25 10:52:03 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2013-10-25 10:52:03 +0000 |
commit | 958d49b95f618c28aea2a30c9ca2eb80a0789a48 (patch) | |
tree | 5da5432d427bd26f03967e3f1ab137c737f6cd86 /dev-php | |
parent | Stable for alpha, wrt bug #356615 (diff) | |
download | gentoo-2-958d49b95f618c28aea2a30c9ca2eb80a0789a48.tar.gz gentoo-2-958d49b95f618c28aea2a30c9ca2eb80a0789a48.tar.bz2 gentoo-2-958d49b95f618c28aea2a30c9ca2eb80a0789a48.zip |
Stable for ia64, wrt bug #356615
(Portage version: 2.2.7/cvs/Linux x86_64, RepoMan options: --include-arches="ia64", 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 0973e4ff1b2e..739356ce94c1 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.127 2013/10/25 10:51:57 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php/smarty/ChangeLog,v 1.128 2013/10/25 10:52:03 ago Exp $ + + 25 Oct 2013; Agostino Sarubbo <ago@gentoo.org> smarty-2.6.28.ebuild: + Stable for ia64, wrt bug #356615 25 Oct 2013; Agostino Sarubbo <ago@gentoo.org> smarty-2.6.28.ebuild: Stable for alpha, wrt bug #356615 diff --git a/dev-php/smarty/smarty-2.6.28.ebuild b/dev-php/smarty/smarty-2.6.28.ebuild index df4d499232b5..aa959d68715f 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.7 2013/10/25 10:51:57 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php/smarty/smarty-2.6.28.ebuild,v 1.8 2013/10/25 10:52:03 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}" |