version bump app-admin/pass-git-helper-1.3.0

This commit is contained in:
Micha Glave 2023-06-19 11:22:28 +02:00
parent 8c23e7ea9d
commit 220a10f9b9
2 changed files with 6 additions and 5 deletions

View File

@ -1,2 +1 @@
DIST languitar-pass-git-helper-1.1.1.tar.gz 14739 BLAKE2B bc996e1f57ea6ab0a79e264ac186cec24d224b1e4cf8ebca62916ca964b74b68c733cd34acaf35f2bf4272957a44cd0c6926dd7d20b7103df45ec66d1d0c2d58 SHA512 94e2fbc279682c4487ead20f3b2d91b49b3f69c73de63b71b42800d304e9cec7be5016b207587fb2ecd07f3f2adbfc63d29d7ad28c79ba90a3ebc35523cc7939
EBUILD pass-git-helper-1.1.1-r1.ebuild 663 BLAKE2B b62436fc9cc904eee8638524f88ed107e49905fccd83db2ac7e3ad28ed3ad3b3d09aad96c7c73a1738592b8d872c8bdd9306ab1833ec6e0dc74cfdfbdce72306 SHA512 2b09f9dc0f60df42e94c08c1220bbe1bffea55887cadea8eb727b2ddbf6c533d7c3261e3462c849432c198abbfc6a07e781fbde905b9cf3d1c79dd30de45b76a
DIST languitar-pass-git-helper-1.3.0.tar.gz 118203 BLAKE2B 635a64cd4ec066074cfbe67f61811472b2315d01fd828a818e0887db3387060ba6cb437be71e2750a0eb402ea1852c47689b4037a3bc1048d571ff6a554d1f71 SHA512 e1cd779b1e145fd17b26d5022eeed533bc0c9e3e85aa4106634f5cd897b23f81b1e91da243df4a97b34733b3625da342e98c0cf70ef85365d7d3ee198617c6d7

View File

@ -1,9 +1,9 @@
# Copyright 2018 Gentoo Authors
# Copyright 2018-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
PYTHON_COMPAT=( python3_7 python3_8 python3_9 python3_10)
PYTHON_COMPAT=( python3_9 python3_10 python3_11)
inherit distutils-r1 bash-completion-r1
@ -23,6 +23,8 @@ REQUIRED_USE="${PYTHON_REQUIRED_USE}"
DEPEND=""
RDEPEND="${PYTHON_DEPS}
>=app-admin/pass-1.7"
>=app-admin/pass-1.7
>=dev-vcs/git-2.13
"
BDEPEND="${RDEPEN}"