commit: 8adcdf4c5ca3bb6f9112b3304c9234b08e978591
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Fri Jan 4 11:36:54 2019 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Fri Jan 4 12:59:31 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8adcdf4c
media-gfx/rawtherapee: Sort DEPENDs
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11
media-gfx/rawtherapee/rawtherapee-5.5.ebuild | 21 +++++++++++----------
1 file changed, 11 insertions(+), 10 deletions(-)
diff --git a/media-gfx/rawtherapee/rawtherapee-5.5.ebuild
b/media-gfx/rawtherapee/rawtherapee-5.5.ebuild
index 7ac0084fb60..0a6873bf787 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}"