diff options
author | Tim Harder <radhermit@gentoo.org> | 2017-08-31 07:32:23 -0400 |
---|---|---|
committer | Tim Harder <radhermit@gentoo.org> | 2017-08-31 07:32:23 -0400 |
commit | 5746540ad92a50102fb08b2469ea47830b100ec4 (patch) | |
tree | 9204c52ca9ba64d774b871787cc99867ba54cf18 /media-libs | |
parent | media-libs/libraw: use https for SRC_URI and HOMEPAGE (diff) | |
download | gentoo-5746540ad92a50102fb08b2469ea47830b100ec4.tar.gz gentoo-5746540ad92a50102fb08b2469ea47830b100ec4.tar.bz2 gentoo-5746540ad92a50102fb08b2469ea47830b100ec4.zip |
media-libs/libraw: fix LICENSE for 0.18.2
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" |