diff options
author | 2014-01-08 17:32:09 +0000 | |
---|---|---|
committer | 2014-01-08 17:32:09 +0000 | |
commit | b5d0a4f7d6df6f349e69f3bc78cb436e542cf384 (patch) | |
tree | 2458209e5bbdb4195ab21173af586b2baab8deeb /dev-php/smarty | |
parent | Remanifested. (diff) | |
download | gentoo-2-b5d0a4f7d6df6f349e69f3bc78cb436e542cf384.tar.gz gentoo-2-b5d0a4f7d6df6f349e69f3bc78cb436e542cf384.tar.bz2 gentoo-2-b5d0a4f7d6df6f349e69f3bc78cb436e542cf384.zip |
we only need unzip when we need to unpack the documentation, thanks Michael Orlitzky for noticing (bug #481778)
(Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key 0xDDF971F118EEA5E6!)
Diffstat (limited to 'dev-php/smarty')
-rw-r--r-- | dev-php/smarty/ChangeLog | 6 | ||||
-rw-r--r-- | dev-php/smarty/smarty-3.1.12.ebuild | 6 |
2 files changed, 8 insertions, 4 deletions
diff --git a/dev-php/smarty/ChangeLog b/dev-php/smarty/ChangeLog index e4192bdfbcec..227357ac7a6f 100644 --- a/dev-php/smarty/ChangeLog +++ b/dev-php/smarty/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-php/smarty # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php/smarty/ChangeLog,v 1.133 2014/01/08 17:26:13 mabi Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php/smarty/ChangeLog,v 1.134 2014/01/08 17:32:09 mabi Exp $ + + 08 Jan 2014; Matti Bickel <mabi@gentoo.org> smarty-3.1.12.ebuild: + we only need unzip when we need to unpack the documentation, thanks Michael + Orlitzky for noticing (bug #481778) 08 Jan 2014; Matti Bickel <mabi@gentoo.org> -smarty-3.1.8.ebuild: cleanup diff --git a/dev-php/smarty/smarty-3.1.12.ebuild b/dev-php/smarty/smarty-3.1.12.ebuild index 7bce15c3e816..0ddf3ffaa1d6 100644 --- a/dev-php/smarty/smarty-3.1.12.ebuild +++ b/dev-php/smarty/smarty-3.1.12.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php/smarty/smarty-3.1.12.ebuild,v 1.9 2013/12/26 19:20:18 zlogene Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php/smarty/smarty-3.1.12.ebuild,v 1.10 2014/01/08 17:32:09 mabi Exp $ EAPI=4 @@ -17,7 +17,7 @@ LICENSE="LGPL-2.1" SLOT="0" IUSE="doc" -DEPEND="app-arch/unzip" +DEPEND="doc? ( app-arch/unzip )" RDEPEND="dev-lang/php" S="${WORKDIR}/${MY_P}" |