commit: 6d0631a3017b00c5c5efe1bc4357a372bacff673 Author: Ulrich Müller <ulm <AT> gentoo <DOT> org> AuthorDate: Wed Jan 15 10:28:58 2025 +0000 Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org> CommitDate: Wed Jan 15 15:03:31 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6d0631a3
app-emacs/cask: Advertise SSL with optfeature Bug: https://bugs.gentoo.org/947927 Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org> app-emacs/cask/cask-0.9.0.ebuild | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/app-emacs/cask/cask-0.9.0.ebuild b/app-emacs/cask/cask-0.9.0.ebuild index 383d3aad0fdc..20490171fab5 100644 --- a/app-emacs/cask/cask-0.9.0.ebuild +++ b/app-emacs/cask/cask-0.9.0.ebuild @@ -3,7 +3,7 @@ EAPI=8 -inherit elisp +inherit elisp optfeature DESCRIPTION="Project management for Emacs package development" HOMEPAGE="https://github.com/cask/cask/" @@ -60,3 +60,9 @@ src_install() { exeinto /usr/bin doexe "./bin/${PN}" } + +pkg_postinst() { + elisp_pkg_postinst + optfeature "using ELPA archives via SSL" \ + "net-libs/gnutls[tools] app-editors/emacs[ssl]" +}
