Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-electronics/klayout/
Date: Mon, 12 Aug 2019 17:58:40
Message-Id: 1565632695.4828f62872b248025cf31c5e1a2b53bbd73e6a48.mgorny@gentoo
1 commit: 4828f62872b248025cf31c5e1a2b53bbd73e6a48
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Mon Aug 12 17:51:05 2019 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Mon Aug 12 17:58:15 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4828f628
7
8 sci-electronics/klayout: Add missing PYTHON_REQUIRED_USE
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 sci-electronics/klayout/klayout-9999.ebuild | 1 +
13 1 file changed, 1 insertion(+)
14
15 diff --git a/sci-electronics/klayout/klayout-9999.ebuild b/sci-electronics/klayout/klayout-9999.ebuild
16 index 754f49f53ec..2b00550a26e 100644
17 --- a/sci-electronics/klayout/klayout-9999.ebuild
18 +++ b/sci-electronics/klayout/klayout-9999.ebuild
19 @@ -25,6 +25,7 @@ HOMEPAGE="https://www.klayout.de/"
20 LICENSE="GPL-2"
21 SLOT="0"
22 IUSE=""
23 +REQUIRED_USE=${PYTHON_REQUIRED_USE}
24
25 RDEPEND="
26 dev-qt/designer:5