Gentoo Archives: gentoo-commits

From: Hans de Graaff <graaff@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-electronics/klayout/
Date: Sat, 03 Dec 2016 07:36:36
Message-Id: 1480750588.bc4990cb45589d4288008bd505e0ca9b4e2c787a.graaff@gentoo
1 commit: bc4990cb45589d4288008bd505e0ca9b4e2c787a
2 Author: Hans de Graaff <graaff <AT> gentoo <DOT> org>
3 AuthorDate: Sat Dec 3 07:35:20 2016 +0000
4 Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
5 CommitDate: Sat Dec 3 07:36:28 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bc4990cb
7
8 sci-electronics/klayout: use ruby21, bug 589420; add missing designer dependency
9
10 Package-Manager: portage-2.3.0
11
12 sci-electronics/klayout/klayout-0.23.10.ebuild | 5 +++--
13 1 file changed, 3 insertions(+), 2 deletions(-)
14
15 diff --git a/sci-electronics/klayout/klayout-0.23.10.ebuild b/sci-electronics/klayout/klayout-0.23.10.ebuild
16 index 6f143c7..df07ce1 100644
17 --- a/sci-electronics/klayout/klayout-0.23.10.ebuild
18 +++ b/sci-electronics/klayout/klayout-0.23.10.ebuild
19 @@ -1,10 +1,10 @@
20 -# Copyright 1999-2015 Gentoo Foundation
21 +# Copyright 1999-2016 Gentoo Foundation
22 # Distributed under the terms of the GNU General Public License v2
23 # $Id$
24
25 EAPI=5
26
27 -USE_RUBY="ruby20"
28 +USE_RUBY="ruby21"
29 # note: define maximally ONE implementation here
30
31 RUBY_OPTIONAL=no
32 @@ -20,6 +20,7 @@ KEYWORDS="amd64 x86"
33 IUSE=""
34
35 RDEPEND="
36 + dev-qt/designer:4
37 dev-qt/qtgui:4[qt3support]
38 $(ruby_implementations_depend)
39 "