From c51eee02819c8af197c52e388ec1d04c93c41393 Mon Sep 17 00:00:00 2001 From: Alarig Le Lay Date: Sat, 13 Jun 2020 15:07:46 +0200 Subject: [PATCH] games-util/factorio-mod-updater: Switching to python-r1 Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Alarig Le Lay --- .../factorio-mod-updater/factorio-mod-updater-0.1.1.ebuild | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/games-util/factorio-mod-updater/factorio-mod-updater-0.1.1.ebuild b/games-util/factorio-mod-updater/factorio-mod-updater-0.1.1.ebuild index 40d51cd..2d2bc21 100644 --- a/games-util/factorio-mod-updater/factorio-mod-updater-0.1.1.ebuild +++ b/games-util/factorio-mod-updater/factorio-mod-updater-0.1.1.ebuild @@ -3,6 +3,9 @@ EAPI=7 +PYTHON_COMPAT=( python3_{6,7,8} ) +inherit python-r1 + DESCRIPTION="Python script to update mods on a dedicated factorio server" HOMEPAGE="https://github.com/pdemonaco/factorio-mod-updater" MY_GITHUB_AUTHOR="pdemonaco" @@ -23,6 +26,5 @@ BDEPEND="" src_install() { default - - newbin mod_updater.py factorio-mod-updater + python_foreach_impl python_newscript mod_updater.py factorio-mod-updater }