From aea89c1f812d14afcd6a8e3bb0492fd14b7fab97 Mon Sep 17 00:00:00 2001 From: Pierre-Olivier Mercier Date: Mon, 11 May 2020 23:47:57 +0200 Subject: [PATCH] net-irc/nemubot: update python version --- net-irc/nemubot/Manifest | 2 +- net-irc/nemubot/nemubot-9999.ebuild | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/net-irc/nemubot/Manifest b/net-irc/nemubot/Manifest index d8e37ec..3b02390 100644 --- a/net-irc/nemubot/Manifest +++ b/net-irc/nemubot/Manifest @@ -1,4 +1,4 @@ AUX backup_crontab 108 BLAKE2B c26c6f491117eb32d55047efc5c3f28d6e0ccc914ce079d4184c6aafbd9ee7b43ea893992d401e2f3b5ae31c7da7caf96e9f0c8eded762094a8f6bf1687c771a SHA512 577db0b8def4c7e39d1a9daeb4ac538e2592f1c053292ff585735354adb411a2fe7a75d5d27f717249166ad5682a7994aedc063ce9307fd25f1bb946587c03a7 AUX nemubot.init 775 BLAKE2B 5c4c359a2a634179d2d18b3a680caf6782ae8bf7699ab502e926e85d2faacea177ae653a5f1148597ffabd5a1de57f08afee5294a35d15edd1149b18a7face3e SHA512 7e894458b17e841f326b3cb54ad6de689c27098376d546fb6f53f014cea6c0c1f2e7bfc4ca6e0859ad9fe566357b9cb64d65acf87759a441fc2598f1ab24fe7e -EBUILD nemubot-9999.ebuild 1477 BLAKE2B f257f3b1d0e43427d9d5bd3966fe846149ef6ed090b4e659de4085b88d1b1e795c87dd2978a972bbd52664f462669907ba3077d61dbbd9027cd690a58f4045f2 SHA512 270ea05f25709be81028ca2fb34f00331f363a94ccda81752ac9ae1ee5d037781370d66e62b92fe5f2364a73361040b7b51ebe9a4a374ad852d5d71a330b039b +EBUILD nemubot-9999.ebuild 1481 BLAKE2B f925cb67cfee30c42039b79fd76adc7b97e3b8721f069eb0d7040d48e38e74e487da4c777760aae8d50f7c0eb90111a10e1e39dcb98eecd90231e6fe5f8526ba SHA512 73680ab81a1f24505a12ddf152a4258fac218940b7f1eae1e98d44e85ed83747435c0b9d46469287e8251e95c49112beb34861b0b78286f8185156bfa417ecf1 MISC metadata.xml 731 BLAKE2B f339d4c8dfeeda7309914190390bf1d873c5d5623a0fbcd13ac06101a6344652b5a6278f905018afa6fdcd261ebf8da60a5e1b894671a104c0925e40120fb4d8 SHA512 46508a9e85026b428ac58945e266f743b408f9aefa48605b388b563b6c913016d4d2048c64e519680493b4fdee61909e9741af45f2d0568a572a74339f85690f diff --git a/net-irc/nemubot/nemubot-9999.ebuild b/net-irc/nemubot/nemubot-9999.ebuild index ad38e47..f061d77 100644 --- a/net-irc/nemubot/nemubot-9999.ebuild +++ b/net-irc/nemubot/nemubot-9999.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=6 +EAPI=7 -PYTHON_COMPAT=( python3_{4,5,6} ) +PYTHON_COMPAT=( python3_{4,5,6,7,8} ) inherit distutils-r1 user