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 222A0138335 for ; Mon, 4 Feb 2019 21:38:59 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DC6DDE0DBF; Mon, 4 Feb 2019 21:38:57 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 B75CFE0D5D for ; Mon, 4 Feb 2019 21:38:57 +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 6B7C433E6A3 for ; Mon, 4 Feb 2019 21:38:56 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 92D3F535 for ; Mon, 4 Feb 2019 21:38:54 +0000 (UTC) From: "Virgil Dupras" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Virgil Dupras" Message-ID: <1549315325.63d944d3b20fd94ec685c538f1eea0a8c1da1644.vdupras@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: vdupras X-VCS-Committer-Name: Virgil Dupras X-VCS-Revision: 63d944d3b20fd94ec685c538f1eea0a8c1da1644 X-VCS-Branch: master Date: Mon, 4 Feb 2019 21:38: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: 828203aa-ee08-4f8b-94df-ae0947a1e21b X-Archives-Hash: 432cd29e5efbf56f15d86f79a562e4cd commit: 63d944d3b20fd94ec685c538f1eea0a8c1da1644 Author: Virgil Dupras gentoo org> AuthorDate: Mon Feb 4 21:22:05 2019 +0000 Commit: Virgil Dupras gentoo org> CommitDate: Mon Feb 4 21:22:05 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=63d944d3 media-libs/libnsgif: bump buildsystem dep Bug: https://bugs.gentoo.org/645624 Signed-off-by: Virgil Dupras gentoo.org> Package-Manager: Portage-2.3.51, Repoman-2.3.11 media-libs/libnsgif/libnsgif-0.2.1-r1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/media-libs/libnsgif/libnsgif-0.2.1-r1.ebuild b/media-libs/libnsgif/libnsgif-0.2.1-r1.ebuild index c7b9095ea83..e4cf69d5e89 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-2018 Gentoo Authors +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -15,7 +15,7 @@ KEYWORDS="~amd64 ~arm ~ppc ~m68k-mint" IUSE="" DEPEND=" - dev-util/netsurf-buildsystem + >=dev-util/netsurf-buildsystem-1.7-r1 virtual/pkgconfig" src_prepare() {