diff options
author | Sam James <sam@gentoo.org> | 2023-09-10 15:35:12 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-09-10 15:35:12 +0100 |
commit | 965695f834c34c155ec8d157e26cb85dbe238889 (patch) | |
tree | 227616967512a29d5b9f22bd9f3149bae2abc867 /app-emacs/exec-path-from-shell | |
parent | dev-ruby/docile: Keyword 1.4.0-r1 arm64, #913930 (diff) | |
download | gentoo-965695f834c34c155ec8d157e26cb85dbe238889.tar.gz gentoo-965695f834c34c155ec8d157e26cb85dbe238889.tar.bz2 gentoo-965695f834c34c155ec8d157e26cb85dbe238889.zip |
app-emacs/exec-path-from-shell: Stabilize 2.1 ALLARCHES, #913939
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-emacs/exec-path-from-shell')
-rw-r--r-- | app-emacs/exec-path-from-shell/exec-path-from-shell-2.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-emacs/exec-path-from-shell/exec-path-from-shell-2.1.ebuild b/app-emacs/exec-path-from-shell/exec-path-from-shell-2.1.ebuild index 28ccd181049b..c1375c75a429 100644 --- a/app-emacs/exec-path-from-shell/exec-path-from-shell-2.1.ebuild +++ b/app-emacs/exec-path-from-shell/exec-path-from-shell-2.1.ebuild @@ -11,7 +11,7 @@ SRC_URI="https://github.com/purcell/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" LICENSE="GPL-3+" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="amd64 ~x86" DOCS=( README.md ) SITEFILE="50${PN}-gentoo.el" |