diff options
author | Thomas Deutschmann <whissi@gentoo.org> | 2017-03-01 22:54:43 +0100 |
---|---|---|
committer | Thomas Deutschmann <whissi@gentoo.org> | 2017-03-01 23:18:59 +0100 |
commit | 22da16f59be556c5bb6bd169b38dadc470dc7461 (patch) | |
tree | e41ca53f90a91684549095c3577b0b5d95d8c8c7 /profiles | |
parent | net-wireless/urh: add missing rdep (diff) | |
download | gentoo-22da16f59be556c5bb6bd169b38dadc470dc7461.tar.gz gentoo-22da16f59be556c5bb6bd169b38dadc470dc7461.tar.bz2 gentoo-22da16f59be556c5bb6bd169b38dadc470dc7461.zip |
app-admin/rsyslog: Bump to v8.25.0
EBuild changes:
===============
- New MaxMind DB lookup message modify plugin added
(can be enabled via "mdblookup" USE flag)
Package-Manager: Portage-2.3.3, Repoman-2.3.1
Diffstat (limited to 'profiles')
-rw-r--r-- | profiles/arch/amd64/package.use.mask | 4 | ||||
-rw-r--r-- | profiles/arch/base/package.use.mask | 4 | ||||
-rw-r--r-- | profiles/arch/x86/package.use.mask | 4 |
3 files changed, 12 insertions, 0 deletions
diff --git a/profiles/arch/amd64/package.use.mask b/profiles/arch/amd64/package.use.mask index cbbaac8f183b..d38817cc07c9 100644 --- a/profiles/arch/amd64/package.use.mask +++ b/profiles/arch/amd64/package.use.mask @@ -17,6 +17,10 @@ #--- END OF EXAMPLES --- +# Thomas Deutschmann <whissi@gentoo.org> (01 Mar 2017) +# dev-libs/libmaxminddb is keyworded on amd64 +app-admin/rsyslog -mdblookup + # Alexis Ballier <aballier@gentoo.org> (21 Feb 2017) # spacetime works on amd64 # https://caml.inria.fr/pub/docs/manual-ocaml/spacetime.html diff --git a/profiles/arch/base/package.use.mask b/profiles/arch/base/package.use.mask index e6a3b01eb60f..f2d3a9b49165 100644 --- a/profiles/arch/base/package.use.mask +++ b/profiles/arch/base/package.use.mask @@ -1,6 +1,10 @@ # Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 +# Thomas Deutschmann <whissi@gentoo.org> (01 Mar 2017) +# dev-libs/libmaxminddb is only keyworded on amd64 and x86 at the moment +app-admin/rsyslog mdblookup + # Alexis Ballier <aballier@gentoo.org> (21 Feb 2017) # spacetime is only supported on amd64 at the moment. # https://caml.inria.fr/pub/docs/manual-ocaml/spacetime.html diff --git a/profiles/arch/x86/package.use.mask b/profiles/arch/x86/package.use.mask index f01e7e33855b..df16c605222c 100644 --- a/profiles/arch/x86/package.use.mask +++ b/profiles/arch/x86/package.use.mask @@ -3,6 +3,10 @@ # This file requires >=portage-2.1.1 +# Thomas Deutschmann <whissi@gentoo.org> (01 Mar 2017) +# dev-libs/libmaxminddb is keyworded on x86 +app-admin/rsyslog -mdblookup + # David Seifert <soap@gentoo.org> (10 Feb 2017) # Requires dev-lua/ldoc for building documentation, # which is only keyworded for amd64 |