diff options
author | Andreas K. Hüttel <dilfridge@gentoo.org> | 2021-09-18 21:54:38 +0200 |
---|---|---|
committer | Andreas K. Hüttel <dilfridge@gentoo.org> | 2021-09-18 21:55:19 +0200 |
commit | aa7312959f7a43759fa02656b59563ddfc83d218 (patch) | |
tree | 70f85ff46bc03b641ba55a76720ba7677633bf89 /sci-electronics/klayout | |
parent | sci-electronics/klayout: bump to 0.27.3 (diff) | |
download | gentoo-aa7312959f7a43759fa02656b59563ddfc83d218.tar.gz gentoo-aa7312959f7a43759fa02656b59563ddfc83d218.tar.bz2 gentoo-aa7312959f7a43759fa02656b59563ddfc83d218.zip |
sci-electronics/klayout: stable for amd64
Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Andreas K. Huettel <dilfridge@gentoo.org>
Diffstat (limited to 'sci-electronics/klayout')
-rw-r--r-- | sci-electronics/klayout/klayout-0.27.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sci-electronics/klayout/klayout-0.27.ebuild b/sci-electronics/klayout/klayout-0.27.ebuild index 046760b5f1c2..6eb043c6d1be 100644 --- a/sci-electronics/klayout/klayout-0.27.ebuild +++ b/sci-electronics/klayout/klayout-0.27.ebuild @@ -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" |