Skip to content

Commit

Permalink
app-backup/borgmatic: support python3_8
Browse files Browse the repository at this point in the history
Following the version bump of dev-python/ruamel-yaml we now have all
the dependencies supporting that version as well, and just to be on the
safe side I have confirmed all borgmatic tests pass with
python_single_target_python3_8,

Signed-off-by: Marek Szuba <[email protected]>
  • Loading branch information
Marek Szuba committed Apr 28, 2020
1 parent ca2bcfd commit f9d2fea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app-backup/borgmatic/borgmatic-1.5.1-r2.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

EAPI=7

PYTHON_COMPAT=( python3_{6,7} )
PYTHON_COMPAT=( python3_{6,7,8} )
DISTUTILS_SINGLE_IMPL=1
DISTUTILS_USE_SETUPTOOLS="rdepend"

Expand Down

0 comments on commit f9d2fea

Please sign in to comment.