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 8252E138335 for ; Thu, 18 Jul 2019 19:23:57 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 66B4DE0802; Thu, 18 Jul 2019 19:23:56 +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 4C4B6E0802 for ; Thu, 18 Jul 2019 19:23:56 +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 F3246347FF4 for ; Thu, 18 Jul 2019 19:23:54 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 38311627 for ; Thu, 18 Jul 2019 19:23:52 +0000 (UTC) From: "Craig Andrews" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Craig Andrews" Message-ID: <1563477514.1abf93019754a7b7440cdfeae0354f6f941720df.candrews@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/conf2struct/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-util/conf2struct/conf2struct-0_pre0.ebuild dev-util/conf2struct/conf2struct-9999.ebuild X-VCS-Directories: dev-util/conf2struct/ X-VCS-Committer: candrews X-VCS-Committer-Name: Craig Andrews X-VCS-Revision: 1abf93019754a7b7440cdfeae0354f6f941720df X-VCS-Branch: master Date: Thu, 18 Jul 2019 19:23:52 +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: b7cb83c8-fca2-4253-98e3-a865ae18f074 X-Archives-Hash: d50a29948e35732ef7eafb69cd9dfb5c commit: 1abf93019754a7b7440cdfeae0354f6f941720df Author: Craig Andrews gentoo org> AuthorDate: Thu Jul 18 16:31:30 2019 +0000 Commit: Craig Andrews gentoo org> CommitDate: Thu Jul 18 19:18:34 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1abf9301 dev-util/conf2struct: Remove use flags These use flags were accidentally included Package-Manager: Portage-2.3.69, Repoman-2.3.16 Signed-off-by: Craig Andrews gentoo.org> dev-util/conf2struct/conf2struct-0_pre0.ebuild | 2 +- dev-util/conf2struct/conf2struct-9999.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-util/conf2struct/conf2struct-0_pre0.ebuild b/dev-util/conf2struct/conf2struct-0_pre0.ebuild index 7c6d5dc0b9b..67441e8cca9 100644 --- a/dev-util/conf2struct/conf2struct-0_pre0.ebuild +++ b/dev-util/conf2struct/conf2struct-0_pre0.ebuild @@ -27,7 +27,7 @@ PATCHES=( LICENSE="BSD-2" SLOT="0" -IUSE="caps pcre systemd tcpd" +IUSE="" RDEPEND="dev-libs/libconfig dev-perl/Conf-Libconfig" diff --git a/dev-util/conf2struct/conf2struct-9999.ebuild b/dev-util/conf2struct/conf2struct-9999.ebuild index 3ff4bf49a4e..f20edc27e4d 100644 --- a/dev-util/conf2struct/conf2struct-9999.ebuild +++ b/dev-util/conf2struct/conf2struct-9999.ebuild @@ -17,7 +17,7 @@ fi LICENSE="BSD-2" SLOT="0" -IUSE="caps pcre systemd tcpd" +IUSE="" RDEPEND="dev-libs/libconfig dev-perl/Conf-Libconfig"