diff options
author | Tim Harder <radhermit@gentoo.org> | 2010-12-09 09:20:20 +0000 |
---|---|---|
committer | Tim Harder <radhermit@gentoo.org> | 2010-12-09 09:20:20 +0000 |
commit | be79fbb74ea4e86bae32db7c7df9f376f6cb7c92 (patch) | |
tree | f4ac39162f404820af755daabca2cd94b065f14b /www-apps | |
parent | Version bump (bug #299307 by Chan Min Wai). Allow media-gfx/graphicsmagick[im... (diff) | |
download | gentoo-2-be79fbb74ea4e86bae32db7c7df9f376f6cb7c92.tar.gz gentoo-2-be79fbb74ea4e86bae32db7c7df9f376f6cb7c92.tar.bz2 gentoo-2-be79fbb74ea4e86bae32db7c7df9f376f6cb7c92.zip |
Add USE flag defaults on gd and mysql for bug #261030.
(Portage version: 2.2.0_alpha7/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 3c7741e96388..5e0f557e5785 100644 --- a/www-apps/gallery/ChangeLog +++ b/www-apps/gallery/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for www-apps/gallery # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/www-apps/gallery/ChangeLog,v 1.177 2010/12/09 09:02:31 radhermit Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-apps/gallery/ChangeLog,v 1.178 2010/12/09 09:20:20 radhermit Exp $ + + 09 Dec 2010; Tim Harder <radhermit@gentoo.org> gallery-2.3.1.ebuild: + Add USE flag defaults on gd and mysql for bug #261030. *gallery-2.3.1 (09 Dec 2010) diff --git a/www-apps/gallery/gallery-2.3.1.ebuild b/www-apps/gallery/gallery-2.3.1.ebuild index 13744017d271..dd8e3995f41b 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-2010 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.1 2010/12/09 09:02:31 radhermit Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-apps/gallery/gallery-2.3.1.ebuild,v 1.2 2010/12/09 09:20:20 radhermit Exp $ EAPI="2" @@ -12,7 +12,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}-full.tar.gz" LICENSE="GPL-2" KEYWORDS="~alpha ~amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86" -IUSE="ffmpeg gd imagemagick mysql netpbm postgres raw sqlite unzip zip" +IUSE="ffmpeg +gd imagemagick +mysql netpbm postgres raw sqlite unzip zip" RDEPEND="raw? ( media-gfx/dcraw ) ffmpeg? ( media-video/ffmpeg ) |