commit: 4a512a2b54426dfed222c71504dffd3870d0d849
Author: Maciej Barć <xgqt <AT> gentoo <DOT> org>
AuthorDate: Fri Oct 17 09:49:25 2025 +0000
Commit: Maciej Barć <xgqt <AT> gentoo <DOT> org>
CommitDate: Fri Oct 17 10:55:35 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4a512a2b
app-emacs/osm: sync live 9999 version
Signed-off-by: Maciej Barć <xgqt <AT> gentoo.org>
app-emacs/osm/osm-9999.ebuild | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/app-emacs/osm/osm-9999.ebuild b/app-emacs/osm/osm-9999.ebuild
index da9aa6a8d6c8..1bbe89039011 100644
--- a/app-emacs/osm/osm-9999.ebuild
+++ b/app-emacs/osm/osm-9999.ebuild
@@ -3,7 +3,7 @@
EAPI=8
-NEED_EMACS="28.1"
+NEED_EMACS="29.1"
inherit elisp
@@ -16,7 +16,7 @@ if [[ "${PV}" == *9999* ]] ; then
EGIT_REPO_URI="https://github.com/minad/${PN}"
else
SRC_URI="https://github.com/minad/${PN}/archive/${PV}.tar.gz
- -> ${P}.tar.gz"
+ -> ${P}.gh.tar.gz"
KEYWORDS="~amd64 ~x86"
fi
@@ -26,14 +26,14 @@ SLOT="0"
BDEPEND="
>=app-editors/emacs-${NEED_EMACS}:*[jpeg,json(+),libxml2,png,svg]
- >=app-emacs/compat-30.0.2.0
+ app-emacs/compat
"
RDEPEND="
${BDEPEND}
net-misc/curl[ssl]
"
-DOCS=( README.org )
+DOCS=( CHANGELOG.org README.org )
SITEFILE="50${PN}-gentoo.el"
src_compile() {