Gentoo Archives: gentoo-commits

From: "Manuel Rüger" <mrueg@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/calico-cni-plugin/
Date: Thu, 08 Feb 2018 19:22:15
Message-Id: 1518117715.b972d01396a58858451abe213795eb2b99717116.mrueg@gentoo
1 commit: b972d01396a58858451abe213795eb2b99717116
2 Author: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
3 AuthorDate: Thu Feb 8 19:21:55 2018 +0000
4 Commit: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
5 CommitDate: Thu Feb 8 19:21:55 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b972d013
7
8 net-misc/calico-cni-plugin: Remove unused hardened useflag
9
10 Package-Manager: Portage-2.3.24, Repoman-2.3.6
11
12 net-misc/calico-cni-plugin/calico-cni-plugin-2.0.0.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 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
16 index f8a8026e4f1..f1334bf2702 100644
17 --- a/net-misc/calico-cni-plugin/calico-cni-plugin-2.0.0.ebuild
18 +++ b/net-misc/calico-cni-plugin/calico-cni-plugin-2.0.0.ebuild
19 @@ -83,7 +83,7 @@ SRC_URI="https://${EGO_PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz
20 ${EGO_VENDOR_URI}"
21 LICENSE="Apache-2.0"
22 SLOT="0"
23 -IUSE="hardened"
24 +IUSE=""
25
26 RDEPEND="net-misc/cni-plugins"