From 05e5a26314c8852aee96542bcc8315683b6d70d5 Mon Sep 17 00:00:00 2001 From: Micha Glave Date: Thu, 24 Jun 2021 09:49:48 +0200 Subject: [PATCH] added python_{9,10} keywords. --- app-admin/pass-git-helper/Manifest | 2 +- ...-git-helper-1.1.1.ebuild => pass-git-helper-1.1.1-r1.ebuild} | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) rename app-admin/pass-git-helper/{pass-git-helper-1.1.1.ebuild => pass-git-helper-1.1.1-r1.ebuild} (91%) diff --git a/app-admin/pass-git-helper/Manifest b/app-admin/pass-git-helper/Manifest index 677e6a8..d3e3352 100644 --- a/app-admin/pass-git-helper/Manifest +++ b/app-admin/pass-git-helper/Manifest @@ -1,2 +1,2 @@ DIST languitar-pass-git-helper-1.1.1.tar.gz 14739 BLAKE2B bc996e1f57ea6ab0a79e264ac186cec24d224b1e4cf8ebca62916ca964b74b68c733cd34acaf35f2bf4272957a44cd0c6926dd7d20b7103df45ec66d1d0c2d58 SHA512 94e2fbc279682c4487ead20f3b2d91b49b3f69c73de63b71b42800d304e9cec7be5016b207587fb2ecd07f3f2adbfc63d29d7ad28c79ba90a3ebc35523cc7939 -EBUILD pass-git-helper-1.1.1.ebuild 653 BLAKE2B 37d641578c1268193e86218c628d9561c6cce283c880245603111ba408838160cb1db3af20975b443bd9800830b350050f706c72d16053c8d3632d9d846b80ce SHA512 4b7aee7c731f7b85100779ec37357e499cf412bf4dde022a4147afc0ec7c0de39c8c73a3d769dd57c74908c590fcbbb1c570ba09f92aefaa67404a81d699e399 +EBUILD pass-git-helper-1.1.1-r1.ebuild 663 BLAKE2B b62436fc9cc904eee8638524f88ed107e49905fccd83db2ac7e3ad28ed3ad3b3d09aad96c7c73a1738592b8d872c8bdd9306ab1833ec6e0dc74cfdfbdce72306 SHA512 2b09f9dc0f60df42e94c08c1220bbe1bffea55887cadea8eb727b2ddbf6c533d7c3261e3462c849432c198abbfc6a07e781fbde905b9cf3d1c79dd30de45b76a diff --git a/app-admin/pass-git-helper/pass-git-helper-1.1.1.ebuild b/app-admin/pass-git-helper/pass-git-helper-1.1.1-r1.ebuild similarity index 91% rename from app-admin/pass-git-helper/pass-git-helper-1.1.1.ebuild rename to app-admin/pass-git-helper/pass-git-helper-1.1.1-r1.ebuild index 4addc19..a818083 100644 --- a/app-admin/pass-git-helper/pass-git-helper-1.1.1.ebuild +++ b/app-admin/pass-git-helper/pass-git-helper-1.1.1-r1.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_6 python3_7 python3_8 ) +PYTHON_COMPAT=( python3_7 python3_8 python3_9 python3_10) inherit distutils-r1 bash-completion-r1