commit: 640c55701ce5c7194d3410d4137bf1eaac1427f7
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Fri Feb 7 11:26:57 2020 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Feb 9 16:10:55 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=640c5570
app-office/ledger: Switch to PYTHON_MULTI_USEDEP API
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
app-office/ledger/{ledger-3.1.2.ebuild => ledger-3.1.2-r1.ebuild} | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)
diff --git a/app-office/ledger/ledger-3.1.2.ebuild
b/app-office/ledger/ledger-3.1.2-r1.ebuild
similarity index 95%
rename from app-office/ledger/ledger-3.1.2.ebuild
rename to app-office/ledger/ledger-3.1.2-r1.ebuild
index 38cba372bc3..df1fb454984 100644
--- a/app-office/ledger/ledger-3.1.2.ebuild
+++ b/app-office/ledger/ledger-3.1.2-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
@@ -24,7 +24,9 @@ RDEPEND="
dev-libs/gmp:0=
dev-libs/mpfr:0=
python? (
- dev-libs/boost:=[${PYTHON_USEDEP}]
+ $(python_gen_cond_dep '
+ dev-libs/boost:=[${PYTHON_MULTI_USEDEP}]
+ ')
dev-python/cheetah
${PYTHON_DEPS}
)