commit: b8a6d91e0c08f8039e685a780e656388c18f59d6 Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Tue Jun 7 03:44:43 2022 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Tue Jun 7 03:44:48 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b8a6d91e
sci-electronics/magic: drop back to ~arch for 8.3.309; use BDEPEND for PYTHON_DEPS Signed-off-by: Sam James <sam <AT> gentoo.org> sci-electronics/magic/magic-8.3.309.ebuild | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/sci-electronics/magic/magic-8.3.309.ebuild b/sci-electronics/magic/magic-8.3.309.ebuild index af68823bb2b6..2f0d828f97bb 100644 --- a/sci-electronics/magic/magic-8.3.309.ebuild +++ b/sci-electronics/magic/magic-8.3.309.ebuild @@ -17,7 +17,7 @@ SRC_URI="http://www.opencircuitdesign.com/${PN}/archive/${P}.tgz LICENSE="HPND GPL-2+" SLOT="0" -KEYWORDS="amd64 ~ppc x86" +KEYWORDS="~amd64 ~ppc ~x86" IUSE="cairo debug opengl" RDEPEND=" @@ -33,11 +33,9 @@ RDEPEND=" virtual/opengl ) " -DEPEND=" - ${RDEPEND} - ${PYTHON_DEPS} -" -BDEPEND="app-shells/tcsh" +DEPEND="${RDEPEND}" +BDEPEND="app-shells/tcsh + ${PYTHON_DEPS}" PATCHES=( "${FILESDIR}"/${PN}-8.3.232-libdir.patch @@ -61,7 +59,7 @@ src_prepare() { src_configure() { # Short-circuit top-level configure script to retain CFLAGS - # fix tcl/tk detection #447868 + # Fix tcl/tk detection, bug #447868 cd scripts || die econf \ --with-tcl="/usr/$(get_libdir)" \
