diff options
Diffstat (limited to 'media-libs')
-rw-r--r-- | media-libs/libraw/libraw-0.18.2.ebuild | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/media-libs/libraw/libraw-0.18.2.ebuild b/media-libs/libraw/libraw-0.18.2.ebuild index 0fc133a40241..9e634b803b88 100644 --- a/media-libs/libraw/libraw-0.18.2.ebuild +++ b/media-libs/libraw/libraw-0.18.2.ebuild @@ -17,10 +17,7 @@ SRC_URI="https://www.libraw.org/data/${MY_P}.tar.gz https://www.libraw.org/data/LibRaw-demosaic-pack-GPL3-${MY_PV}.tar.gz )" -# Libraw also has it's own license, which is a pdf file and -# can be obtained from here: -# https://www.libraw.org/data/LICENSE.LibRaw.pdf -LICENSE="LGPL-2.1 CDDL GPL-2 GPL-3" +LICENSE="LGPL-2.1 CDDL demosaic? ( GPL-2 GPL-3 )" SLOT="0/16" # subslot = libraw soname version KEYWORDS="~alpha ~amd64 ~arm ~hppa ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux" IUSE="demosaic examples jpeg jpeg2k +lcms openmp" |