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 D261F138334 for ; Mon, 4 Feb 2019 21:38:58 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D01D8E0D5C; 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 AE0A6E0D5C 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 4385C33DDA5 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 B9E5B537 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: <1549315483.ab00f079453583fd6b29c4eeddf6ce5d7259a527.vdupras@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/libparserutils/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/libparserutils/libparserutils-0.2.4-r1.ebuild X-VCS-Directories: dev-libs/libparserutils/ X-VCS-Committer: vdupras X-VCS-Committer-Name: Virgil Dupras X-VCS-Revision: ab00f079453583fd6b29c4eeddf6ce5d7259a527 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: 5def013e-53b3-4a2d-8d64-7183d626e3bd X-Archives-Hash: 799e71f0db93069b22c3bf03e477127a commit: ab00f079453583fd6b29c4eeddf6ce5d7259a527 Author: Virgil Dupras gentoo org> AuthorDate: Mon Feb 4 21:24:43 2019 +0000 Commit: Virgil Dupras gentoo org> CommitDate: Mon Feb 4 21:24:43 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ab00f079 dev-libs/libparserutils: bump buildsystem dep Bug: https://bugs.gentoo.org/533910 Signed-off-by: Virgil Dupras gentoo.org> Package-Manager: Portage-2.3.51, Repoman-2.3.11 dev-libs/libparserutils/libparserutils-0.2.4-r1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-libs/libparserutils/libparserutils-0.2.4-r1.ebuild b/dev-libs/libparserutils/libparserutils-0.2.4-r1.ebuild index f1bf560182e..a129c324b0f 100644 --- a/dev-libs/libparserutils/libparserutils-0.2.4-r1.ebuild +++ b/dev-libs/libparserutils/libparserutils-0.2.4-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 ~x86 ~m68k-mint" IUSE="iconv test" DEPEND=" - dev-util/netsurf-buildsystem + >=dev-util/netsurf-buildsystem-1.7-r1 test? ( dev-lang/perl )" DOCS=( README docs/Todo )