diff options
author | V3n3RiX <venerix@koprulu.sector> | 2022-07-25 20:57:05 +0100 |
---|---|---|
committer | V3n3RiX <venerix@koprulu.sector> | 2022-07-25 20:57:05 +0100 |
commit | 26262b314fa723a2e86f4a9b8b344a72eb9c0393 (patch) | |
tree | 38c75311fb4f334d6369b07cc6094e809f910dba /app-admin/xkcdpass | |
parent | 22899eb46c1c332d9a8a995c0be0b965fb1bcfc3 (diff) |
gentoo auto-resync : 25:07:2022 - 20:57:05
Diffstat (limited to 'app-admin/xkcdpass')
-rw-r--r-- | app-admin/xkcdpass/Manifest | 2 | ||||
-rw-r--r-- | app-admin/xkcdpass/xkcdpass-1.19.3.ebuild | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/app-admin/xkcdpass/Manifest b/app-admin/xkcdpass/Manifest index 0823211d567b..04adb1ad203a 100644 --- a/app-admin/xkcdpass/Manifest +++ b/app-admin/xkcdpass/Manifest @@ -1,3 +1,3 @@ DIST xkcdpass-1.19.3.tar.gz 2570967 BLAKE2B bd3576b707db2652e6979ea25476fcda51df7bc84a5182668ff1cf2878a57c89ab56a7272fe2030c38533bf4f75855facd7fd8aefa6e5c6335a00c8ef80b228f SHA512 5336e57edd7fbeb655573910b0c0868381a8b43d5ccbb8d388cc24ef16ba094c27517a4fe7b11dbfc7ff906b65a303f90b20cdf9bc551b844453640378b5e555 -EBUILD xkcdpass-1.19.3.ebuild 1080 BLAKE2B c88e2de2a5d2d41f4985bd203124254bb729dc9e532fc6805cec804c1d0d675071c0ffa1c5bb794daffeb62ceb55e064720b1f8b513fbd97c8698b62b1ba1fee SHA512 486615b3c38907eaffd4dd82065c94ac60d88a1cf81c1a0374c2b72452c7cbd724ade716f11a9311410a86e6fd989c0c38e86933331ff13edb1c0364de9e4ed9 +EBUILD xkcdpass-1.19.3.ebuild 1077 BLAKE2B d0e3ab445a1f86966d63de20cf3c78136e4582384c9e160796ec73012b8ab99c53fb2501341132e5cee370d6928444a8ebba369ceb43f5c0138c781b04dbd5e3 SHA512 203be3dd89c515a66533a84a1b4c5d6543be85b710a5fa929283c04f5a5afc6862305736d5f6e171f7bd1f3e42757c0a66437ec72a20846aeacf4495f156e8fd MISC metadata.xml 245 BLAKE2B 4988fa1366a9b8a3769e503545339cdd493a0bdc362ca9237b158b94549de1f061477546b00fd3b21dc9325812423f7207071e22e3234d5c0b88c755197557d2 SHA512 e00be68ab9ad3acfce3d2d48721c47cf50e2c6358c9ceb45a2a23fc5303826ea26b9205ce4f230121c2e40c9c467367f2dc57863680899b21e8005034aa9118c diff --git a/app-admin/xkcdpass/xkcdpass-1.19.3.ebuild b/app-admin/xkcdpass/xkcdpass-1.19.3.ebuild index 4838b290ff93..6362a71c03dd 100644 --- a/app-admin/xkcdpass/xkcdpass-1.19.3.ebuild +++ b/app-admin/xkcdpass/xkcdpass-1.19.3.ebuild @@ -1,9 +1,9 @@ -# Copyright 2020-2021 Gentoo Authors +# Copyright 2020-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python3_{7,8,9,10} ) +PYTHON_COMPAT=( python3_{9..11} ) inherit distutils-r1 DESCRIPTION="Password generator inspired by XKCD 936" |