diff options
author | Tim Harder <radhermit@gentoo.org> | 2011-03-07 20:32:53 +0000 |
---|---|---|
committer | Tim Harder <radhermit@gentoo.org> | 2011-03-07 20:32:53 +0000 |
commit | 864b2abeb2301d83c13b3a2f6968cecd12682c03 (patch) | |
tree | ac553a9f487d15a0e3c978c4f99e0aa5ff3cf8a6 /www-apps | |
parent | Keyworded on alpha, bug #330911 (diff) | |
download | gentoo-2-864b2abeb2301d83c13b3a2f6968cecd12682c03.tar.gz gentoo-2-864b2abeb2301d83c13b3a2f6968cecd12682c03.tar.bz2 gentoo-2-864b2abeb2301d83c13b3a2f6968cecd12682c03.zip |
Fix install with the mysqli USE flag (bug #357503 thanks to Stef Simoens).
(Portage version: 2.2.0_alpha26/cvs/Linux x86_64)
Diffstat (limited to 'www-apps')
-rw-r--r-- | www-apps/gallery/ChangeLog | 5 | ||||
-rw-r--r-- | www-apps/gallery/gallery-2.3.1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/www-apps/gallery/ChangeLog b/www-apps/gallery/ChangeLog index c4207c965ff5..9b120fcf0cab 100644 --- a/www-apps/gallery/ChangeLog +++ b/www-apps/gallery/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for www-apps/gallery # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/www-apps/gallery/ChangeLog,v 1.182 2011/02/28 18:06:37 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-apps/gallery/ChangeLog,v 1.183 2011/03/07 20:32:53 radhermit Exp $ + + 07 Mar 2011; Tim Harder <radhermit@gentoo.org> gallery-2.3.1.ebuild: + Fix install with the mysqli USE flag (bug #357503 thanks to Stef Simoens). 28 Feb 2011; Samuli Suominen <ssuominen@gentoo.org> gallery-1.5.10.ebuild: Use virtual/jpeg. diff --git a/www-apps/gallery/gallery-2.3.1.ebuild b/www-apps/gallery/gallery-2.3.1.ebuild index e542112e8761..ff42d628a3df 100644 --- a/www-apps/gallery/gallery-2.3.1.ebuild +++ b/www-apps/gallery/gallery-2.3.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/www-apps/gallery/gallery-2.3.1.ebuild,v 1.5 2011/02/14 18:22:49 phajdan.jr Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-apps/gallery/gallery-2.3.1.ebuild,v 1.6 2011/03/07 20:32:53 radhermit Exp $ EAPI="2" @@ -23,7 +23,7 @@ RDEPEND="raw? ( media-gfx/dcraw ) sqlite? ( dev-lang/php[pdo] ) gd? ( || ( dev-lang/php[gd] dev-lang/php[gd-external] ) ) mysql? ( || ( dev-lang/php[mysql] dev-lang/php[mysqli] ) ) - dev-lang/php[mysql?,session,postgres?,sqlite?] + dev-lang/php[session,postgres?,sqlite?] || ( <dev-lang/php-5.3[pcre] >=dev-lang/php-5.3 )" S=${WORKDIR}/${PN}2 |