diff options
author | Andreas K. Hüttel <dilfridge@gentoo.org> | 2020-06-04 22:59:41 +0300 |
---|---|---|
committer | Andreas K. Hüttel <dilfridge@gentoo.org> | 2020-06-04 23:00:29 +0300 |
commit | b5c6020c55bfa858d039ca6b80524a25c7c9a29f (patch) | |
tree | ec63254754bbffaa80eb42bb3ed42317fb8e8413 /sci-electronics/klayout | |
parent | dev-python/distlib: Skip progress bar tests (diff) | |
download | gentoo-b5c6020c55bfa858d039ca6b80524a25c7c9a29f.tar.gz gentoo-b5c6020c55bfa858d039ca6b80524a25c7c9a29f.tar.bz2 gentoo-b5c6020c55bfa858d039ca6b80524a25c7c9a29f.zip |
sci-electronics/klayout: stable for amd64
Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
Diffstat (limited to 'sci-electronics/klayout')
-rw-r--r-- | sci-electronics/klayout/klayout-0.26.5.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sci-electronics/klayout/klayout-0.26.5.ebuild b/sci-electronics/klayout/klayout-0.26.5.ebuild index 30250478884e..d0ce619c189e 100644 --- a/sci-electronics/klayout/klayout-0.26.5.ebuild +++ b/sci-electronics/klayout/klayout-0.26.5.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" |