Skip to content

Commit

Permalink
app-admin/rsyslog: Enable "uuid" USE flag per default
Browse files Browse the repository at this point in the history
- Upstream's default is with UUID support

- util-linux is a default package on Gentoo; "UUID" use flag was only added
  to help Gentoo-forks, see 774c009

Package-Manager: portage-2.3.2
  • Loading branch information
Whissi committed Dec 5, 2016
1 parent 746c33e commit d90d980
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion app-admin/rsyslog/rsyslog-8.19.0.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ fi
LICENSE="GPL-3 LGPL-3 Apache-2.0"
SLOT="0"
IUSE="dbi debug doc elasticsearch +gcrypt grok jemalloc kafka kerberos libressl mongodb mysql normalize omhttpfs"
IUSE+=" omudpspoof postgres rabbitmq redis relp rfc3195 rfc5424hmac snmp ssl systemd test usertools uuid zeromq"
IUSE+=" omudpspoof postgres rabbitmq redis relp rfc3195 rfc5424hmac snmp ssl systemd test usertools +uuid zeromq"

RDEPEND="
>=dev-libs/libfastjson-0.99.2:=
Expand Down
2 changes: 1 addition & 1 deletion app-admin/rsyslog/rsyslog-8.22.0.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ fi
LICENSE="GPL-3 LGPL-3 Apache-2.0"
SLOT="0"
IUSE="dbi debug doc elasticsearch +gcrypt grok jemalloc kafka kerberos libressl mongodb mysql normalize omhttpfs"
IUSE+=" omudpspoof postgres rabbitmq redis relp rfc3195 rfc5424hmac snmp ssl systemd test usertools uuid zeromq"
IUSE+=" omudpspoof postgres rabbitmq redis relp rfc3195 rfc5424hmac snmp ssl systemd test usertools +uuid zeromq"

RDEPEND="
>=dev-libs/libfastjson-0.99.2:=
Expand Down
2 changes: 1 addition & 1 deletion app-admin/rsyslog/rsyslog-8.23.0.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ fi
LICENSE="GPL-3 LGPL-3 Apache-2.0"
SLOT="0"
IUSE="dbi debug doc elasticsearch +gcrypt grok jemalloc kafka kerberos libressl mongodb mysql normalize omhttpfs"
IUSE+=" omudpspoof postgres rabbitmq redis relp rfc3195 rfc5424hmac snmp ssl systemd test usertools uuid zeromq"
IUSE+=" omudpspoof postgres rabbitmq redis relp rfc3195 rfc5424hmac snmp ssl systemd test usertools +uuid zeromq"

RDEPEND="
>=dev-libs/libfastjson-0.99.3:=
Expand Down

0 comments on commit d90d980

Please sign in to comment.