summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIlya Tumaykin <itumaykin@gmail.com>2017-01-04 17:51:48 +0300
committerDavid Seifert <soap@gentoo.org>2017-01-04 19:46:21 +0200
commitd88d657cccc272015a66fcefec4327988dae063d (patch)
tree3930f50cfe6cb448893c49f64bf04681da7cde43 /app-admin
parentnet-p2p/ktorrent: Drop KEYWORDS for live (diff)
downloadgentoo-d88d657cccc272015a66fcefec4327988dae063d.tar.gz
gentoo-d88d657cccc272015a66fcefec4327988dae063d.tar.bz2
gentoo-d88d657cccc272015a66fcefec4327988dae063d.zip
app-admin/ulogd: remove useless '-' prefix from ulog IUSE
According to devmanual section on IUSE[1], '-' IUSE prefix is only good for overriding repo-level USE settings (profiles/package.use), which we don't have in Gentoo. [1]: https://devmanual.gentoo.org/eclass-reference/ebuild/ Package-Manager: Portage-2.3.3, Repoman-2.3.1
Diffstat (limited to 'app-admin')
-rw-r--r--app-admin/ulogd/ulogd-2.0.5_p20161017.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/app-admin/ulogd/ulogd-2.0.5_p20161017.ebuild b/app-admin/ulogd/ulogd-2.0.5_p20161017.ebuild
index b4f1ed35efb7..d572851ae044 100644
--- a/app-admin/ulogd/ulogd-2.0.5_p20161017.ebuild
+++ b/app-admin/ulogd/ulogd-2.0.5_p20161017.ebuild
@@ -15,7 +15,7 @@ SRC_URI="http://git.netfilter.org/${PN}2/snapshot/${COMMIT_ID}.tar.gz -> ${P}.ta
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="amd64 ~ia64 ppc x86"
-IUSE="dbi doc json mysql nfacct +nfct +nflog pcap postgres sqlite -ulog"
+IUSE="dbi doc json mysql nfacct +nfct +nflog pcap postgres sqlite ulog"
RDEPEND="
|| ( net-firewall/iptables net-firewall/nftables )