diff options
author | 2023-02-10 20:35:19 +0000 | |
---|---|---|
committer | 2023-02-10 20:35:19 +0000 | |
commit | e468808a73c3d97163b6804b3ba8908fd6820979 (patch) | |
tree | a76e2f282ad9ab93fc7916aa19f58d78dc26ef79 /app-emacs/emacs-el-fetch | |
parent | app-emacs/bbdb: Stabilize 3.2.2b ALLARCHES, #893864 (diff) | |
download | gentoo-e468808a73c3d97163b6804b3ba8908fd6820979.tar.gz gentoo-e468808a73c3d97163b6804b3ba8908fd6820979.tar.bz2 gentoo-e468808a73c3d97163b6804b3ba8908fd6820979.zip |
app-emacs/emacs-el-fetch: Stabilize 3.2.1 amd64, #893866
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-emacs/emacs-el-fetch')
-rw-r--r-- | app-emacs/emacs-el-fetch/emacs-el-fetch-3.2.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-emacs/emacs-el-fetch/emacs-el-fetch-3.2.1.ebuild b/app-emacs/emacs-el-fetch/emacs-el-fetch-3.2.1.ebuild index cbe834002bf1..0f753460e676 100644 --- a/app-emacs/emacs-el-fetch/emacs-el-fetch-3.2.1.ebuild +++ b/app-emacs/emacs-el-fetch/emacs-el-fetch-3.2.1.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 @@ -15,7 +15,7 @@ if [[ ${PV} == *9999* ]] ; then EGIT_REPO_URI="https://gitlab.com/xgqt/${PN}.git" else SRC_URI="https://gitlab.com/xgqt/${PN}/-/archive/${PV}/${P}.tar.bz2" - KEYWORDS="~amd64 ~x86" + KEYWORDS="amd64 ~x86" fi LICENSE="GPL-3+" |