Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/libnsgif/
Date: Sat, 25 Jan 2020 21:10:04
Message-Id: 1579986581.7a58c7ba92775d6c2779c961b33e7dc7a6ae3ea9.asturm@gentoo
1 commit: 7a58c7ba92775d6c2779c961b33e7dc7a6ae3ea9
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Sat Jan 25 21:09:06 2020 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Sat Jan 25 21:09:41 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7a58c7ba
7
8 media-libs/libnsgif: Use BDEPEND
9
10 Package-Manager: Portage-2.3.85, Repoman-2.3.20
11 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
12
13 media-libs/libnsgif/libnsgif-0.2.1-r1.ebuild | 9 +++++----
14 1 file changed, 5 insertions(+), 4 deletions(-)
15
16 diff --git a/media-libs/libnsgif/libnsgif-0.2.1-r1.ebuild b/media-libs/libnsgif/libnsgif-0.2.1-r1.ebuild
17 index 283a0d110d4..4610b402e2a 100644
18 --- a/media-libs/libnsgif/libnsgif-0.2.1-r1.ebuild
19 +++ b/media-libs/libnsgif/libnsgif-0.2.1-r1.ebuild
20 @@ -1,4 +1,4 @@
21 -# Copyright 1999-2019 Gentoo Authors
22 +# Copyright 1999-2020 Gentoo Authors
23 # Distributed under the terms of the GNU General Public License v2
24
25 EAPI=7
26 @@ -6,7 +6,7 @@ EAPI=7
27 inherit toolchain-funcs
28
29 DESCRIPTION="decoding library for the GIF image file format, written in C"
30 -HOMEPAGE="http://www.netsurf-browser.org/projects/libnsgif/"
31 +HOMEPAGE="https://www.netsurf-browser.org/projects/libnsgif/"
32 SRC_URI="https://download.netsurf-browser.org/libs/releases/${P}-src.tar.gz"
33
34 LICENSE="MIT"
35 @@ -14,9 +14,10 @@ SLOT="0"
36 KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~x86 ~m68k-mint"
37 IUSE=""
38
39 -DEPEND="
40 +BDEPEND="
41 >=dev-util/netsurf-buildsystem-1.7-r1
42 - virtual/pkgconfig"
43 + virtual/pkgconfig
44 +"
45
46 src_prepare() {
47 default