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 BFCEE1382C5 for ; Thu, 8 Feb 2018 19:22:15 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id EDB3BE0B4C; Thu, 8 Feb 2018 19:22:14 +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 CB15EE0B4C for ; Thu, 8 Feb 2018 19:22:14 +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 423EF335C31 for ; Thu, 8 Feb 2018 19:22:13 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 912141C5 for ; Thu, 8 Feb 2018 19:22:11 +0000 (UTC) From: "Manuel Rüger" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Manuel Rüger" Message-ID: <1518117715.b972d01396a58858451abe213795eb2b99717116.mrueg@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/calico-cni-plugin/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-misc/calico-cni-plugin/calico-cni-plugin-2.0.0.ebuild X-VCS-Directories: net-misc/calico-cni-plugin/ X-VCS-Committer: mrueg X-VCS-Committer-Name: Manuel Rüger X-VCS-Revision: b972d01396a58858451abe213795eb2b99717116 X-VCS-Branch: master Date: Thu, 8 Feb 2018 19:22:11 +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: e9be910c-2a59-4633-8a4e-958d9aad23fd X-Archives-Hash: a044b18fa8b3797035c401f52e2a3ddb commit: b972d01396a58858451abe213795eb2b99717116 Author: Manuel Rüger gentoo org> AuthorDate: Thu Feb 8 19:21:55 2018 +0000 Commit: Manuel Rüger gentoo org> CommitDate: Thu Feb 8 19:21:55 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b972d013 net-misc/calico-cni-plugin: Remove unused hardened useflag Package-Manager: Portage-2.3.24, Repoman-2.3.6 net-misc/calico-cni-plugin/calico-cni-plugin-2.0.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-misc/calico-cni-plugin/calico-cni-plugin-2.0.0.ebuild b/net-misc/calico-cni-plugin/calico-cni-plugin-2.0.0.ebuild index f8a8026e4f1..f1334bf2702 100644 --- a/net-misc/calico-cni-plugin/calico-cni-plugin-2.0.0.ebuild +++ b/net-misc/calico-cni-plugin/calico-cni-plugin-2.0.0.ebuild @@ -83,7 +83,7 @@ SRC_URI="https://${EGO_PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz ${EGO_VENDOR_URI}" LICENSE="Apache-2.0" SLOT="0" -IUSE="hardened" +IUSE="" RDEPEND="net-misc/cni-plugins"