diff options
author | Sam James <sam@gentoo.org> | 2021-12-27 00:41:51 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-12-27 01:08:40 +0000 |
commit | ebe49a5529db5ae9dccc6f04804a50c348b596ab (patch) | |
tree | db6d7e410c4d09b2b04bbb02efaad778079a9d81 /sci-electronics | |
parent | sci-electronics/kicad: crank up opencascade lower bound (diff) | |
download | gentoo-ebe49a5529db5ae9dccc6f04804a50c348b596ab.tar.gz gentoo-ebe49a5529db5ae9dccc6f04804a50c348b596ab.tar.bz2 gentoo-ebe49a5529db5ae9dccc6f04804a50c348b596ab.zip |
sci-electronics/kicad: add note re bundled pybind
Needed to work with wxwidgets for now.
See: https://gitlab.com/kicad/code/kicad/-/commit/74e4370a9b146b21883d6a2d1df46c7a10bd0424
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'sci-electronics')
-rw-r--r-- | sci-electronics/kicad/kicad-6.0.0.ebuild | 6 | ||||
-rw-r--r-- | sci-electronics/kicad/kicad-9999.ebuild | 6 |
2 files changed, 8 insertions, 4 deletions
diff --git a/sci-electronics/kicad/kicad-6.0.0.ebuild b/sci-electronics/kicad/kicad-6.0.0.ebuild index 9ee69cf7de52..02029d4ba76b 100644 --- a/sci-electronics/kicad/kicad-6.0.0.ebuild +++ b/sci-electronics/kicad/kicad-6.0.0.ebuild @@ -4,7 +4,6 @@ EAPI=7 PYTHON_COMPAT=( python3_{8,9} ) - WX_GTK_VER="3.0-gtk3" inherit check-reqs cmake optfeature python-single-r1 toolchain-funcs wxwidgets xdg-utils @@ -26,12 +25,15 @@ else fi fi -LICENSE="GPL-2+ GPL-3+ Boost-1.0" +# BSD for bundled pybind +LICENSE="GPL-2+ GPL-3+ Boost-1.0 BSD" SLOT="0" IUSE="doc examples +ngspice openmp +occ +pcm" REQUIRED_USE="${PYTHON_REQUIRED_USE}" +# Contains bundled pybind but it's patched for wx +# See https://gitlab.com/kicad/code/kicad/-/commit/74e4370a9b146b21883d6a2d1df46c7a10bd0424 COMMON_DEPEND=" >=dev-libs/boost-1.61:=[context,nls] media-libs/freeglut diff --git a/sci-electronics/kicad/kicad-9999.ebuild b/sci-electronics/kicad/kicad-9999.ebuild index 9ee69cf7de52..02029d4ba76b 100644 --- a/sci-electronics/kicad/kicad-9999.ebuild +++ b/sci-electronics/kicad/kicad-9999.ebuild @@ -4,7 +4,6 @@ EAPI=7 PYTHON_COMPAT=( python3_{8,9} ) - WX_GTK_VER="3.0-gtk3" inherit check-reqs cmake optfeature python-single-r1 toolchain-funcs wxwidgets xdg-utils @@ -26,12 +25,15 @@ else fi fi -LICENSE="GPL-2+ GPL-3+ Boost-1.0" +# BSD for bundled pybind +LICENSE="GPL-2+ GPL-3+ Boost-1.0 BSD" SLOT="0" IUSE="doc examples +ngspice openmp +occ +pcm" REQUIRED_USE="${PYTHON_REQUIRED_USE}" +# Contains bundled pybind but it's patched for wx +# See https://gitlab.com/kicad/code/kicad/-/commit/74e4370a9b146b21883d6a2d1df46c7a10bd0424 COMMON_DEPEND=" >=dev-libs/boost-1.61:=[context,nls] media-libs/freeglut |