diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2020-01-25 22:09:06 +0100 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2020-01-25 22:09:41 +0100 |
commit | 7a58c7ba92775d6c2779c961b33e7dc7a6ae3ea9 (patch) | |
tree | 533339a449c37c90d6aa407ed41f4e0e2fcc612c /media-libs/libnsgif | |
parent | media-gfx/gimp: update 9999.ebuild dependencies (diff) | |
download | gentoo-7a58c7ba92775d6c2779c961b33e7dc7a6ae3ea9.tar.gz gentoo-7a58c7ba92775d6c2779c961b33e7dc7a6ae3ea9.tar.bz2 gentoo-7a58c7ba92775d6c2779c961b33e7dc7a6ae3ea9.zip |
media-libs/libnsgif: Use BDEPEND
Package-Manager: Portage-2.3.85, Repoman-2.3.20
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'media-libs/libnsgif')
-rw-r--r-- | media-libs/libnsgif/libnsgif-0.2.1-r1.ebuild | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/media-libs/libnsgif/libnsgif-0.2.1-r1.ebuild b/media-libs/libnsgif/libnsgif-0.2.1-r1.ebuild index 283a0d110d46..4610b402e2a9 100644 --- a/media-libs/libnsgif/libnsgif-0.2.1-r1.ebuild +++ b/media-libs/libnsgif/libnsgif-0.2.1-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -6,7 +6,7 @@ EAPI=7 inherit toolchain-funcs DESCRIPTION="decoding library for the GIF image file format, written in C" -HOMEPAGE="http://www.netsurf-browser.org/projects/libnsgif/" +HOMEPAGE="https://www.netsurf-browser.org/projects/libnsgif/" SRC_URI="https://download.netsurf-browser.org/libs/releases/${P}-src.tar.gz" LICENSE="MIT" @@ -14,9 +14,10 @@ SLOT="0" KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~x86 ~m68k-mint" IUSE="" -DEPEND=" +BDEPEND=" >=dev-util/netsurf-buildsystem-1.7-r1 - virtual/pkgconfig" + virtual/pkgconfig +" src_prepare() { default |