From: Tim Harder Date: Fri, 18 Aug 2017 03:50:29 +0000 (-0400) Subject: media-gfx/apngasm: LGPL license is only used if 7z support is enabled X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=421b1e260f2892c398950f3052f267dac28ed00c;p=gentoo.git media-gfx/apngasm: LGPL license is only used if 7z support is enabled --- diff --git a/media-gfx/apngasm/apngasm-2.91.ebuild b/media-gfx/apngasm/apngasm-2.91.ebuild index 5b10653f256f..436f81dc383a 100644 --- a/media-gfx/apngasm/apngasm-2.91.ebuild +++ b/media-gfx/apngasm/apngasm-2.91.ebuild @@ -9,7 +9,7 @@ DESCRIPTION="create an APNG from multiple PNG files" HOMEPAGE="https://sourceforge.net/projects/apngasm/" SRC_URI="mirror://sourceforge/${PN}/${PV}/${P}-src.zip" -LICENSE="ZLIB LGPL-2.1" +LICENSE="ZLIB 7z? ( LGPL-2.1 )" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="7z zopfli"