diff options
author | Gunnar Wrobel <wrobel@gentoo.org> | 2008-01-17 08:49:45 +0000 |
---|---|---|
committer | Gunnar Wrobel <wrobel@gentoo.org> | 2008-01-17 08:49:45 +0000 |
commit | 9667a71d0f5826b859a64c411f2af9cefe03d60d (patch) | |
tree | 26d27f27ce1d9244a021acf04cda00609f46d71a /www-apps | |
parent | Added gallery-2.2.4 in response to sec issue #203217. (diff) | |
download | gentoo-2-9667a71d0f5826b859a64c411f2af9cefe03d60d.tar.gz gentoo-2-9667a71d0f5826b859a64c411f2af9cefe03d60d.tar.bz2 gentoo-2-9667a71d0f5826b859a64c411f2af9cefe03d60d.zip |
Added new virtual/httpd-cgi in RDEPEND.
(Portage version: 2.1.4_rc7)
Diffstat (limited to 'www-apps')
-rw-r--r-- | www-apps/gallery/ChangeLog | 5 | ||||
-rw-r--r-- | www-apps/gallery/gallery-2.2.4.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/www-apps/gallery/ChangeLog b/www-apps/gallery/ChangeLog index f4880693e035..7f4c66d884da 100644 --- a/www-apps/gallery/ChangeLog +++ b/www-apps/gallery/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for www-apps/gallery # Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/www-apps/gallery/ChangeLog,v 1.125 2008/01/17 08:33:34 wrobel Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-apps/gallery/ChangeLog,v 1.126 2008/01/17 08:49:45 wrobel Exp $ + + 17 Jan 2008; Gunnar Wrobel <wrobel@gentoo.org> gallery-2.2.4.ebuild: + Added new virtual/httpd-cgi in RDEPEND. *gallery-2.2.4 (17 Jan 2008) diff --git a/www-apps/gallery/gallery-2.2.4.ebuild b/www-apps/gallery/gallery-2.2.4.ebuild index bdf1659ed19a..f260eb7d66c0 100644 --- a/www-apps/gallery/gallery-2.2.4.ebuild +++ b/www-apps/gallery/gallery-2.2.4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/www-apps/gallery/gallery-2.2.4.ebuild,v 1.1 2008/01/17 08:33:34 wrobel Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-apps/gallery/gallery-2.2.4.ebuild,v 1.2 2008/01/17 08:49:45 wrobel Exp $ inherit webapp eutils depend.php @@ -12,7 +12,7 @@ LICENSE="GPL-2" KEYWORDS="~alpha ~amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86" IUSE="ffmpeg gd imagemagick mysql netpbm postgres raw unzip zip" -RDEPEND=" +RDEPEND="virtual/httpd-cgi media-libs/jpeg raw? ( >=media-gfx/dcraw-8.03 ) ffmpeg? ( >=media-video/ffmpeg-0.4.9_p20051216 ) |