diff options
author | Sam James <sam@gentoo.org> | 2023-03-23 09:00:26 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-03-23 09:00:26 +0000 |
commit | 2a4febcd0f57fe4bcf779d0d0c1c37bcc55df1a5 (patch) | |
tree | c8d05dfb8e0f811fbf1c4906c2ba0e11b1a1667a | |
parent | app-emacs/elfeed: Stabilize 3.4.1_p20210822 amd64, #902785 (diff) | |
download | gentoo-2a4febcd0f57fe4bcf779d0d0c1c37bcc55df1a5.tar.gz gentoo-2a4febcd0f57fe4bcf779d0d0c1c37bcc55df1a5.tar.bz2 gentoo-2a4febcd0f57fe4bcf779d0d0c1c37bcc55df1a5.zip |
app-emacs/exec-path-from-shell: Stabilize 1.12 amd64, #902787
Signed-off-by: Sam James <sam@gentoo.org>
-rw-r--r-- | app-emacs/exec-path-from-shell/exec-path-from-shell-1.12.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-emacs/exec-path-from-shell/exec-path-from-shell-1.12.ebuild b/app-emacs/exec-path-from-shell/exec-path-from-shell-1.12.ebuild index f21f1c54ffd5..3d16da1ac3d5 100644 --- a/app-emacs/exec-path-from-shell/exec-path-from-shell-1.12.ebuild +++ b/app-emacs/exec-path-from-shell/exec-path-from-shell-1.12.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -13,7 +13,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" |