diff options
author | Andreas K. Hüttel <dilfridge@gentoo.org> | 2022-02-06 16:11:30 +0100 |
---|---|---|
committer | Andreas K. Hüttel <dilfridge@gentoo.org> | 2022-02-06 16:12:06 +0100 |
commit | 6c61f16c6005f623600fd9db9de370be3437974e (patch) | |
tree | 0c70c2d4017fecb5cfc7379766803335adb6ef4f /sci-electronics | |
parent | sci-electronics/klayout: Version bump (diff) | |
download | gentoo-6c61f16c6005f623600fd9db9de370be3437974e.tar.gz gentoo-6c61f16c6005f623600fd9db9de370be3437974e.tar.bz2 gentoo-6c61f16c6005f623600fd9db9de370be3437974e.zip |
sci-electronics/klayout: 0.27.3 stable for amd64
Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
Diffstat (limited to 'sci-electronics')
-rw-r--r-- | sci-electronics/klayout/klayout-0.27.3.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sci-electronics/klayout/klayout-0.27.3.ebuild b/sci-electronics/klayout/klayout-0.27.3.ebuild index fa9d57d2fc67..01355f2e03c4 100644 --- a/sci-electronics/klayout/klayout-0.27.3.ebuild +++ b/sci-electronics/klayout/klayout-0.27.3.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 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" |