diff options
author | Ulrich Müller <ulm@gentoo.org> | 2018-08-22 19:17:58 +0200 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2018-08-22 19:19:44 +0200 |
commit | 5b0f72d0b18537faf76d482b04cc156266dc55b1 (patch) | |
tree | f7bce85dd8d646ce2d4c18d20491693aa57f6b1a | |
parent | media-sound/audacity: Drop 2.2.1 (diff) | |
download | gentoo-5b0f72d0b18537faf76d482b04cc156266dc55b1.tar.gz gentoo-5b0f72d0b18537faf76d482b04cc156266dc55b1.tar.bz2 gentoo-5b0f72d0b18537faf76d482b04cc156266dc55b1.zip |
app-emacs/stripes: Fix typo in siteinit file.
Package-Manager: Portage-2.3.48, Repoman-2.3.10
-rw-r--r-- | app-emacs/stripes/files/50stripes-gentoo.el | 2 | ||||
-rw-r--r-- | app-emacs/stripes/stripes-0.2-r2.ebuild (renamed from app-emacs/stripes/stripes-0.2-r1.ebuild) | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/app-emacs/stripes/files/50stripes-gentoo.el b/app-emacs/stripes/files/50stripes-gentoo.el index deeec9acdb6b..7ee5a314e1d0 100644 --- a/app-emacs/stripes/files/50stripes-gentoo.el +++ b/app-emacs/stripes/files/50stripes-gentoo.el @@ -1,3 +1,3 @@ -(add-to-list 'load-path "@SITELISP") +(add-to-list 'load-path "@SITELISP@") (autoload 'stripes-mode "stripes" "Toggle Color alternation mode." t) (autoload 'turn-on-stripes-mode "stripes" "Turn on color alternation mode." t) diff --git a/app-emacs/stripes/stripes-0.2-r1.ebuild b/app-emacs/stripes/stripes-0.2-r2.ebuild index 9092c334ea81..97a7ac2f7e5a 100644 --- a/app-emacs/stripes/stripes-0.2-r1.ebuild +++ b/app-emacs/stripes/stripes-0.2-r2.ebuild @@ -1,7 +1,7 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -EAPI=5 +EAPI=7 inherit elisp |