diff options
author | 2013-04-30 21:15:22 +0000 | |
---|---|---|
committer | 2013-04-30 21:15:22 +0000 | |
commit | bfd6ed2c5b937728d1f6357395b40403884993da (patch) | |
tree | 4910fd92dfff175f29aff869a02ad7c061b31e76 /media-gfx/rawtherapee/rawtherapee-4.0.10.ebuild | |
parent | fix build with automake-1.13 wrt #468060 (diff) | |
download | historical-bfd6ed2c5b937728d1f6357395b40403884993da.tar.gz historical-bfd6ed2c5b937728d1f6357395b40403884993da.tar.bz2 historical-bfd6ed2c5b937728d1f6357395b40403884993da.zip |
Fix libcanberra dep to require gtk support (bug #467904).
Package-Manager: portage-2.2.0_alpha173/cvs/Linux x86_64
Manifest-Sign-Key: 0x4AB3E85B4F064CA3
Diffstat (limited to 'media-gfx/rawtherapee/rawtherapee-4.0.10.ebuild')
-rw-r--r-- | media-gfx/rawtherapee/rawtherapee-4.0.10.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/media-gfx/rawtherapee/rawtherapee-4.0.10.ebuild b/media-gfx/rawtherapee/rawtherapee-4.0.10.ebuild index fc52d6ed8352..c227cf896a3e 100644 --- a/media-gfx/rawtherapee/rawtherapee-4.0.10.ebuild +++ b/media-gfx/rawtherapee/rawtherapee-4.0.10.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/rawtherapee/rawtherapee-4.0.10.ebuild,v 1.1 2013/03/15 08:07:51 radhermit Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-gfx/rawtherapee/rawtherapee-4.0.10.ebuild,v 1.2 2013/04/30 21:15:18 radhermit Exp $ EAPI=5 @@ -20,7 +20,7 @@ RDEPEND="bzip2? ( app-arch/bzip2 ) >=dev-cpp/glibmm-2.16:2 dev-libs/expat dev-libs/libsigc++:2 - media-libs/libcanberra + media-libs/libcanberra[gtk] media-libs/tiff media-libs/libpng media-libs/libiptcdata |