diff options
author | Ole Markus With <olemarkus@gentoo.org> | 2011-11-08 10:45:33 +0000 |
---|---|---|
committer | Ole Markus With <olemarkus@gentoo.org> | 2011-11-08 10:45:33 +0000 |
commit | e649dbc518cfaf58ce3d5cdb90d7ba092a45ca94 (patch) | |
tree | 6222dc2f2930596858cacd89262d9ade5a224ea4 /dev-php | |
parent | Fix dependency for Darwin, bug #385535, guard for unset EPREFIX (diff) | |
download | gentoo-2-e649dbc518cfaf58ce3d5cdb90d7ba092a45ca94.tar.gz gentoo-2-e649dbc518cfaf58ce3d5cdb90d7ba092a45ca94.tar.bz2 gentoo-2-e649dbc518cfaf58ce3d5cdb90d7ba092a45ca94.zip |
Fixed dependency on pear (Bug #389649)
(Portage version: 2.2.0_alpha71/cvs/Linux x86_64)
Diffstat (limited to 'dev-php')
-rw-r--r-- | dev-php/php-texttemplate/ChangeLog | 6 | ||||
-rw-r--r-- | dev-php/php-texttemplate/php-texttemplate-1.1.1.ebuild | 4 |
2 files changed, 8 insertions, 2 deletions
diff --git a/dev-php/php-texttemplate/ChangeLog b/dev-php/php-texttemplate/ChangeLog index 3f7421486b4a..c8a98501e375 100644 --- a/dev-php/php-texttemplate/ChangeLog +++ b/dev-php/php-texttemplate/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-php/php-texttemplate # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php/php-texttemplate/ChangeLog,v 1.3 2011/11/03 09:18:07 olemarkus Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php/php-texttemplate/ChangeLog,v 1.4 2011/11/08 10:45:33 olemarkus Exp $ + + 08 Nov 2011; Ole Markus With <olemarkus@gentoo.org> + php-texttemplate-1.1.1.ebuild: + Fixed dependency on pear (Bug #389649) *php-texttemplate-1.1.1 (03 Nov 2011) diff --git a/dev-php/php-texttemplate/php-texttemplate-1.1.1.ebuild b/dev-php/php-texttemplate/php-texttemplate-1.1.1.ebuild index 913ab8d46ffb..89d17836a5c8 100644 --- a/dev-php/php-texttemplate/php-texttemplate-1.1.1.ebuild +++ b/dev-php/php-texttemplate/php-texttemplate-1.1.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php/php-texttemplate/php-texttemplate-1.1.1.ebuild,v 1.1 2011/11/03 09:18:07 olemarkus Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php/php-texttemplate/php-texttemplate-1.1.1.ebuild,v 1.2 2011/11/08 10:45:33 olemarkus Exp $ EAPI="4" @@ -17,3 +17,5 @@ LICENSE="BSD" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="" + +DEPENDS=">=dev-php/pear-1.9.4" |