commit: 498ad57b5231fd0ff2e55aab14254c6ecbaab9fd Author: Michael Orlitzky <mjo <AT> gentoo <DOT> org> AuthorDate: Sun Jan 14 12:54:35 2024 +0000 Commit: Michael Orlitzky <mjo <AT> gentoo <DOT> org> CommitDate: Mon Jan 22 11:29:20 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=498ad57b
sci-mathematics/gap: drop USE=emacs (a no-op) Some day, this might pull in app-emacs/gap-mode, which does not yet exist. I tried to package it but it throws several warnings in the latest version of emacs: https://gitlab.com/gvol/gap-mode/-/issues/13 For now let's drop the flag since it doesn't do anything. Signed-off-by: Michael Orlitzky <mjo <AT> gentoo.org> sci-mathematics/gap/gap-4.12.2-r3.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sci-mathematics/gap/gap-4.12.2-r3.ebuild b/sci-mathematics/gap/gap-4.12.2-r3.ebuild index 19f95ebdc744..ce54b8bfeffb 100644 --- a/sci-mathematics/gap/gap-4.12.2-r3.ebuild +++ b/sci-mathematics/gap/gap-4.12.2-r3.ebuild @@ -12,7 +12,7 @@ SRC_URI="https://github.com/gap-system/gap/releases/download/v${PV}/${P}-core.ta LICENSE="GPL-2+" SLOT="0/8" KEYWORDS="~amd64" -IUSE="cpu_flags_x86_popcnt debug emacs memcheck minimal readline test valgrind" +IUSE="cpu_flags_x86_popcnt debug memcheck minimal readline test valgrind" REQUIRED_USE="?? ( memcheck valgrind )" RESTRICT="!test? ( test )"
