Gentoo Archives: gentoo-commits

From: "Andreas K. Hüttel" <dilfridge@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-electronics/klayout/
Date: Sun, 06 Feb 2022 15:12:21
Message-Id: 1644160326.6c61f16c6005f623600fd9db9de370be3437974e.dilfridge@gentoo
1 commit: 6c61f16c6005f623600fd9db9de370be3437974e
2 Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
3 AuthorDate: Sun Feb 6 15:11:30 2022 +0000
4 Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
5 CommitDate: Sun Feb 6 15:12:06 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6c61f16c
7
8 sci-electronics/klayout: 0.27.3 stable for amd64
9
10 Package-Manager: Portage-3.0.30, Repoman-3.0.3
11 Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>
12
13 sci-electronics/klayout/klayout-0.27.3.ebuild | 4 ++--
14 1 file changed, 2 insertions(+), 2 deletions(-)
15
16 diff --git a/sci-electronics/klayout/klayout-0.27.3.ebuild b/sci-electronics/klayout/klayout-0.27.3.ebuild
17 index fa9d57d2fc67..01355f2e03c4 100644
18 --- a/sci-electronics/klayout/klayout-0.27.3.ebuild
19 +++ b/sci-electronics/klayout/klayout-0.27.3.ebuild
20 @@ -1,4 +1,4 @@
21 -# Copyright 1999-2021 Gentoo Authors
22 +# Copyright 1999-2022 Gentoo Authors
23 # Distributed under the terms of the GNU General Public License v2
24
25 EAPI=7
26 @@ -17,7 +17,7 @@ if [[ ${PV} = 9999* ]]; then
27 EGIT_CHECKOUT_DIR=${WORKDIR}/all/${P}
28 else
29 SRC_URI="https://www.klayout.org/downloads/source/${P}.tar.gz"
30 - KEYWORDS="~amd64 ~x86"
31 + KEYWORDS="amd64 ~x86"
32 fi
33
34 DESCRIPTION="Viewer and editor for GDS and OASIS integrated circuit layouts"