diff options
author | Andreas K. Huettel <dilfridge@gentoo.org> | 2021-01-23 13:20:07 +0200 |
---|---|---|
committer | Andreas K. Huettel <dilfridge@gentoo.org> | 2021-01-23 13:20:07 +0200 |
commit | dd18889fe08bb79a034d9765a51515ca2fdf4217 (patch) | |
tree | 07166784b0d5b869e359cfda003da2187d8f3121 /sci-electronics | |
parent | sys-process/cronie: install pam files conditionally (diff) | |
download | gentoo-dd18889fe08bb79a034d9765a51515ca2fdf4217.tar.gz gentoo-dd18889fe08bb79a034d9765a51515ca2fdf4217.tar.bz2 gentoo-dd18889fe08bb79a034d9765a51515ca2fdf4217.zip |
sci-electronics/klayout: Stable on amd64
Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Andreas K. Huettel <dilfridge@gentoo.org>
Diffstat (limited to 'sci-electronics')
-rw-r--r-- | sci-electronics/klayout/klayout-0.26.8.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sci-electronics/klayout/klayout-0.26.8.ebuild b/sci-electronics/klayout/klayout-0.26.8.ebuild index b44affbd840d..11dc24b03bde 100644 --- a/sci-electronics/klayout/klayout-0.26.8.ebuild +++ b/sci-electronics/klayout/klayout-0.26.8.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -17,7 +17,7 @@ if [[ ${PV} = 9999* ]]; then EGIT_CHECKOUT_DIR=${WORKDIR}/all/${P} else SRC_URI="https://www.klayout.org/downloads/source/${P}.tar.gz" - KEYWORDS="~amd64 ~x86" + KEYWORDS="amd64 ~x86" fi DESCRIPTION="Viewer and editor for GDS and OASIS integrated circuit layouts" |