summaryrefslogtreecommitdiff
path: root/sci-electronics
diff options
context:
space:
mode:
authorLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2026-05-13 17:57:46 +0000
committerLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2026-05-13 17:57:46 +0000
commit33b1502bb3d163709fff312aca31b2b997e203a4 (patch)
tree044c568c750d3623ebbd9b42d04dfe603b8255d3 /sci-electronics
parentc9247bc74da2fdefe6844e838ed60c995ce500bd (diff)
downloadbaldeagleos-repo-33b1502bb3d163709fff312aca31b2b997e203a4.tar.gz
baldeagleos-repo-33b1502bb3d163709fff312aca31b2b997e203a4.tar.xz
baldeagleos-repo-33b1502bb3d163709fff312aca31b2b997e203a4.zip
Adding metadata
Diffstat (limited to 'sci-electronics')
-rw-r--r--sci-electronics/fasthenry/metadata.xml3
-rw-r--r--sci-electronics/klayout/Manifest2
-rw-r--r--sci-electronics/klayout/klayout-0.30.8.ebuild (renamed from sci-electronics/klayout/klayout-0.30.4.ebuild)9
3 files changed, 7 insertions, 7 deletions
diff --git a/sci-electronics/fasthenry/metadata.xml b/sci-electronics/fasthenry/metadata.xml
index 9b8f5a91906d..66ee50826efd 100644
--- a/sci-electronics/fasthenry/metadata.xml
+++ b/sci-electronics/fasthenry/metadata.xml
@@ -1,9 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://liguros.gitlab.io/dtd/metadata.dtd">
<pkgmetadata>
- <maintainer type="person">
- <email>dilfridge@gentoo.org</email>
- </maintainer>
<maintainer type="project">
<email>sci@gentoo.org</email>
<name>Gentoo Science Project</name>
diff --git a/sci-electronics/klayout/Manifest b/sci-electronics/klayout/Manifest
index b270732bfa9f..4c9f51a1ba81 100644
--- a/sci-electronics/klayout/Manifest
+++ b/sci-electronics/klayout/Manifest
@@ -1,2 +1,2 @@
-DIST klayout-0.30.4.tar.gz 101138011 BLAKE2B 8d8e44bd2b87cc0b668d896b6cd0b1b7fd4b43b223da7fd65883b0cff23145f8da244d3898f6815778a32df5b2474e5dc9bec087e3a635ff296017c80fb6ad22 SHA512 0e94b7342d9cb3e3d91030948a9448eee75e682a7a1972a118c3de5e7dcee7dab10820c555c5cda10b4877f73fb8e2e1413330160e75bdfbd781fa7963e5bd0f
DIST klayout-0.30.7.tar.gz 103854086 BLAKE2B c4586f188b63224543a1ccd918baadb3a8fe1b36388d5cd9fb94c016bab8ea8bda7cf77759e745845ea45be8951d1c2621f02d1ce2217d388e093d70b8db80b6 SHA512 d914d810022280a68246681ed3e5845f05cb0aa99bec8b6aa75effec40aad5b106813673d8d7e1855dd77441d2ff1c9fa52b2e36bf97de476e60d19de99bbb69
+DIST klayout-0.30.8.tar.gz 103894113 BLAKE2B fdf653235e261af1cf20c18a6b699f5deb581062ba8e190cfc54c670644aece15ffe8d38692ff18362f1e710c34a4d730d17143ad831fbe1342136cbe7e8329d SHA512 fd2813434f51d71dca0c1c24af620e0df5ac23607f7351a8ef1980216c4d8ded4df53a84f174f4e57017db5c9e8c43cb7a2e470c22a05efac3b568b19a74be28
diff --git a/sci-electronics/klayout/klayout-0.30.4.ebuild b/sci-electronics/klayout/klayout-0.30.8.ebuild
index 60990c17dec9..cf6d5cf5de04 100644
--- a/sci-electronics/klayout/klayout-0.30.4.ebuild
+++ b/sci-electronics/klayout/klayout-0.30.8.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2025 Gentoo Authors
+# Copyright 1999-2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -9,7 +9,7 @@ USE_RUBY="ruby33"
PYTHON_COMPAT=( python3_{10..14} )
-inherit toolchain-funcs python-single-r1 ruby-ng
+inherit flag-o-matic toolchain-funcs python-single-r1 ruby-ng
if [[ ${PV} = 9999* ]]; then
EGIT_REPO_URI="https://github.com/klayoutmatthias/${PN}.git"
@@ -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"
@@ -43,6 +43,9 @@ DEPEND="${RDEPEND}
pkg_setup() {
python-single-r1_pkg_setup
ruby-ng_pkg_setup
+
+ # https://github.com/KLayout/klayout/issues/2340 (bug #973164)
+ append-flags -fno-strict-aliasing
}
each_ruby_configure() {