diff options
Diffstat (limited to 'app-i18n/opencc/opencc-9999.ebuild')
-rw-r--r-- | app-i18n/opencc/opencc-9999.ebuild | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/app-i18n/opencc/opencc-9999.ebuild b/app-i18n/opencc/opencc-9999.ebuild index 9fb2129d45dc..bcf43765ab11 100644 --- a/app-i18n/opencc/opencc-9999.ebuild +++ b/app-i18n/opencc/opencc-9999.ebuild @@ -2,8 +2,9 @@ # Distributed under the terms of the GNU General Public License v2 EAPI="7" +PYTHON_COMPAT=(python{3_7,3_8,3_9}) -inherit cmake +inherit cmake python-any-r1 if [[ "${PV}" == "9999" ]]; then inherit git-r3 @@ -25,7 +26,8 @@ KEYWORDS="" IUSE="doc test" RESTRICT="!test? ( test )" -BDEPEND="doc? ( app-doc/doxygen )" +BDEPEND="${PYTHON_DEPS} + doc? ( app-doc/doxygen )" DEPEND="" RDEPEND="" |