From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 2139A138351 for ; Sat, 25 Jan 2020 21:10:04 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 72D0AE089A; Sat, 25 Jan 2020 21:09:59 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 2C773E089A for ; Sat, 25 Jan 2020 21:09:58 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 30EDE34E2E3 for ; Sat, 25 Jan 2020 21:09:56 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 91177108 for ; Sat, 25 Jan 2020 21:09:54 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1579986581.7a58c7ba92775d6c2779c961b33e7dc7a6ae3ea9.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/libnsgif/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/libnsgif/libnsgif-0.2.1-r1.ebuild X-VCS-Directories: media-libs/libnsgif/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 7a58c7ba92775d6c2779c961b33e7dc7a6ae3ea9 X-VCS-Branch: master Date: Sat, 25 Jan 2020 21:09:54 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 3aaf5812-718f-4601-9374-f56a7bac09fe X-Archives-Hash: aaf9bc46ce048c830c66159c329c30bb commit: 7a58c7ba92775d6c2779c961b33e7dc7a6ae3ea9 Author: Andreas Sturmlechner gentoo org> AuthorDate: Sat Jan 25 21:09:06 2020 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sat Jan 25 21:09:41 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7a58c7ba media-libs/libnsgif: Use BDEPEND Package-Manager: Portage-2.3.85, Repoman-2.3.20 Signed-off-by: Andreas Sturmlechner gentoo.org> media-libs/libnsgif/libnsgif-0.2.1-r1.ebuild | 9 +++++---- 1 file 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 283a0d110d4..4610b402e2a 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