diff options
author | Ulrich Müller <ulm@gentoo.org> | 2023-07-07 08:25:52 +0200 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2023-07-07 08:29:23 +0200 |
commit | 1812188fca7722312d32080989a15f7d6b921fde (patch) | |
tree | a1a688c106d43e6a7db5cafa56a5d301b09b4a20 /app-emacs | |
parent | media-libs/libplacebo: drop 6.287.0_rc1 (diff) | |
download | gentoo-1812188fca7722312d32080989a15f7d6b921fde.tar.gz gentoo-1812188fca7722312d32080989a15f7d6b921fde.tar.bz2 gentoo-1812188fca7722312d32080989a15f7d6b921fde.zip |
app-admin/eselect, app-emacs/eselect-mode: Add a comment
eselect-mode is a separate package only because we don't want eselect
to have a use-dependency on Emacs. Nevertheless, the two packages
should be bumped and stabilized together.
Signed-off-by: Ulrich Müller <ulm@gentoo.org>
Diffstat (limited to 'app-emacs')
-rw-r--r-- | app-emacs/eselect-mode/eselect-mode-1.4.25.ebuild | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/app-emacs/eselect-mode/eselect-mode-1.4.25.ebuild b/app-emacs/eselect-mode/eselect-mode-1.4.25.ebuild index 86e72007688c..fecdf0f40955 100644 --- a/app-emacs/eselect-mode/eselect-mode-1.4.25.ebuild +++ b/app-emacs/eselect-mode/eselect-mode-1.4.25.ebuild @@ -3,6 +3,11 @@ EAPI=7 +# Packages sharing a common release tarball: +# app-admin/eselect +# app-emacs/eselect-mode +# Please bump and mark them stable together! + inherit elisp MY_P="eselect-${PV}" |