diff options
author | Markus Meier <maekke@gentoo.org> | 2009-01-11 15:11:03 +0000 |
---|---|---|
committer | Markus Meier <maekke@gentoo.org> | 2009-01-11 15:11:03 +0000 |
commit | 47596b6c0da4c4c34b77fb8297720796b57e8d41 (patch) | |
tree | 22128e61d0cb4f00350c2d392bf30c31d5d34d9e /dev-php/smarty | |
parent | Remove Module-Build from RDEPEND (#246942) (diff) | |
download | gentoo-2-47596b6c0da4c4c34b77fb8297720796b57e8d41.tar.gz gentoo-2-47596b6c0da4c4c34b77fb8297720796b57e8d41.tar.bz2 gentoo-2-47596b6c0da4c4c34b77fb8297720796b57e8d41.zip |
amd64/x86 stable, bug #254415
(Portage version: 2.1.6.4/cvs/Linux 2.6.28 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.21.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-php/smarty/ChangeLog b/dev-php/smarty/ChangeLog index fa8693e71f00..d2dcfd829efb 100644 --- a/dev-php/smarty/ChangeLog +++ b/dev-php/smarty/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-php/smarty # Copyright 2000-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php/smarty/ChangeLog,v 1.89 2009/01/10 14:16:40 dertobi123 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php/smarty/ChangeLog,v 1.90 2009/01/11 15:11:03 maekke Exp $ + + 11 Jan 2009; Markus Meier <maekke@gentoo.org> smarty-2.6.21.ebuild: + amd64/x86 stable, bug #254415 10 Jan 2009; Tobias Scherbaum <dertobi123@gentoo.org> -smarty-2.6.19.ebuild: diff --git a/dev-php/smarty/smarty-2.6.21.ebuild b/dev-php/smarty/smarty-2.6.21.ebuild index c4ee17dd4de2..b433d91321e5 100644 --- a/dev-php/smarty/smarty-2.6.21.ebuild +++ b/dev-php/smarty/smarty-2.6.21.ebuild @@ -1,10 +1,10 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php/smarty/smarty-2.6.21.ebuild,v 1.2 2009/01/10 14:14:17 dertobi123 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php/smarty/smarty-2.6.21.ebuild,v 1.3 2009/01/11 15:11:03 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}" |