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: Mon, 30 Mar 2020 05:39:57
Message-Id: 1585546689.4637bb61880394958a591eea8c94c23061ba46f4.graaff@gentoo
1 commit: 4637bb61880394958a591eea8c94c23061ba46f4
2 Author: Hans de Graaff <graaff <AT> gentoo <DOT> org>
3 AuthorDate: Mon Mar 30 05:37:53 2020 +0000
4 Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
5 CommitDate: Mon Mar 30 05:38:09 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4637bb61
7
8 sci-electronics/klayout: use ruby25
9
10 Package-Manager: Portage-2.3.89, Repoman-2.3.20
11 Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org>
12
13 .../klayout/{klayout-9999.ebuild => klayout-0.25.6-r1.ebuild} | 6 +++++-
14 sci-electronics/klayout/klayout-9999.ebuild | 2 +-
15 2 files changed, 6 insertions(+), 2 deletions(-)
16
17 diff --git a/sci-electronics/klayout/klayout-9999.ebuild b/sci-electronics/klayout/klayout-0.25.6-r1.ebuild
18 similarity index 96%
19 copy from sci-electronics/klayout/klayout-9999.ebuild
20 copy to sci-electronics/klayout/klayout-0.25.6-r1.ebuild
21 index 3419a02b2be..8435a07aa8c 100644
22 --- a/sci-electronics/klayout/klayout-9999.ebuild
23 +++ b/sci-electronics/klayout/klayout-0.25.6-r1.ebuild
24 @@ -4,7 +4,7 @@
25 EAPI=6
26
27 RUBY_OPTIONAL=no
28 -USE_RUBY="ruby24"
29 +USE_RUBY="ruby25"
30 # note: define maximally ONE implementation here
31
32 PYTHON_COMPAT=( python3_6 )
33 @@ -45,6 +45,10 @@ RDEPEND="
34 "
35 DEPEND="${RDEPEND}"
36
37 +PATCHES=(
38 + "${FILESDIR}/${P}-gcc8.patch"
39 +)
40 +
41 pkg_setup() {
42 python-single-r1_pkg_setup
43 ruby-ng_pkg_setup
44
45 diff --git a/sci-electronics/klayout/klayout-9999.ebuild b/sci-electronics/klayout/klayout-9999.ebuild
46 index 3419a02b2be..127d36ffb70 100644
47 --- a/sci-electronics/klayout/klayout-9999.ebuild
48 +++ b/sci-electronics/klayout/klayout-9999.ebuild
49 @@ -4,7 +4,7 @@
50 EAPI=6
51
52 RUBY_OPTIONAL=no
53 -USE_RUBY="ruby24"
54 +USE_RUBY="ruby25"
55 # note: define maximally ONE implementation here
56
57 PYTHON_COMPAT=( python3_6 )