diff options
author | Tim Harder <radhermit@gentoo.org> | 2017-08-17 23:47:48 -0400 |
---|---|---|
committer | Tim Harder <radhermit@gentoo.org> | 2017-08-17 23:47:48 -0400 |
commit | f4b3396d9cf97ab8bbe98ec0129aeab7236bcb41 (patch) | |
tree | a04e34a0744bc73cc052078d19cdacecfa174a7e /media-gfx | |
parent | media-gfx/apngasm: remove old (diff) | |
download | gentoo-f4b3396d9cf97ab8bbe98ec0129aeab7236bcb41.tar.gz gentoo-f4b3396d9cf97ab8bbe98ec0129aeab7236bcb41.tar.bz2 gentoo-f4b3396d9cf97ab8bbe98ec0129aeab7236bcb41.zip |
media-gfx/apngasm: fix LICENSE for 2.7 (bug #528396)
Diffstat (limited to 'media-gfx')
-rw-r--r-- | media-gfx/apngasm/apngasm-2.7.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/media-gfx/apngasm/apngasm-2.7.ebuild b/media-gfx/apngasm/apngasm-2.7.ebuild index 5a8874de0ecf..49660f693fc4 100644 --- a/media-gfx/apngasm/apngasm-2.7.ebuild +++ b/media-gfx/apngasm/apngasm-2.7.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="LGPL-2.1" +LICENSE="ZLIB" SLOT="0" KEYWORDS="amd64 x86" IUSE="" |