diff options
author | V3n3RiX <venerix@redcorelinux.org> | 2020-02-10 21:05:55 +0000 |
---|---|---|
committer | V3n3RiX <venerix@redcorelinux.org> | 2020-02-10 21:05:55 +0000 |
commit | 71deace00d1a2b091313fe137ab7092418c6f87c (patch) | |
tree | 9f1f0dee23e13658e52f49437befe78427148c51 /games-board/pysolfc | |
parent | 29aabba0ea759c6a2864ff5631735b67ee38e5e0 (diff) |
gentoo resync : 10.02.2020
Diffstat (limited to 'games-board/pysolfc')
-rw-r--r-- | games-board/pysolfc/Manifest | 2 | ||||
-rw-r--r-- | games-board/pysolfc/pysolfc-2.6.4-r1.ebuild (renamed from games-board/pysolfc/pysolfc-2.6.4.ebuild) | 20 |
2 files changed, 12 insertions, 10 deletions
diff --git a/games-board/pysolfc/Manifest b/games-board/pysolfc/Manifest index 2efc2c6718c8..28355711bd2e 100644 --- a/games-board/pysolfc/Manifest +++ b/games-board/pysolfc/Manifest @@ -3,5 +3,5 @@ AUX pysolfc-locales.patch 655 BLAKE2B ce8068858b91eead34f3ff374959d362aef3c1b2e6 DIST PySolFC-Cardsets--Minimal-2.0.1.tar.xz 1450064 BLAKE2B 629318963ee9bf82f6ab0de03f1b59047b896f7528d0f9f5be973fb550b496b523238b9ef8fcdc034f53b5a7adc4c3b56326e912bb83fcfa7e7ad2f9dec8be6b SHA512 56c9ad3c1f9231c6f3866366d694eb6be6036b1b46c8a1ffbd6f7a243a19ab377d30ee4ccaae34f13e35727357d4168db7d9bc044562ec2d86445fb8aec84e4a DIST PySolFC-Cardsets-2.0.tar.bz2 30687905 BLAKE2B f17f5095a05cf42ea9eb3e7a3a7fefe055cc3452882bf96db82bb4d1bebb2307ffc2d0fd8836f7414bfcd93b1d8de52adb43ef22701a0806f2c6c036d9306501 SHA512 24275cd3656024e268a49487ac75e1e67e61ec20e0a9f88e2d1c287f91314a1a9343856d1202ce468f8863f4e9a9bf27526fbb1979a7d765718b38e64ca0cfc8 DIST pysolfc-2.6.4.tar.gz 7380668 BLAKE2B d172a5d69ab2d9ca2c2c56327111b564bcdaf4800f0903051bd5a4f06e22be7ca5630f7f8b9b70b7ebfcb7ad88cc5fea2357e13a9f0bb791edb6edd42f210127 SHA512 da127a2859315eba72b6affe8210068b3b8bf16837ba106a268e0de84b908528aef1a97d5fc63cecfa89317e3bef815758e44007c50d772fb96a1f62045e5906 -EBUILD pysolfc-2.6.4.ebuild 2096 BLAKE2B c7d849181aaa4df2dc30f3cbc27fb0e267338a257224651da4049235df550aeca76239cd1ee1ed4534ba78fe428a7267386c0256f02fd2f70e88c22d218e561b SHA512 a18af380621c7ec795c1299042e92a1729a0875230f1daff7f3f9cc3f42ae0679178314a1ca89330fb6f9fad98e8659b5ddba2f71f76658f1c671684110e6100 +EBUILD pysolfc-2.6.4-r1.ebuild 2158 BLAKE2B fb56e6f9fe1f7e98c0322f8a66fad1fd14264e45fa3bd1f2dfcc099c4c5e511cde481c262c227841daf5aca507535fe2714747f40978ccc225c82617e1307b2f SHA512 d87b99707c6bebe937318e758fbfc41e3bc5078834d8c974fc8a0696af7bae17b774c9e97b6bb58080c1f32a0dacd26ab6c4d85439cb7762ca4bd6a07510897b MISC metadata.xml 562 BLAKE2B 1c818819cff77a23b88ca9ba0e67dab5a1ec9e388f68bd125acc0514306df05d76f2e9137aad414aebe2ed91b2632d04ca9f71435545846099c90a5c42e14ad5 SHA512 e3c7ecd4c54a21b46ee4ce4abc994fd5b8b486e4d5924755c0817fb0a29784a2fb36a10ed7aa36d4d5fa2c6518187702d879efc305a17c7699e8fe99bb09d107 diff --git a/games-board/pysolfc/pysolfc-2.6.4.ebuild b/games-board/pysolfc/pysolfc-2.6.4-r1.ebuild index 1eb2a374992b..1ecc1b59d1e2 100644 --- a/games-board/pysolfc/pysolfc-2.6.4.ebuild +++ b/games-board/pysolfc/pysolfc-2.6.4-r1.ebuild @@ -29,15 +29,17 @@ IUSE="extra-cardsets minimal +sound" S="${WORKDIR}/${MY_PN}-${P}" RDEPEND=" - dev-python/random2[${PYTHON_USEDEP}] - dev-python/six[${PYTHON_USEDEP}] - !minimal? ( - dev-python/pillow[tk,${PYTHON_USEDEP}] - dev-tcltk/tktable - ) - sound? ( - dev-python/pygame[${PYTHON_USEDEP}] - )" + $(python_gen_cond_dep ' + dev-python/random2[${PYTHON_MULTI_USEDEP}] + dev-python/six[${PYTHON_MULTI_USEDEP}] + !minimal? ( + dev-python/pillow[tk,${PYTHON_MULTI_USEDEP}] + dev-tcltk/tktable + ) + sound? ( + dev-python/pygame[${PYTHON_MULTI_USEDEP}] + ) + ')" PATCHES=( "${FILESDIR}/${PN}-gentoo.patch" #591904 |