Gentoo Archives: gentoo-commits

From: Craig Andrews <candrews@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/conf2struct/
Date: Thu, 18 Jul 2019 19:23:57
Message-Id: 1563477514.1abf93019754a7b7440cdfeae0354f6f941720df.candrews@gentoo
1 commit: 1abf93019754a7b7440cdfeae0354f6f941720df
2 Author: Craig Andrews <candrews <AT> gentoo <DOT> org>
3 AuthorDate: Thu Jul 18 16:31:30 2019 +0000
4 Commit: Craig Andrews <candrews <AT> gentoo <DOT> org>
5 CommitDate: Thu Jul 18 19:18:34 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1abf9301
7
8 dev-util/conf2struct: Remove use flags
9
10 These use flags were accidentally included
11
12 Package-Manager: Portage-2.3.69, Repoman-2.3.16
13 Signed-off-by: Craig Andrews <candrews <AT> gentoo.org>
14
15 dev-util/conf2struct/conf2struct-0_pre0.ebuild | 2 +-
16 dev-util/conf2struct/conf2struct-9999.ebuild | 2 +-
17 2 files changed, 2 insertions(+), 2 deletions(-)
18
19 diff --git a/dev-util/conf2struct/conf2struct-0_pre0.ebuild b/dev-util/conf2struct/conf2struct-0_pre0.ebuild
20 index 7c6d5dc0b9b..67441e8cca9 100644
21 --- a/dev-util/conf2struct/conf2struct-0_pre0.ebuild
22 +++ b/dev-util/conf2struct/conf2struct-0_pre0.ebuild
23 @@ -27,7 +27,7 @@ PATCHES=(
24
25 LICENSE="BSD-2"
26 SLOT="0"
27 -IUSE="caps pcre systemd tcpd"
28 +IUSE=""
29
30 RDEPEND="dev-libs/libconfig
31 dev-perl/Conf-Libconfig"
32
33 diff --git a/dev-util/conf2struct/conf2struct-9999.ebuild b/dev-util/conf2struct/conf2struct-9999.ebuild
34 index 3ff4bf49a4e..f20edc27e4d 100644
35 --- a/dev-util/conf2struct/conf2struct-9999.ebuild
36 +++ b/dev-util/conf2struct/conf2struct-9999.ebuild
37 @@ -17,7 +17,7 @@ fi
38
39 LICENSE="BSD-2"
40 SLOT="0"
41 -IUSE="caps pcre systemd tcpd"
42 +IUSE=""
43
44 RDEPEND="dev-libs/libconfig
45 dev-perl/Conf-Libconfig"