From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 0191413824A for ; Sun, 8 May 2016 04:30:54 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id ED2D4E0801; Sun, 8 May 2016 04:30:47 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 83455E07D9 for ; Sun, 8 May 2016 04:30:46 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 7E07D34087C for ; Sun, 8 May 2016 04:30:45 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 55F3C964 for ; Sun, 8 May 2016 04:30:41 +0000 (UTC) From: "Jason Zaman" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Jason Zaman" Message-ID: <1462681190.9019bc1c5f7bf65ff64e0975dc9807ad4a27ab6a.perfinion@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/libproxy/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-libs/libproxy/libproxy-0.4.13.ebuild X-VCS-Directories: net-libs/libproxy/ X-VCS-Committer: perfinion X-VCS-Committer-Name: Jason Zaman X-VCS-Revision: 9019bc1c5f7bf65ff64e0975dc9807ad4a27ab6a X-VCS-Branch: master Date: Sun, 8 May 2016 04:30:41 +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-Archives-Salt: f47db3e3-3575-4b04-9122-f6e54c02fde8 X-Archives-Hash: 1d78b5265dfd28f4d774c5326db5c78f commit: 9019bc1c5f7bf65ff64e0975dc9807ad4a27ab6a Author: Jan Chren gmail com> AuthorDate: Thu Apr 28 21:37:31 2016 +0000 Commit: Jason Zaman gentoo org> CommitDate: Sun May 8 04:19:50 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9019bc1c net-libs/libproxy: replace deprecated mono.eclass by mono-env.eclass net-libs/libproxy/libproxy-0.4.13.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-libs/libproxy/libproxy-0.4.13.ebuild b/net-libs/libproxy/libproxy-0.4.13.ebuild index 4982663..480025a 100644 --- a/net-libs/libproxy/libproxy-0.4.13.ebuild +++ b/net-libs/libproxy/libproxy-0.4.13.ebuild @@ -6,7 +6,7 @@ EAPI=6 PYTHON_COMPAT=( python2_7 ) -inherit cmake-multilib eutils flag-o-matic mono python-r1 +inherit cmake-multilib eutils flag-o-matic mono-env python-r1 DESCRIPTION="Library for automatic proxy configuration management" HOMEPAGE="https://github.com/libproxy/libproxy"