diff options
author | Michael Weber <xmw@gentoo.org> | 2016-03-15 11:25:23 +0100 |
---|---|---|
committer | Michael Weber <xmw@gentoo.org> | 2016-03-15 11:25:42 +0100 |
commit | 7bba73a2a9e8492c1956dc95017064522e8cf22c (patch) | |
tree | 0747cd8f15fa2ddd8ff885ad3bb954ddf7738124 /media-libs/libnsbmp/libnsbmp-0.1.3-r1.ebuild | |
parent | dev-java/bsh: Clean up vulnerable version. Fixes security bug 575482. (diff) | |
download | gentoo-7bba73a2a9e8492c1956dc95017064522e8cf22c.tar.gz gentoo-7bba73a2a9e8492c1956dc95017064522e8cf22c.tar.bz2 gentoo-7bba73a2a9e8492c1956dc95017064522e8cf22c.zip |
media-libs/libnsbmp: Revbump to update buildsystem (fixed bug 576738, thanks Joseph Booker).
Package-Manager: portage-2.2.27
Diffstat (limited to 'media-libs/libnsbmp/libnsbmp-0.1.3-r1.ebuild')
-rw-r--r-- | media-libs/libnsbmp/libnsbmp-0.1.3-r1.ebuild | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/media-libs/libnsbmp/libnsbmp-0.1.3-r1.ebuild b/media-libs/libnsbmp/libnsbmp-0.1.3-r1.ebuild new file mode 100644 index 000000000000..33c640d8432f --- /dev/null +++ b/media-libs/libnsbmp/libnsbmp-0.1.3-r1.ebuild @@ -0,0 +1,19 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +NETSURF_BUILDSYSTEM=buildsystem-1.4 +inherit netsurf + +DESCRIPTION="decoding library for BMP and ICO image file formats, written in C" +HOMEPAGE="http://www.netsurf-browser.org/projects/libnsbmp/" + +LICENSE="MIT" +SLOT="0/${PV}" +KEYWORDS="~amd64 ~arm ~m68k-mint" +IUSE="" + +RDEPEND="" +DEPEND="virtual/pkgconfig" |