diff options
author | Tim Harder <radhermit@gentoo.org> | 2017-08-17 23:50:29 -0400 |
---|---|---|
committer | Tim Harder <radhermit@gentoo.org> | 2017-08-17 23:50:29 -0400 |
commit | 421b1e260f2892c398950f3052f267dac28ed00c (patch) | |
tree | 6a4c26fe98c1488653f61c9d90f4ea30e45c3bb0 /media-gfx/apngasm | |
parent | media-gfx/apngasm: fix LICENSE for 2.7 (bug #528396) (diff) | |
download | gentoo-421b1e260f2892c398950f3052f267dac28ed00c.tar.gz gentoo-421b1e260f2892c398950f3052f267dac28ed00c.tar.bz2 gentoo-421b1e260f2892c398950f3052f267dac28ed00c.zip |
media-gfx/apngasm: LGPL license is only used if 7z support is enabled
Diffstat (limited to 'media-gfx/apngasm')
-rw-r--r-- | media-gfx/apngasm/apngasm-2.91.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
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" |