diff options
author | Craig Andrews <candrews@gentoo.org> | 2019-07-18 12:31:30 -0400 |
---|---|---|
committer | Craig Andrews <candrews@gentoo.org> | 2019-07-18 15:18:34 -0400 |
commit | 1abf93019754a7b7440cdfeae0354f6f941720df (patch) | |
tree | 847d93a943cf273f6dd0662ff2b1e70fee26a629 /dev-util/conf2struct | |
parent | gnome-extra/yelp-xsl: stable 3.30.1 for hppa, bug #685254 (diff) | |
download | gentoo-1abf93019754a7b7440cdfeae0354f6f941720df.tar.gz gentoo-1abf93019754a7b7440cdfeae0354f6f941720df.tar.bz2 gentoo-1abf93019754a7b7440cdfeae0354f6f941720df.zip |
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 <candrews@gentoo.org>
Diffstat (limited to 'dev-util/conf2struct')
-rw-r--r-- | dev-util/conf2struct/conf2struct-0_pre0.ebuild | 2 | ||||
-rw-r--r-- | 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 7c6d5dc0b9b4..67441e8cca93 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 3ff4bf49a4e6..f20edc27e4db 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" |