summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Orlitzky <mjo@gentoo.org>2024-01-14 07:54:35 -0500
committerMichael Orlitzky <mjo@gentoo.org>2024-01-22 06:29:20 -0500
commit498ad57b5231fd0ff2e55aab14254c6ecbaab9fd (patch)
tree3d40a1954722c080c96d4c2f513608cc3d0fdb53 /sci-mathematics
parentgap-pkg.eclass: ensure that "required" packages have the right ${CATEGORY} (diff)
downloadgentoo-498ad57b5231fd0ff2e55aab14254c6ecbaab9fd.tar.gz
gentoo-498ad57b5231fd0ff2e55aab14254c6ecbaab9fd.tar.bz2
gentoo-498ad57b5231fd0ff2e55aab14254c6ecbaab9fd.zip
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@gentoo.org>
Diffstat (limited to 'sci-mathematics')
-rw-r--r--sci-mathematics/gap/gap-4.12.2-r3.ebuild2
1 files changed, 1 insertions, 1 deletions
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 )"