diff options
author | 2011-10-25 17:50:49 +0000 | |
---|---|---|
committer | 2011-10-25 17:50:49 +0000 | |
commit | 784622a4aa644a8f70db0082e22dddc4b6155595 (patch) | |
tree | f0ff04659dd6de4d88107c24f4c84b70bb7dd623 /media-gfx | |
parent | Revison bump to fix bug #384505. Thanks to Renato Alves for the report and Ce... (diff) | |
download | gentoo-2-784622a4aa644a8f70db0082e22dddc4b6155595.tar.gz gentoo-2-784622a4aa644a8f70db0082e22dddc4b6155595.tar.bz2 gentoo-2-784622a4aa644a8f70db0082e22dddc4b6155595.zip |
Depend on virtual/jpeg (bug #388451).
(Portage version: 2.2.0_alpha70/cvs/Linux x86_64)
Diffstat (limited to 'media-gfx')
-rw-r--r-- | media-gfx/gmic/ChangeLog | 5 | ||||
-rw-r--r-- | media-gfx/gmic/gmic-1.5.0.4.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/media-gfx/gmic/ChangeLog b/media-gfx/gmic/ChangeLog index 3cf56883713d..7afbb9d46252 100644 --- a/media-gfx/gmic/ChangeLog +++ b/media-gfx/gmic/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for media-gfx/gmic # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/gmic/ChangeLog,v 1.1 2011/10/25 07:42:26 radhermit Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-gfx/gmic/ChangeLog,v 1.2 2011/10/25 17:50:49 radhermit Exp $ + + 25 Oct 2011; Tim Harder <radhermit@gentoo.org> gmic-1.5.0.4.ebuild: + Depend on virtual/jpeg (bug #388451). *gmic-1.5.0.4 (25 Oct 2011) diff --git a/media-gfx/gmic/gmic-1.5.0.4.ebuild b/media-gfx/gmic/gmic-1.5.0.4.ebuild index 1758c3bff01c..cf167f21b4f8 100644 --- a/media-gfx/gmic/gmic-1.5.0.4.ebuild +++ b/media-gfx/gmic/gmic-1.5.0.4.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/media-gfx/gmic/gmic-1.5.0.4.ebuild,v 1.1 2011/10/25 07:42:26 radhermit Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-gfx/gmic/gmic-1.5.0.4.ebuild,v 1.2 2011/10/25 17:50:49 radhermit Exp $ EAPI="4" @@ -19,7 +19,7 @@ RDEPEND=" ffmpeg? ( virtual/ffmpeg ) fftw? ( sci-libs/fftw:3.0 ) graphicsmagick? ( media-gfx/graphicsmagick ) - jpeg? ( media-libs/jpeg ) + jpeg? ( virtual/jpeg ) opencv? ( media-libs/opencv ) openexr? ( media-libs/ilmbase |