summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2019-01-04 12:36:54 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2019-01-04 13:59:31 +0100
commit8adcdf4c5ca3bb6f9112b3304c9234b08e978591 (patch)
tree0780afcc8911ced1cd98eee5688e2bb918310f9d /media-gfx
parentmedia-gfx/rawtherapee: remove old 5.{2,3} (diff)
downloadgentoo-8adcdf4c5ca3bb6f9112b3304c9234b08e978591.tar.gz
gentoo-8adcdf4c5ca3bb6f9112b3304c9234b08e978591.tar.bz2
gentoo-8adcdf4c5ca3bb6f9112b3304c9234b08e978591.zip
media-gfx/rawtherapee: Sort DEPENDs
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org> Package-Manager: Portage-2.3.51, Repoman-2.3.11
Diffstat (limited to 'media-gfx')
-rw-r--r--media-gfx/rawtherapee/rawtherapee-5.5.ebuild21
1 files changed, 11 insertions, 10 deletions
diff --git a/media-gfx/rawtherapee/rawtherapee-5.5.ebuild b/media-gfx/rawtherapee/rawtherapee-5.5.ebuild
index 7ac0084fb602..0a6873bf7876 100644
--- a/media-gfx/rawtherapee/rawtherapee-5.5.ebuild
+++ b/media-gfx/rawtherapee/rawtherapee-5.5.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2018 Gentoo Authors
+# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
-inherit cmake-utils toolchain-funcs flag-o-matic gnome2-utils xdg-utils
+inherit cmake-utils flag-o-matic gnome2-utils toolchain-funcs xdg-utils
MY_P=${P/_rc/-rc}
DESCRIPTION="A powerful cross-platform raw image processing program"
@@ -16,22 +16,23 @@ KEYWORDS="~amd64 ~x86"
IUSE="openmp"
-RDEPEND="x11-libs/gtk+:3
+RDEPEND="
dev-libs/expat
dev-libs/libsigc++:2
- media-libs/libcanberra[gtk3]
- media-libs/tiff:0
- media-libs/libpng:0
- media-libs/libiptcdata
media-libs/lcms:2
media-libs/lensfun
+ media-libs/libcanberra[gtk3]
+ media-libs/libiptcdata
+ media-libs/libpng:0
+ media-libs/tiff:0
sci-libs/fftw:3.0
sys-libs/zlib
- virtual/jpeg:0"
+ virtual/jpeg:0
+ x11-libs/gtk+:3"
DEPEND="${RDEPEND}
app-arch/xz-utils
- virtual/pkgconfig
- dev-cpp/gtkmm:3.0"
+ dev-cpp/gtkmm:3.0
+ virtual/pkgconfig"
S="${WORKDIR}/${MY_P}"