summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorNicholas D Steeves <nsteeves@gmail.com>2017-08-22 15:32:30 -0400
committerNicholas D Steeves <nsteeves@gmail.com>2017-08-22 15:32:30 -0400
commitb3a058b7a7bced4ead83874abd0be7f55627e031 (patch)
tree3d2d6a2570016bfdf060f6f483fbcc8cf3a47b79 /lib
parentd56b7150e5e509c14e3e6d16bd1f50540a782bd4 (diff)
Drop emacs24
Diffstat (limited to 'lib')
-rw-r--r--lib/DhMakeELPA/Command/make.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/DhMakeELPA/Command/make.pm b/lib/DhMakeELPA/Command/make.pm
index 4f97c1d..0111c10 100644
--- a/lib/DhMakeELPA/Command/make.pm
+++ b/lib/DhMakeELPA/Command/make.pm
@@ -88,7 +88,7 @@ sub create_control {
Architecture => "all",
Depends => "$depends",
Recommends => "emacs (>= 46.0)",
- Enhances => "emacs, emacs24, emacs25",
+ Enhances => "emacs, emacs25",
short_description => "$short_desc",
long_description => "$long_desc",
};