diff options
author | Marek Szuba <marecki@gentoo.org> | 2023-06-29 11:12:10 +0100 |
---|---|---|
committer | Marek Szuba <marecki@gentoo.org> | 2023-06-29 11:22:31 +0100 |
commit | 7147641fae9b8d22b49187484af8825a48f80095 (patch) | |
tree | 025ce4389111524eefb28ad36e5dd4bef7505ac6 /media-gfx | |
parent | dev-util/nvidia-cuda-toolkit: add 12.2.0 (diff) | |
download | gentoo-7147641fae9b8d22b49187484af8825a48f80095.tar.gz gentoo-7147641fae9b8d22b49187484af8825a48f80095.tar.bz2 gentoo-7147641fae9b8d22b49187484af8825a48f80095.zip |
media-gfx/darktable: drop IUSE=flickr from 4.4.0
Gone now.
Closes: https://bugs.gentoo.org/909318
Signed-off-by: Marek Szuba <marecki@gentoo.org>
Diffstat (limited to 'media-gfx')
-rw-r--r-- | media-gfx/darktable/darktable-4.4.0-r1.ebuild (renamed from media-gfx/darktable/darktable-4.4.0.ebuild) | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/media-gfx/darktable/darktable-4.4.0.ebuild b/media-gfx/darktable/darktable-4.4.0-r1.ebuild index 1c21427c289e..79cd8fb54c65 100644 --- a/media-gfx/darktable/darktable-4.4.0.ebuild +++ b/media-gfx/darktable/darktable-4.4.0-r1.ebuild @@ -35,7 +35,7 @@ else LANGS=" de es fr he hu ja pl pt-BR sl sq uk zh-CN zh-TW" fi -IUSE="avif colord cpu_flags_x86_avx cpu_flags_x86_sse3 cups doc flickr gamepad geolocation gmic keyring gphoto2 graphicsmagick heif jpeg2k kwallet lto lua midi nls opencl openmp openexr test tools webp +IUSE="avif colord cpu_flags_x86_avx cpu_flags_x86_sse3 cups doc gamepad geolocation gmic keyring gphoto2 graphicsmagick heif jpeg2k kwallet lto lua midi nls opencl openmp openexr test tools webp ${LANGS// / l10n_}" REQUIRED_USE="lua? ( ${LUA_REQUIRED_USE} )" @@ -77,7 +77,6 @@ DEPEND="dev-db/sqlite:3 avif? ( >=media-libs/libavif-0.8.2:= ) colord? ( x11-libs/colord-gtk:= ) cups? ( net-print/cups ) - flickr? ( media-libs/flickcurl ) gamepad? ( media-libs/libsdl2 ) geolocation? ( >=sci-geosciences/osm-gps-map-1.1.0 ) gmic? ( media-gfx/gmic ) @@ -145,7 +144,6 @@ src_configure() { -DUSE_AVIF=$(usex avif) -DUSE_CAMERA_SUPPORT=$(usex gphoto2) -DUSE_COLORD=$(usex colord) - -DUSE_FLICKR=$(usex flickr) -DUSE_GMIC=$(usex gmic) -DUSE_GRAPHICSMAGICK=$(usex graphicsmagick) -DUSE_KWALLET=$(usex kwallet) |