diff options
Diffstat (limited to 'app-dicts')
-rw-r--r-- | app-dicts/Manifest.gz | bin | 46080 -> 46082 bytes | |||
-rw-r--r-- | app-dicts/opendict/Manifest | 2 | ||||
-rw-r--r-- | app-dicts/opendict/opendict-0.6.7-r1.ebuild (renamed from app-dicts/opendict/opendict-0.6.7.ebuild) | 6 |
3 files changed, 5 insertions, 3 deletions
diff --git a/app-dicts/Manifest.gz b/app-dicts/Manifest.gz Binary files differindex 3c5086c1a3f2..b5d0b66f573a 100644 --- a/app-dicts/Manifest.gz +++ b/app-dicts/Manifest.gz diff --git a/app-dicts/opendict/Manifest b/app-dicts/opendict/Manifest index 868033875a08..d5f52938c2f2 100644 --- a/app-dicts/opendict/Manifest +++ b/app-dicts/opendict/Manifest @@ -1,3 +1,3 @@ DIST opendict-0.6.7.tar.gz 169580 BLAKE2B 665fe181bf16d8e923470568b6685149075b6c5a9afe2deffe6ee4ff792b4e6a2c166f3ce4297f59fc57cd11efe299a93518c4fb5e929b13270d04f172a62146 SHA512 ef97ec84591bda4d8d4746fa4532de109cf03d89dfd5aa20e1775224c687b503759c020b2286e5cedd395ebce5db3b2a10495adc31fcc31dbd4fddfca6fee1f8 -EBUILD opendict-0.6.7.ebuild 2049 BLAKE2B 3cc51451ed9b8cf49a21141695ee6c8e33ff673d2e651e162e01a240667af0bf840f983f0ed47f5b8c95fd4ca5209fc17fb55fe2f8a7fce03cecfaf42aa02276 SHA512 30cd657a497536afa6c95de547ea48c50d3dd2e8e6af77b35d018fbc9522f43c6b5474f7967c829c07e635b38d99dc5501ac2f15d464cc201d557ed67bcea1ea +EBUILD opendict-0.6.7-r1.ebuild 2082 BLAKE2B 1e1f654ed9dc383c48ff7aa3cfb6af762d77886c5323c97fcfb7bed78045b5a463739e2b76afc7feb28516a70bf6481e190e2598f49dcf93b7b184c7725f8e1c SHA512 6e9170d45a282fe2687393d4d24b972da7262eee38821e1d13d2218469a50e1593fdb22a6f23dea9c5c9df8d2342ab03624191d087ddb70cbfee7f01a8becaac MISC metadata.xml 339 BLAKE2B 3233d939c71c80bd1d803ef77bafb2d50022497ef3f580171d9bd37aa260c0b5d7e7d306a5bd98ab8a2bdd6b052048032887579c5064d7684b9aa43aa4a53ffd SHA512 49affe3fdde01f9c9726abbf3088e9332fd2aad7c47cb7591eee9d23dd18caf4877c2858e457b236bfec2318baa5e3cbf8184ae431825d6d28a01557a58daf98 diff --git a/app-dicts/opendict/opendict-0.6.7.ebuild b/app-dicts/opendict/opendict-0.6.7-r1.ebuild index 99c27f354f2b..2adc18c71cf4 100644 --- a/app-dicts/opendict/opendict-0.6.7.ebuild +++ b/app-dicts/opendict/opendict-0.6.7-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -18,7 +18,9 @@ IUSE="" REQUIRED_USE="${PYTHON_REQUIRED_USE}" RDEPEND="${PYTHON_DEPS} - dev-python/wxpython:3.0[${PYTHON_USEDEP}] + $(python_gen_cond_dep ' + dev-python/wxpython:3.0[${PYTHON_MULTI_USEDEP}] + ') " DEPEND="${RDEPEND}" |