diff options
Diffstat (limited to 'app-office/gnucash/gnucash-5.1.ebuild')
-rw-r--r-- | app-office/gnucash/gnucash-5.1.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/app-office/gnucash/gnucash-5.1.ebuild b/app-office/gnucash/gnucash-5.1.ebuild index cdfba0b0536b..5783d70da717 100644 --- a/app-office/gnucash/gnucash-5.1.ebuild +++ b/app-office/gnucash/gnucash-5.1.ebuild @@ -1,11 +1,11 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 # Please bump with app-doc/gnucash-docs -PYTHON_COMPAT=( python3_{9..12} ) +PYTHON_COMPAT=( python3_{10..12} ) inherit cmake gnome2-utils python-single-r1 @@ -88,7 +88,7 @@ DEPEND=" " BDEPEND=" dev-lang/swig - >=dev-util/cmake-3.10 + >=dev-build/cmake-3.10 virtual/pkgconfig " PDEPEND=" |