yubioath-desktop-5.0.

This commit is contained in:
Anton Bolshakov 2021-04-23 08:31:49 +08:00
parent 5969b803b9
commit 5c006a3c3b
No known key found for this signature in database
GPG key ID: 32BDCED870788F04
2 changed files with 3 additions and 3 deletions

View file

@ -1 +1 @@
DIST yubioath-desktop-5.0.4.tar.gz 5657338 BLAKE2B 7fc3ebbd371c3342b0b6c01b795bcb673bafcc9f2228bbc3d4f644962177f5e3c321b88be20cd1de15d385a8cb8908b185648207483845bab39fedd59f31a406 SHA512 a10c7f4fb137683183ed5aaca0e996193686857edc2a6a2b86e7bc4257971a747b48aa19cfd72162ea9557d375d080bae0ed26bdfa33c07ed60f8b67572f10a3
DIST yubioath-desktop-5.0.5.tar.gz 5659179 BLAKE2B 31dd1a7e9b8a5034e916f38c7893572b6b7e75fa0bc45b5b807c89010ac0e4a01a446f03d1591dd6323a015fc8fb17861fa60dc5a5e4eff40b5261fb6e3f7088 SHA512 b5a0df306916896e1fd84d6a794a43365b0e0a2cecd97ec1dacc6312507dd2e4dd55fc12b0de9d72d1d0a1b40625330373b7c74dacb2ec37a24ea3e1fd2d4ff7

View file

@ -3,7 +3,7 @@
EAPI=7
PYTHON_COMPAT=( python3_{7..8} )
PYTHON_COMPAT=( python3_{7..9} )
inherit eutils desktop python-single-r1 qmake-utils xdg-utils
@ -15,7 +15,7 @@ if [[ ${PV} == *9999 ]]; then
EGIT_REPO_URI="https://github.com/Yubico/yubioath-desktop"
else
SRC_URI="https://github.com/Yubico/yubioath-desktop/archive/${P}.tar.gz"
#dev-python/pyotherside not stable
KEYWORDS="~amd64"
S="${WORKDIR}/${PN}-${P}"
fi