commit: d88d657cccc272015a66fcefec4327988dae063d Author: Ilya Tumaykin <itumaykin <AT> gmail <DOT> com> AuthorDate: Wed Jan 4 14:51:48 2017 +0000 Commit: David Seifert <soap <AT> gentoo <DOT> org> CommitDate: Wed Jan 4 17:46:21 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d88d657c
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 app-admin/ulogd/ulogd-2.0.5_p20161017.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-admin/ulogd/ulogd-2.0.5_p20161017.ebuild b/app-admin/ulogd/ulogd-2.0.5_p20161017.ebuild index b4f1ed3..d572851 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 )