Skip to content

Commit

Permalink
app-admin/rsyslog: add Python 3.7 support
Browse files Browse the repository at this point in the history
Package-Manager: Portage-2.3.44, Repoman-2.3.10
  • Loading branch information
Whissi committed Aug 3, 2018
1 parent 782bd20 commit d3d3c21
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app-admin/rsyslog/rsyslog-8.35.0-r1.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# Distributed under the terms of the GNU General Public License v2

EAPI="6"
PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} )
PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6,3_7} )

inherit autotools eutils linux-info python-any-r1 systemd

Expand Down
2 changes: 1 addition & 1 deletion app-admin/rsyslog/rsyslog-8.36.0-r1.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# Distributed under the terms of the GNU General Public License v2

EAPI="6"
PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} )
PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6,3_7} )

inherit autotools eutils linux-info python-any-r1 systemd

Expand Down

0 comments on commit d3d3c21

Please sign in to comment.