diff options
author | Michał Górny <mgorny@gentoo.org> | 2016-06-21 21:46:58 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2016-06-21 21:47:53 +0200 |
commit | 572d19c1a2aa2f5cf3cb9e4b414407880ea61f3c (patch) | |
tree | fb32b85eb7ad68a171c68be5f8bedac26bb7ddc4 /media-libs/oyranos/oyranos-9999.ebuild | |
parent | net-irc/quassel: Update use phonon (diff) | |
download | gentoo-572d19c1a2aa2f5cf3cb9e4b414407880ea61f3c.tar.gz gentoo-572d19c1a2aa2f5cf3cb9e4b414407880ea61f3c.tar.bz2 gentoo-572d19c1a2aa2f5cf3cb9e4b414407880ea61f3c.zip |
media-libs/oyranos: Fix use of := in ||, #586314
Diffstat (limited to 'media-libs/oyranos/oyranos-9999.ebuild')
-rw-r--r-- | media-libs/oyranos/oyranos-9999.ebuild | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/media-libs/oyranos/oyranos-9999.ebuild b/media-libs/oyranos/oyranos-9999.ebuild index b5780cfd4fd6..54c4b495b78c 100644 --- a/media-libs/oyranos/oyranos-9999.ebuild +++ b/media-libs/oyranos/oyranos-9999.ebuild @@ -18,10 +18,7 @@ IUSE="X cairo cups doc exif fltk jpeg qt4 qt5 raw scanner test tiff" #OY_LINGUAS="cs;de;eo;eu;fr;ru" #TODO COMMON_DEPEND=" - || ( - =app-admin/elektra-0.7*:0[${MULTILIB_USEDEP}] - >=app-admin/elektra-0.8.4:0[${MULTILIB_USEDEP}] - ) + >=app-admin/elektra-0.8.4:0[${MULTILIB_USEDEP}] >=dev-libs/libxml2-2.9.1-r4[${MULTILIB_USEDEP}] >=dev-libs/yajl-2.0.4-r1[${MULTILIB_USEDEP}] >=media-libs/lcms-2.5:2[${MULTILIB_USEDEP}] |