diff options
author | Markus Meier <maekke@gentoo.org> | 2008-11-28 20:17:31 +0000 |
---|---|---|
committer | Markus Meier <maekke@gentoo.org> | 2008-11-28 20:17:31 +0000 |
commit | 86e7578c0dbb56e964d4111d1df2e0aeec11db05 (patch) | |
tree | c6d680ae8d7f5649b5c88ccb2eba2b0538ffa7df /dev-php/smarty | |
parent | - version bump and some cleanup (diff) | |
download | gentoo-2-86e7578c0dbb56e964d4111d1df2e0aeec11db05.tar.gz gentoo-2-86e7578c0dbb56e964d4111d1df2e0aeec11db05.tar.bz2 gentoo-2-86e7578c0dbb56e964d4111d1df2e0aeec11db05.zip |
amd64/x86 stable, bug #243856
(Portage version: 2.1.6_rc2/cvs/Linux 2.6.26.8 x86_64)
Diffstat (limited to 'dev-php/smarty')
-rw-r--r-- | dev-php/smarty/ChangeLog | 5 | ||||
-rw-r--r-- | dev-php/smarty/smarty-2.6.20-r1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-php/smarty/ChangeLog b/dev-php/smarty/ChangeLog index 3ab3647cb948..2d66db84f74b 100644 --- a/dev-php/smarty/ChangeLog +++ b/dev-php/smarty/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-php/smarty # Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php/smarty/ChangeLog,v 1.82 2008/11/28 15:55:14 dertobi123 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php/smarty/ChangeLog,v 1.83 2008/11/28 20:17:31 maekke Exp $ + + 28 Nov 2008; Markus Meier <maekke@gentoo.org> smarty-2.6.20-r1.ebuild: + amd64/x86 stable, bug #243856 *smarty-2.6.20-r1 (28 Nov 2008) diff --git a/dev-php/smarty/smarty-2.6.20-r1.ebuild b/dev-php/smarty/smarty-2.6.20-r1.ebuild index b7470b49642e..995a594052ec 100644 --- a/dev-php/smarty/smarty-2.6.20-r1.ebuild +++ b/dev-php/smarty/smarty-2.6.20-r1.ebuild @@ -1,10 +1,10 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php/smarty/smarty-2.6.20-r1.ebuild,v 1.1 2008/11/28 15:55:14 dertobi123 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php/smarty/smarty-2.6.20-r1.ebuild,v 1.2 2008/11/28 20:17:31 maekke Exp $ inherit php-lib-r1 eutils -KEYWORDS="~alpha ~amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86" +KEYWORDS="~alpha amd64 ~hppa ~ppc ~ppc64 ~sparc x86" MY_P="Smarty-${PV}" |