summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--app-admin/eselect/eselect-1.4.25.ebuild5
-rw-r--r--app-emacs/eselect-mode/eselect-mode-1.4.25.ebuild5
2 files changed, 10 insertions, 0 deletions
diff --git a/app-admin/eselect/eselect-1.4.25.ebuild b/app-admin/eselect/eselect-1.4.25.ebuild
index f34db73d0445..67427d8a317a 100644
--- a/app-admin/eselect/eselect-1.4.25.ebuild
+++ b/app-admin/eselect/eselect-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 bash-completion-r1
DESCRIPTION="Gentoo's multi-purpose configuration and management tool"
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}"