From 5b0f72d0b18537faf76d482b04cc156266dc55b1 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Ulrich=20M=C3=BCller?= Date: Wed, 22 Aug 2018 19:17:58 +0200 Subject: [PATCH] app-emacs/stripes: Fix typo in siteinit file. Package-Manager: Portage-2.3.48, Repoman-2.3.10 --- app-emacs/stripes/files/50stripes-gentoo.el | 2 +- .../stripes/{stripes-0.2-r1.ebuild => stripes-0.2-r2.ebuild} | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) rename app-emacs/stripes/{stripes-0.2-r1.ebuild => stripes-0.2-r2.ebuild} (87%) 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 similarity index 87% rename from app-emacs/stripes/stripes-0.2-r1.ebuild rename to 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 -- 2.26.2