diff options
Diffstat (limited to 'sci-electronics/klayout/klayout-0.26.11.ebuild')
-rw-r--r-- | sci-electronics/klayout/klayout-0.26.11.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sci-electronics/klayout/klayout-0.26.11.ebuild b/sci-electronics/klayout/klayout-0.26.11.ebuild index 046760b5f1c2..6eb043c6d1be 100644 --- a/sci-electronics/klayout/klayout-0.26.11.ebuild +++ b/sci-electronics/klayout/klayout-0.26.11.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" |